MATLAB: Deep learning Neural Network

deep learningimage analysisimage classification

Hello,
Am trying to trian Deep neural network of CIFAR-10 datasets, image classification.
can i know which function represent updating weights in training process?
Thanks.

Best Answer

Depending on the style of training, functions like adapt or train are used while training the network.
Related Question