How should we choose the dimensions of the encoding layer in auto-encoders?
Asked
Active
Viewed 1,876 times
6
1 Answers
3
The number of dimensions is a hyperparameter of your model, and you should do a hyperparameter search, like with any other parameters. There's also a tradeoff between dimension and training speed, so it should be small enough to be trainable in a reasonable time.
nbro
- 42,615
- 12
- 119
- 217
Konstantin Solomatov
- 298
- 2
- 10