Matlab Code for single layer perceptron model
조회 수: 3 (최근 30일)
이전 댓글 표시
I am looking for a matlab code for a single layer perceptron model. The code should be able to cater for the following:
// Load sample input patterns // Load sample output patterns // Initialise weights // Set learning rate // Calculate output // Calculate error // Update weights // Convert error to absolute value // Display network generalisation // Calculate output
Any assistance would be greatly appreciated.
댓글 수: 2
zahra
2012년 4월 13일
I am looking for a matlab code for a single layer perceptron model. The code should be able to cater for the following:
// Load sample input patterns // Load sample output patterns // Initialise weights // Set learning rate // Calculate output // Calculate error // Update weights // Convert error to absolute value // Display network generalisation // Calculate output
답변 (1개)
Greg Heath
2012년 4월 15일
If you do not have access to the Neural Network Toolbox. Try searching the Newsgroup archives and FEX. If you know the weight updating formula, you can program the rest your self.
Greg
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!