Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.66 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.66 KB

Bayesian-Neural-network

A small project for Bayesian Neural network(Pytorch implementation)

slide

Partial BNN (update 5/10/2021)

Instead of having all weight distribution, only part of the weights are distributed, for example, last few layers are weight distributed. Reference: CSC 2516: Partial Bayesian Neural Networks

Papers

Codes and contents are heavily inspired by

Other code or tutorials