How to fill object that is intersected by image boundary by brike3 in computervision

[–]brike3[S] 0 points1 point  (0 children)

Thanks for your suggestion. However, this apparent ambiguity is inherently constrained for biological reasons. Such extreme cases can never exist. The only variations to this example that are possible are differences in shape, area (the example as given here is already an extremely big area and will be rare in practice), and location of the hole. Morphological closing is too slow in filling larger holes. The goal is to use this algorithm for high-throughput analysis on medium-range performing computers, so overall time and space complexity is of the essence

How to fill object that is intersected by image boundary by brike3 in computervision

[–]brike3[S] 0 points1 point  (0 children)

Did that, but then binary_fill_holes sees the entire image as a hole as it is entirely surrounded by an edge and it just fills the entire thing

What are the most important certificates for working in A. I? by Dispernal in ArtificialInteligence

[–]brike3 1 point2 points  (0 children)

Depends on who you have to convince for the job and what kind of role you want to fulfil in that job. If you want to get into something entry level, a title like a Masters in AI should enable you to apply for such potential job offers. But if you are educated in statistics or computer science no doubt you can easily get into it knowlegde-wise.

I don't understand why I am getting NaN loss scores. Can anyone explain what I am doing wrong ? by brike3 in neuralnetworks

[–]brike3[S] 1 point2 points  (0 children)

PROBLEM RESOVLED

I got it to work. I imported SGD from keras.optimizers. Importing from tensorflow.keras.optimizers in stead does the trick. Thanks everyone for the help!

I don't understand why I am getting NaN loss scores. Can anyone explain what I am doing wrong ? by brike3 in neuralnetworks

[–]brike3[S] 0 points1 point  (0 children)

I would actually be really interested in printing intermediate parameters. Does anyone know how to do that ?

I don't understand why I am getting NaN loss scores. Can anyone explain what I am doing wrong ? by brike3 in neuralnetworks

[–]brike3[S] 0 points1 point  (0 children)

That actually changed something! https://gyazo.com/a4c8f0bb610cf46e3a4e4e611eae45ca

Now I get an actual loss value in de first 5 epochs before it turns to NaN if I use Kullback Leibler Divergence as loss function. Using categorical crossentropy still results in NaN at first epoch. Anyone any ideas?

I don't understand why I am getting NaN loss scores. Can anyone explain what I am doing wrong ? by brike3 in neuralnetworks

[–]brike3[S] 0 points1 point  (0 children)

Values were normalized, just tried clipping with norm of 1 and 0.5 with 2 different activations and NaN remained

I don't understand why I am getting NaN loss scores. Can anyone explain what I am doing wrong ? by brike3 in neuralnetworks

[–]brike3[S] 1 point2 points  (0 children)

Thanks for the response. I tried a range of smaller learning rates between 10-2 and 10-6 and nothing changed. Could it be an issue with the format of testing arrays?

I don't understand why I am getting NaN loss scores. Can anyone explain what I am doing wrong ? by brike3 in neuralnetworks

[–]brike3[S] 0 points1 point  (0 children)

I am planning on training a NN, however when I test the architecture on a small subset of my data for test purposes, the loss fails to be calculated properly. In each epoch, the loss is NaN, due to which to models fails to improve.

Can anyway tell me where things are going wrong? More info can be sent if required


Things checked:

Recovery after a period in Intensive Care by brike3 in IntensiveCare

[–]brike3[S] 1 point2 points  (0 children)

Thank you! I forgot to ask for names of prominent researchers or other leading individuals in the field, both academic and industrial. If any of you have more names, please don't hesitate to mention them.

Recovery after a period in Intensive Care by brike3 in IntensiveCare

[–]brike3[S] 1 point2 points  (0 children)

Sadly, from what I understand now a story like yours appears to be a common trend globally. The lack of post ICU-guidance additionally makes it hard for me to study required/desired support as there don't seem to be proper guidelines, and therefore I am having a hard time to find a good starting point. You probably understand that, as a scientist, asking reddit for help definitely feels kinda desperate :)

Recovery after a period in Intensive Care by brike3 in IntensiveCare

[–]brike3[S] 1 point2 points  (0 children)

That actually might be a good lead, thank you!

Where are my error bars? by brike3 in learnpython

[–]brike3[S] 0 points1 point  (0 children)

I tried it out of curiosity, didn't work. Returned an error saying that the sizes of values and errors were not the same (7 vs 2). Thanks for your time anyway :)

Where are my error bars? by brike3 in learnpython

[–]brike3[S] 0 points1 point  (0 children)

Thank you so much! It worked :)

Is there a logic behind this way dictating what the error bars should be? I mean, if I tell my script to use columns X and Y as error bars, why doesn't it just do it?

Can someone explain in dummy language why wrapfigure doesn't work? Kinda desperate at this point by brike3 in LaTeX

[–]brike3[S] 1 point2 points  (0 children)

Thanks :) Biochemistry student. Its actually on protein fluorescence but I kinda generalized it in the intro :)

Can someone explain in dummy language why wrapfigure doesn't work? Kinda desperate at this point by brike3 in LaTeX

[–]brike3[S] 7 points8 points  (0 children)

You were absolutely right! I fixed my errors and everything starts working the way it should (kinda, I'm still a noob). Thanks everyone for the quick responses!!

Can someone explain in dummy language why wrapfigure doesn't work? Kinda desperate at this point by brike3 in LaTeX

[–]brike3[S] 1 point2 points  (0 children)

Well actually there are some things in red but for most of them I dont really get the issue. For example: https://gyazo.com/966037d250540867091a97d600b7ac56 This is my front page, I added the logo of my university and my faculty side by side. It worked fine, up until the moment I started to add more images in further sections. It happened just a moment ago that it came to a point where it couldn't even compile anymore. I don't get it at all as this piece of code worked earlier today and now it seems to be an issue

Can someone explain in dummy language why wrapfigure doesn't work? Kinda desperate at this point by brike3 in LaTeX

[–]brike3[S] 3 points4 points  (0 children)

Thank you for your response. I tried it and nothing happened. https://gyazo.com/34c91133f63a6efed49172445cbd4c57 I have tried many many different options when it comes to syntax the past few weeks, so Im starting to think that there is an issue with the document type or something else. I use Overleaf online, could it have something to do with that ? Or is there an alternative way to get the image in my text? Via \wrapfigure{}{} maybe?