which type of input to be given to the neural network

조회 수: 2 (최근 30일)
suganya s
suganya s 2016년 2월 11일
댓글: Greg Heath 2016년 2월 12일
am using matrix as my input to the neural network classifier i want to know what are all the types of input to be given to the neural network

답변 (1개)

Greg Heath
Greg Heath 2016년 2월 11일
For N I-dimensional Inputs yielding N O-dimensional Outputs
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 2
suganya s
suganya s 2016년 2월 12일
which type of input to be given to neural network?
Greg Heath
Greg Heath 2016년 2월 12일
Any quantity that is correlated to the desired output.

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

카테고리

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