Train shallow neural network - MATLAB train
www.mathworks.com › help › deeplearningThis function trains a shallow neural network. For deep learning with convolutional or LSTM neural networks, see trainNetwork instead. example trainedNet = train (net,X,T,Xi,Ai,EW) trains a network net according to net.trainFcn and net.trainParam. [trainedNet,tr] = train (net,X,T,Xi,Ai,EW) also returns a training record. example
Train shallow neural network - MATLAB train - MathWorks
https://www.mathworks.com/help/deeplearning/ref/network.train.html[trainedNet,tr] = train (net,X,T,Xi,Ai,EW,Name,Value) Description This function trains a shallow neural network. For deep learning with convolutional or LSTM neural networks, see trainNetwork instead. example trainedNet = train (net,X,T,Xi,Ai,EW) trains a network net according to net.trainFcn and net.trainParam.