BBB_LRT (Bayes by Backprop w/ Local Reparametrization Trick): This layer combines Bayes by Backprop with local reparametrization trick from this paper. This trick makes it possible to directly sample ...
In this project, the backpropagation algorithm in feedforward neural networks is implemented using C. A data structure to store and manipulate neural network weights is created. Algorithms are ...