필터 지우기
필터 지우기

how to built neural network for this problem using gui or code

조회 수: 1 (최근 30일)
mangood UK
mangood UK 2012년 11월 22일
hi i has this data set at input o=[0 5 10 15 20 25 30 ] and my target data which it two output t=[0.5 0.5 0.3 0.23 0.45 0.35 0.34 0.7 0.4 0.2 0.5 0.23 0.34 0.45] i want learn my network which it feed-forward with any algorithm 2 hidden layer and one output layer thank in advance m,s

채택된 답변

Greg Heath
Greg Heath 2012년 11월 22일
You only need 1 hidden layer. Therefore, I assume you mean H = 2 hidden nodes in that hidden layer. For an I-H-O feedforward network to be trained with N I-dimensional inputs and N corresponding O-dimensional outputs, your input matrix, x, and your target matrix, t sould have the following dimensions
[ I N ] = size(x)
[ O N ] = size(t)
See the documentation example for the rest
help fitnet
Hope this helps.
Thank you for formally accepting my answer.
Greg

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by