Skip to content

fullflu/bayes-by-backprop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Bayes-by-Backprop

A simple Python implementation of Bayes by Backprop. The original paper is "Weight Uncertainty in Neural Networks", Charles Blundell, Julien Cornebise, Koray Kavukcuoglu, and Daan Wierstra: https://arxiv.org/abs/1505.05424

Requirements

  • Python (2.7.6)
  • Chainer (1.16.0)
  • six (1.10.0)
  • numpy (1.11.1)
  • scikit-learn (0.17.1)

at least worked well on Ubuntu 14.04

Usage

python bayes_by_backprop.py

Still incomplete (Nov, 2016) If you find bugs, I hope you could repote them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages