Train shallow neural network - MATLAB train
www.mathworks.com › help › deeplearningDescription. 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. [trainedNet,tr] = train (net,X,T,Xi,Ai,EW) also returns a training record.