Skip to main content
Reports
Created by
Created On
Last edited
Report_10
Finally got a good model without overfitting!
0
2019-05-01
Report_9
CNN. Overfit, so next time add dropout.
0
2019-05-01
Report_8
Uses 40% dropout from each layer. This drops the accuracy significantly.
0
2019-05-01
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
0
2019-05-01
Report_3
Used one hot encoding
0
2019-05-01
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
0
2019-05-01
0
2019-05-01