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.
This project is based off this YouTube tutorial.
- pandas
- sklearn
- tensorflow