kumar-shridhar / PyTorch-BayesianCNN

Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
MIT License
1.43k stars 324 forks source link

regarding softplus function #38

Closed Vikram2712 closed 4 years ago

Vikram2712 commented 4 years ago

Hi, you have applied softplus function in only standard deviation, will you please explain the reason for that. and also how to apply reparameterization trick for finding the variance value in simple words. because i didn't able to understand it through your paper.

thanks in advance

kumar-shridhar commented 4 years ago

Please check out the blog about the paper. I hope it will be more clear.