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...
5년 초과 전 | 답변 수: 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...
5년 초과 전 | 답변 수: 1 | 0

