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

https://github.com/kencyke/hopfield-mnist

A scikit-learn implementation of hopfield network for MNIST
https://github.com/kencyke/hopfield-mnist

hopfield-network mnist python scikit-learn

Last synced: 5 months ago
JSON representation

A scikit-learn implementation of hopfield network for MNIST

Awesome Lists containing this project

README

          

# hopfield-mnist

## Usage

```bash
# 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)