gm06041 / bayesian-machine-learning

Notebooks related to Bayesian methods for machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bayesian machine learning notebooks

This repository is a collection of notebooks covering various topics of Bayesian methods for machine learning.

Basics

  • Bayesian regression with linear basis function models. Introduction to Bayesian linear regression. Implementation from scratch with plain NumPy as well as usage of scikit-learn for comparison.

  • Gaussian processes. Introduction to Gaussian processes. Example implementations with plain NumPy/SciPy as well as with libraries scikit-learn and GPy.

  • Bayesian optimization. Introduction to Bayesian optimization. Example implementations with plain NumPy/SciPy as well as with libraries scikit-optimize and GPyOpt. Hyperparameter tuning as application example.

  • Variational auto-encoder. A guide to variational auto-encoders described as a journey from expectation maximization (EM) algorithm via variational inference to stochastic variational inference. Example implementation with Keras.

  • ...

Applications

About

Notebooks related to Bayesian methods for machine learning

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%