You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah I agree that this would be very useful. The loss function for a classification problem is in the Concrete Dropout paper, but it's unclear to me how to implement it in this code.
How could we adapt this for a classification problem using crossentropy?:
I found a post where it was suggested to use a montecarlo simulation, however accuracy gets stuck at a very low value, and won't go any up:
where
gaussian_categorical_crossentropy
is defined by:The source of the last code:
https://github.com/kyle-dorman/bayesian-neural-network-blogpost
Thanks in advance!
The text was updated successfully, but these errors were encountered: