필터 지우기
필터 지우기

Problem with feedforwardnet toolbox for regression

조회 수: 1 (최근 30일)
Karrar
Karrar 2020년 7월 8일
I have a problem with MATLAB neural network toolbox for reggression! Please help if you know the solution to this issue!
Simply, when I feed 5 inputs and 2 targets, the connection between layers are removed and the training is not being carried out.
Please check the attachment .png picture. The code is as follows:
>> x = [1;2;3;4;5]; %input data
>> t = [6;7]; %target data
>> net = feedforwardnet(10,'traingd'); %network for regression
>> [net,tr] = train(net,x,t); %train

답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by