Skip to content

This project demonstrates a basic binary classifier using a dense neural network. It trains on a dataset of tumor measurements and labels it malignant or benign.

Notifications You must be signed in to change notification settings

kylelevy/Basic-Binary-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

This project demonstrates a basic binary classifier using a dense neural network. It trains on a dataset of tumor measurements and labels it malignant or benign.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published