Skip to content

Bayes by Backprop implemented in a CNN

Notifications You must be signed in to change notification settings

kikyo97/Bayesian_CNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian CNN

Implementation of Bayes by Backprop in a convolutional neural network.

One convolutional layer with distributions over weights in each filter

Distribution over weights in a CNN's filter.

Fully Bayesian perspective of an entire CNN

Distributions must be over weights in convolutional layers and weights in fully-connected layers.

Results

Results on MNIST and CIFAR-10 with LeNet-5 and 3Conv3FC, respectively

Results on MNIST and CIFAR-10 with LeNet-5 and 3Conv3FC, respectively

About

Bayes by Backprop implemented in a CNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%