Feeds
提问
What is the parameter minimum performance gradient (trainParam.min_grad) of traingd?
I use the training function "traingd" to train a shallow neural network: trainedNet = train(net,X,T) For the training function...
4 years 前 | 1 个回答 | 0
1
个回答提问
Does train function return neural network with the weights of last epoch or the weights of the model with the smallest loss of all epochs?
I use the training function "traingd" to train a shallow neural network by using: [trainedNet,tr] = train(net,X,T) When the tr...
4 years 前 | 1 个回答 | 0