• Stars
    star
    269
  • Rank 152,130 (Top 4 %)
  • Language
    Jupyter Notebook
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example of "biological" learning for MNIST

Biological_Learning

Example of "biological" learning for MNIST based on the paper Unsupervised Learning by Competing Hidden Units by D.Krotov and J.Hopfield. If you want to learn more about this work you can also check out this lecture from MIT's 6.S191 course.

Getting started

install jupyter notebook and numpy, scipy, matplotlib.

> jupyter notebook

run Unsupervised_learning_algorithm_MNIST.ipynb and observe weights.

Author and License

(c) 2018 Dmitry Krotov -- Apache 2.0 License