HOW to use NN tool in MATLAB ? and then what are input to give?

 채택된 답변

Greg Heath
Greg Heath 2015년 11월 5일

0 개 추천

You have to define the "I"nput matrix, x, with size I x N consisting of N I-dimensional input vectors and corresponding "O"utput target matrix, t, with size O x N consisting of N O-dimensional output target vectors. After training, the resulting output matrix, y, will have the same dimensions as the target matrix.
For beginners, it is recommended to begin with the regression/curve-fitting function FITNET and SISO function defined by 1-dimensional matrices with I=O=1.
Hope this helps.
Thank you for formally accepting my answer
Greg
PS the commands: help nndatasets & doc nndatasets will list data sets that are available for practice.

추가 답변 (1개)

Selva Karna
Selva Karna 2015년 11월 5일

0 개 추천

Thanks sir I will Try...........

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2015년 11월 4일

답변:

2015년 11월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by