AYMERIC BARBIN - MATLAB Central
photo

AYMERIC BARBIN


Last seen: oltre 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB AnswersFrom 02/21 to 01/25Use left and right arrows to move selectionFrom 02/21Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
142.769
of 296.498

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

Feeds

Visto da

Domanda


feedforward net, when divideFcn set to 'dividerand', what part of the data is used for training and for testing ?
Hello, If I construct a feedforward neural network like so: net1=feedforwardnet(50,'traincgf'); net1=configure(net1,x,t); % i...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Error using feedforwardnet (line 72) FCN does not return an info object.
Hello, With this code: % Configuration: alg1 = 'nnd9mc';% First training algorithm to use H = 50;% Number of neurons...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Z must be a matrix, not a scalar or vector.
Hello, I would like to turn the figure drawn by this code: t = linspace(-10,10,1000); xt = exp(-t./10).*sin(5*t); yt = e...

quasi 4 anni fa | 1 risposta | 0

1

risposta
Go to top of page