Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 442 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 442 Bytes

Binary Classification using Dense Neural Networks

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.

Requirements

  • pandas
  • sklearn
  • tensorflow