how to implement back propagation algorithm in matlab?

 채택된 답변

Niklas Nylén
Niklas Nylén 2014년 4월 4일

1 개 추천

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

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 ?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Abdullah
Abdullah 2014년 12월 2일

0 개 추천

how to classify satellite image using backpropagation algorithm in matlab

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by