Page 1 of 1

Overfitting in neural network

Posted: Wed Oct 16, 2024 4:49 pm
by Angry@u
How to reduce overfitting in neural networks?
The data is splitted in 80%training and 20%testing.
Here is a method that i used
1)Dropout
2)regularization (not used but i know about it)

what other steps/methods should i add?