- Add more variant Dataset
 - Make use of balance Dataset
 - Use data augmentation
 - Use architectures that generalize well
 - Add regularization (mostly dropout, L1/L2 regularization are also possible)
 
- https://www.mathworks.com/discovery/regularization.html (Prevent statistical overfitting with regularization techniques)
 - https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.dropoutlayer.html (droupoutLayer)
 
