Report for MLP MultiClass Classifier
Created on October 23|Last edited on November 20
Comment
Hyperparameter Tuning
Showing first 10 runs
Showing first 10 runs
Showing first 10 runs
Showing first 10 runs
Run set
15
- As we can see for some hyperparameters the loss and the accuracy is very noisy, these are those where the model is always bypassing the minima due to bad hyperparameters
- sgd-sigmoid-0.05 is overfitting on the train data just like minibatch-sigmoid-0.05
- The best hyperparameters which are good both for train as well as the val dataset is : minibatch-tanh-0.01
Add a comment