開發環境:C++
簡要說明:這程序是《神經網絡模式識別及其實現》(Pattern Recognition with Neural Networks in C++)美Abhijit S. Pandya等著電子工業出版社1999年6月,書號ISBN 7-5053-5088-9的第九章<神經聯想記憶和Hopfield網絡>附的程序。
Single-layer neural networks can be trained using various learning algorithms. The best-known algorithms are the Adaline, Perceptron and Backpropagation algorithms for supervised learning. The first two are specific to single-layer neural networks while the third can be generalized to multi-layer perceptrons.