필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

creating Neural Network model using divided data

조회 수: 1 (최근 30일)
Muammar
Muammar 2011년 12월 8일
마감: MATLAB Answer Bot 2021년 8월 20일
Hii
I divided data for training, validation and testing, now I want to make a neural network model, can anyone help me what should I do next with these three data. ex; A=rand(10), input should be A1 = A(1:10,1:9), target A2=A(1:10,10), [tr,v,ts] = dividerand(A,0.6,0.2,0.2)
If it's not clear please inform me, because I just learn ANN and MATLAB
Thank you, Muammar

답변 (1개)

Greg Heath
Greg Heath 2011년 12월 8일
1. Decide what type of neural network you want.
2. Read the documentation, examples and demos.
3. Try to duplicate at least one of the above.
4. Write and test code for your problem.
5. If you have problems post to the Newsgroup or Answers with relevant code and error messages (if any).
Hope this helps.
Greg
  댓글 수: 1
Muammar
Muammar 2011년 12월 8일
I want to use backpropagation

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by