https://github.com/djsaunde/hopfield
messing around with Hopfield networks. hoping to try different connectivity patterns / update rules for BINDS lab work.
https://github.com/djsaunde/hopfield
Last synced: over 1 year ago
JSON representation
messing around with Hopfield networks. hoping to try different connectivity patterns / update rules for BINDS lab work.
- Host: GitHub
- URL: https://github.com/djsaunde/hopfield
- Owner: djsaunde
- Created: 2016-11-29T00:26:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T20:14:29.000Z (over 9 years ago)
- Last Synced: 2025-02-16T03:19:09.398Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 5.46 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hopfield
Experimenting with modules `network`, `pattern_tools`, and `plot_tools` from `neurodynex`.
I'm adding network connectivity patterns, update rules (stochastic vs. deterministic,
synchronous vs. asynchronous), fixing typos and adding documentation.