搜索资源列表
CHAPT9
- 神经网络模式识别及其实现,第九章。 内含:HOPFIELD和LAM -pattern recognition and neural network to achieve, chap. Intron : LAM and HOPFILED
hopfieldSrc
- The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patterns. During a retrieval phase, the network is started with so
HopfieldNN0-9Recognise
- This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST, H5x8D7.TST and H5x8D9.TST, Output of the pr
Rosenstein_lyapunov_c
- Hopfield神经网络算法源程序:这程序是《神经网络模式识别及其实现》第九章<神经联想记忆和Hopfield网络>附的程序,用于神经网络的实现-Hopfield neural network algorithm source : This procedure is "pattern recognition and neural network to achieve" the ninth chapter
HOPFIELDc++
- This code in this directory implements the binary hopfield network.Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,H5x8D7.TST and H5x8D9.TST, Output of the program go
A_Self_Organising_Hopfield_Network_for_Pattern_Re
- hopfield network for pattern recognition and use self organization
moshishibie
- 模式识别与hopfield神经网络的课件讲解及应用举例,包括程序文件。-Pattern Recognition and Neural Networks hopfield explanation and example of courseware, including program files.
Hopfield
- implement a Hopfield network for the retrieval of stored 2-D patterns-Input Parameters: Ask the user to input the number of fundamental memories p (2 ≤ p ≤ 5), the width w (3 ≤ w ≤ 5) and height h (3 ≤ h ≤ 6) of each 2-D pattern. Storage Phase: E
hopfield_matlab
- 基于matlab的hopfield神经网络模拟,其中包括数字的模式识别。-The hopfield neural network based on matlab simulation, including the number of pattern recognition.
hopfield
- 一、 实验目的 1. 通过本实验加深对Hopfield神经网络原理的认识与理解; 2. 进一步熟练MATLAB软件和该软件平台上神经网络的模式识别功能。 二、 实验内容 本实验利用Hopfield神经网络来对0-9这10个数字进行识别,并实现噪声数字的识别。 -First, the purpose of the experiment Through this experiment to deepen knowledge and understanding of the H
image-recognition
- 图形识别,基于Hopfield神经网络的联想记忆——数字识别MATLAB程序,有详细注释。-Based on Hopfield neural network pattern recognition, associative memory- digit recognition MATLAB procedures, with detailed comments.
Hopfield
- 循环反馈网络(Hopfield)特点:1)定性数据的模式识别;2)依靠吸引子来作模式识别;3)其功能可由BP网络来实现,但速度较快。 -Loop feedback network (Hopfield) features: 1) the qualitative data of the pattern recognition 2) rely on attractor for pattern recognition 3) its function can be made of BP netwo
the-binary-hopfield-network
- 此目录中的此代码实现二进制hopfield网络。 源代码可能在HOPNET.CPP中找到。示例培训文件是H7x8N4.trn。示例测试模式文件是:H7x8D4.TST,H5x8D7.TST,H5x8D7.TST和H5x8D9.TST,程序的输出转到屏幕和文件ARCHIVE.LST-This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CP
hopfield-master
- Hopfield pattern recognition using c++