Reports
Created by
Created On
Last edited
Report_7
The accuracy is good but the difference with the validation accuracy suggests overfitting. Adding more complexity, layers, and weights isn't going to improve the model - we need to fix the over-fitting. This model is also slower to run.
0
2019-05-01
Report_6
Data normalized. The validation accuracy drops below the accuracy, which could be a sign of overfitting
0
2019-05-01
Report_2
Changed function to sigmoid and epoch to 6. But data set is imbalanced and always guessing "not 5" would give us 90%. So that's what this model learned to "improve"
0
2019-05-01