An open API service indexing awesome lists of open source software.

https://github.com/linesd/machine-learning-notebooks

Jupyter notebooks implementing papers and general machine learning concepts
https://github.com/linesd/machine-learning-notebooks

Last synced: 8 months ago
JSON representation

Jupyter notebooks implementing papers and general machine learning concepts

Awesome Lists containing this project

README

          

# machine-learning-notebooks
Jupyter notebooks implementing papers and general machine learning concepts

Notes:
- Tested for python >= 3.6
- Jupyter notebook

Table of Contents:
1. **Gaussian Process Regression** from [Gaussian Processes for Machine Learning](http://www.gaussianprocess.org/gpml/)
2. **Random Fourier Features** from [Random Features for Large-Scale Kernel Machines](http://papers.nips.cc/paper/3182-random-features-for-large-scale-kernel-machines.pdf)
2. **Bayesian Regression with Random Features** using [Random Features for Large-Scale Kernel Machines](http://papers.nips.cc/paper/3182-random-features-for-large-scale-kernel-machines.pdf)