galaturka / Hopfield-Network

An implementation of a Binary Hopfield Network animated using pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hopfield-Network

An implementation of a Binary Hopfield Network

The hopfield_mnist.py file contains the Hopfield Network Class, and an experiment which displays the function of the network using the MNIST handwritten digits dataset.

The helper_functions.py file contains some helper functions, such as an image prep function called setup, a random distortion function, and another useful function.

About

An implementation of a Binary Hopfield Network animated using pygame

License:MIT License


Languages

Language:Python 100.0%