Course Project - IOE 691 Bayesian Data Science - Weight Uncertainty in Neural Networks
In this project, we tried to replicate the results from the paper ‘Weight Uncertainty in Neural Networks’ that tries to add regularization to neural networks by treating the weights as probability distributions and learning them in a Bayesian way
We train and evaluate a Bayesian fully connected neural network on the MNIST dataset and implement weight pruning following the paper… Read more