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

https://github.com/nickgeneva/prml_pytorch

Figures in PRML by Bishop recreated using PyTorch
https://github.com/nickgeneva/prml_pytorch

guassian-processes machine-learning neural-network pattern-recognition pytorch

Last synced: 6 months ago
JSON representation

Figures in PRML by Bishop recreated using PyTorch

Awesome Lists containing this project

README

          

# PRML_PyTorch

Figures in Pattern Recognition and Machine Learning (PRML) by Chris Bishop recreated using PyTorch. Each script can be executed independently of the others and require no data files. Due to the random generation of the training data, recreated figures will not be exactly the same as seen in the book.

I cannot guarantee the correctness of the scripts.

**Python Version: 2.7**

Python Packages Needed:

* [PyTorch](http://pytorch.org/)
* [MatPlotLib](https://matplotlib.org/)
* [GPTorch](https://github.com/bmmi/gptorch)
* NumPy