フィルターのクリア

Matlab Code for single layer perceptron model

1 回表示 (過去 30 日間)
Simone Leon
Simone Leon 2011 年 8 月 1 日
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
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
zahra
zahra 2012 年 4 月 13 日
Any assistance would be greatly appreciated.

サインインしてコメントする。

回答 (1 件)

Greg Heath
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

Community Treasure Hunt

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

Start Hunting!

Translated by