RNN Exploration
Exploring hyperparameters in a toy RNN and showing the editing and configuration settings of a Parallel Coordinates chart
Created on December 26|Last edited on December 26
Comment
Balance Generalization and Overfitting
What hyperparameters matter in a small RNN?
Choose exactly one of the 3 tabs below to see the effect of each hyperparmeter on accuracy.
Following this RNN example with W&B, I tried a few combinations for my independent variables:
- number of layers: 2, 3, 4
- batch size: 32, 64, 128
- hidden layer size: 32, 64, 128
1 Layer Count
27
27
27
Layer count: Decrease
1 Layer Count
27
Increase batch size and keep tuning the hidden layer
27
27
3 Hidden Size
27
All RNN Experiments
All RNN Experiments
44
Add a comment