Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/francesco-mannella/neunet-basics

Basic knowledge on neural networks in python
https://github.com/francesco-mannella/neunet-basics

Last synced: about 1 month ago
JSON representation

Basic knowledge on neural networks in python

Awesome Lists containing this project

README

        

# neunet-basics
## Getting started with neural networks in python

This site is a short tour through classic neural networks and how to implement them using python. We will use the MNIST dataset of handwriting digits as a tool to explain the functioning of all network presented.

* [The MNIST dataset](http://nbviewer.ipython.org/github/francesco-mannella/neunet-basics/blob/master/course/mnist.ipynb)
* [Perceptrons](http://nbviewer.ipython.org/github/francesco-mannella/neunet-basics/blob/master/course/perceptron.ipynb)
* [Hopfield networks](http://nbviewer.ipython.org/github/francesco-mannella/neunet-basics/blob/master/course/hopfield.ipynb)