How To Develop A Simple Hopfield Network In C++

Yilmaz Yoru
C++ Builder

--

In the history of AI development, one of the greatest AI technologies was the pattern recognition models, especially to read texts from pixel images. One of them was the Hopfield network (or Ising model of a neural network or Ising–Lenz–Little model), which is a form of recurrent neural network, it was invented by Dr. John J. Hopfield in 1982. A Hopfield Network can be applied to pattern recognition, such as recognition from digit character images. In this post, we will develop a simple Hopfield Network example in GUI form using C++ Builder that can learn from pixelated patterns and we can recall them by testing some closest patterns.

Table of Contents

Please read all article and full examples are below,

https://learncplusplus.org/how-to-develop-a-simple-hopfield-network-in-c/

--

--

Yilmaz Yoru
C++ Builder

Mechanical Engineer (MSc PhD), Developer, Founder of Esenja Company, Embarcadero C++ Builder MVP