Skip to content

kencyke/hopfield-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages