You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Binary Classification using Dense Neural Networks
2
+
A basic demonstration of binary classification using a dense neural network. The program takes a csv (comma seperated value) file with a dataset of the measurements of tumours and the label of malignant or benign.
3
+
4
+
5
+
This project is based off [this](https://www.youtube.com/watch?v=z1PGJ9quPV8&ab_channel=Khanrad) YouTube tutorial.
0 commit comments