A figure-wise implementation of PRML
Report Bug
.
Request Feature
Inspired from the opensource implementation ( github ) of Reinforcement Learning-An introduction,a well known book by Rich Sutton and Andrew Barto, I started the figure wise implementation of PRML - Patten recognition and Machine Learning.
There are several implementations of the book already implemented by the great community ( see reference section ), however none of them uses the figure-wise approach in my knowledge.
The aim of the projects are
- chapter wise and figure wise implementation of the PRML book.
- All figures have standalone implementation, requiring as fewer libraries and inter dependencies as possible.
Please clone or fork to get started.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please see the chapter you can contribute to. Please consider implementing single chapter in a folder and under either single notebook ( in case no. of figures in chapter are less ) or over multiple notebooks.
- Read the aim of project for guidelines.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Implementation of Reinforcement-learning An Introduction
- Referenced implementation of PRML by ctgk
- Referenced implementation of PRML by gerdm
Distributed under the MIT License. See LICENSE
for more information.