-
- Downloads
Part 3 done
made two csv files training and testing binary encoded famhist used z score to normalize numeric features then for the model added a bunch of stuff to stop overfitting leaky relu, L2, dropout, and early stopping + more epochs NOTE: Saved model achieved 76%+ on testing for the bonus mark
Showing
- Part 3/CHDModel.keras 0 additions, 0 deletionsPart 3/CHDModel.keras
- Part 3/CHDModel.py 92 additions, 0 deletionsPart 3/CHDModel.py
- Part 3/heart.csv 463 additions, 0 deletionsPart 3/heart.csv
- Part 3/heart_test.csv 94 additions, 0 deletionsPart 3/heart_test.csv
- Part 3/heart_train.csv 370 additions, 0 deletionsPart 3/heart_train.csv
Part 3/CHDModel.keras
0 → 100644
File added
Part 3/CHDModel.py
0 → 100644
Part 3/heart.csv
0 → 100644
This diff is collapsed.
Part 3/heart_test.csv
0 → 100644
Part 3/heart_train.csv
0 → 100644
This diff is collapsed.
Please register or sign in to comment