Community Profile

photo

AntonyH


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer