which type of input to be given to the neural network
조회 수: 2 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!