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

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

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