https://github.com/papooch/vsc_hopfieldnetwork
Implementation of a Hopfield neural network
https://github.com/papooch/vsc_hopfieldnetwork
Last synced: 4 months ago
JSON representation
Implementation of a Hopfield neural network
- Host: GitHub
- URL: https://github.com/papooch/vsc_hopfieldnetwork
- Owner: Papooch
- Created: 2019-04-03T06:14:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T11:05:44.000Z (almost 7 years ago)
- Last Synced: 2025-07-08T03:10:22.966Z (7 months ago)
- Language: Python
- Size: 147 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VSC_HopfieldNetwork
This program demostrates the use of Hopfield neural network on a 2D monochrome images.
It was created as a school project on the Brno University of Technology
Input files format
----
Input patterns can be either images (monochrome for best results) or text files in the following format:
{M} {N}
{symbol_for_0} {symbol_for_1}
;
M rows of N symbols
;
M rows of N symbols
See sample_input folder for reference