Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 621 Bytes

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)