Skip to content

Bayesian Neural Network (BNN) implementations based on Langevin Dynamics and tested on real-world data

License

Notifications You must be signed in to change notification settings

Unique-Divine/Langevin-Dynamics-for-NN-Optimization

Repository files navigation

Langevin Dynamics-Based Neural Network Optimization on Real-World Data - Unique Divine

Python 3.7+ License: MIT

This is my final project for the Applied Stochastic Analysis (APMA 4990) course at Columbia University.

Usage Instructions:

Inside optimization.py, there are PyTorch implementations for both the stochastic gradient Langevin dynamics (SGLD) optimizer and the preconditioned SGLD optimizer.

  • Li, Chen, Carlson, and Carin, 2016. Preconditioned Stochastic Gradient Langevin Dynamics for Deep Neural Networks. [Paper link]
  • Welling and Teh, 2011. Bayesian Learning via Stochastiv Gradient Langevin Dynamics. [Paper link]

This repository works as a package. The results from the research report are collected using the model I implemented in lit_modules.py.

About

Bayesian Neural Network (BNN) implementations based on Langevin Dynamics and tested on real-world data

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published