This repository was archived by the owner on Mar 19, 2024. It is now read-only.
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
How to avoid overfitting when doing text classification? #275
Open
Description
It is amazing to use fastText to classify documents for its speed and accuracy.
But I have no idea about how to avoid overfitting effectively.
When I use bigrams and train more epochs, the training accuracy is greater, but the validation accuracy is lower.
How can I avoid overfitting effectively when using fastText to learn a text classifier?
Thanks.