Character recognition using HAM (Neural Network)

버전 1.2.0.0 (17.9 KB) 작성자: Bhartendu
Neural Network using Auto Associative memory method to store 5 characters
다운로드 수: 854
업데이트 날짜: 2017/6/1

라이선스 보기

A Hopfield Network has the following architecture:
◮ Recurrent network, weights Wij
◮ Symmetric weights, i.e. Wij= Wji
◮ All neurons can act as input units and all units are output units
◮ It’s a dynamical system (more precisely “attractor network”):
◮ It’s possible to store memory items in the weights W of the network and use it as associative memory
Pros:
◮ Very simple model
◮ Nice mathematical analysis possible (also for capacity)
Cons:
◮ Dynamics of the system are constrained to fixed points
◮ No storage of time series
◮ Low capacity
Reference:
http://www.igi.tugraz.at/lehre/NNB/SS10/Lecture_Hopfield_nets.pdf
Related Examples:
1. Car detection from images
https://in.mathworks.com/matlabcentral/fileexchange/63161-adaboost--pca--capstone-project-

2. Perceptron Learning (Neural Networks)
https://in.mathworks.com/matlabcentral/fileexchange/63046-perceptron-learning

3. Hebbian Learning (Neural Networks)
https://in.mathworks.com/matlabcentral/fileexchange/63045-hebbian-learning

4. Delta Learning rule, Widrow-Hoff Learning rule (Artificial Neural Networks)
https://in.mathworks.com/matlabcentral/fileexchange/63050-delta-learning--widrow-hoff-learning

인용 양식

Bhartendu (2024). Character recognition using HAM (Neural Network) (https://www.mathworks.com/matlabcentral/fileexchange/63058-character-recognition-using-ham-neural-network), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Related Examples

1.1.0.0

>> character recognition

1.0.0.0