This repo includes a basic implementation of multilayered perceptron using numpy. The same model is constructed using tensorflow.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- python
- numpy, scipy
- tensorflow. (please refer here for a detailed guide for installing tensorflow: https://www.tensorflow.org/get_started/
Give examples
- Michael A. Nielsen, "Neural Networks and Deep Learning", Determination Press, 2015
- "From Machine Learning to Deep Learning" course on udacity