Skip to content

JACKHAHA363/BBBRNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian Recurrent Network Implementation

This code try to reproduce the result in this paper(https://arxiv.org/abs/1704.02798). In order to run the experienment just run: python main.py --BBB --cuda with posterior sharpening: python main.py --BBB --cuda --sharpen For the baseline result, run python main.py --cuda

Result

The baseline result is consistent with the paper, but the improvement of bayesian backprop is minor.

About

Bayesian Backprop RNN implementation pytorch https://arxiv.org/abs/1704.02798

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages