필터 지우기
필터 지우기

Nural network Simple Fitting Problem has "not enough input argument" massage

조회 수: 4 (최근 30일)
Dear all,
I am following the "Getting Started with Neural Network Toolbox" video. As the video says, I tried "Simple Fitting Problem". But when I click "Train", the GUI gave an error pop-up window "Unable to Train Networks: Not enough input arguments".
Does anyone know how to solve this issue? I am using Matlab R2012a, and Neural Network Toolbox Version 7.0.3.
Thanks very much
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2014년 12월 9일
Xiwang - it might be helpful to provide a link to the video that you are running so that others can get an idea of what steps you are following.

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

채택된 답변

Greg Heath
Greg Heath 2014년 12월 25일
You probably have to transpose the input and target matrices. For N examples of I-dimensional inputs and corresponding O-dimensional targets
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by