hopfield-mnist icon indicating copy to clipboard operation
hopfield-mnist copied to clipboard

Hopfield network for MNIST

hopfield-mnist

Usage

# See mnist data by using matplotlib:
$ poetry run python mnist.py
# Generate the prediction data under ./png directory by using hopfield network:
$ poetry run python hopfield.py

Sample Result

Denoise (synchronous update)

Energy transition (synchronous update)

Denoise (asynchronous update)

Energy transition (asynchronous update)