how to implement back propagation algorithm in matlab?

 Akzeptierte Antwort

Niklas Nylén
Niklas Nylén am 4 Apr. 2014

1 Stimme

Googled 'Back propagation algorithm matlab' and this was the first result: http://anoopacademia.wordpress.com/2013/09/29/back-propagation-algorithm-using-matlab/comment-page-1/

4 Kommentare

the code shows error in line 7 as: 'Input argument "Input" is undefined.'
See the first line of the code:
function BackPropAlgo(Input, Output)
This means that you need to call the function with your input data and expected output data. What should it train towards otherwise?
how to enter the input let say the input is a pgm formatted picture, as well as the output
The website had been deleted. Is any website about backpropagation in matlab ?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Abdullah
Abdullah am 2 Dez. 2014

0 Stimmen

how to classify satellite image using backpropagation algorithm in matlab

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by