stevengogogo / ECEN649_FinalProject

The final project for ECEN649 Pattern Recognition
1 stars 0 forks source link

Notes about BNN implementation #8

Open stevengogogo opened 1 year ago

stevengogogo commented 1 year ago

What is Bayesian neural network?

What is the difference in training?

Screen Shot 2022-11-28 at 11 20 19 AM

Implementation

For #5, I would recommend using Jax-Bayes that provides an example of BNN with regression problem. The bnn code for regression has been tested on my laptop, it works as expected.

The idea is to apply this method to #5, since there dataset is organized, and can be easily split into train-test set. We could use Jax framework to train the model with mcmc and variational inference

Computational environment

Materias

stevengogogo commented 1 year ago

Introduction to Bayesian interpretation of weight decay

https://www.youtube.com/watch?v=vEPQNwxd1Y4