Skip to content

Simple neural network model using Keras for predicting benign and malignant(cancerous) breast tumors.

Notifications You must be signed in to change notification settings

jerome9189/scary-dome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

scary-dome

Simple neural network model using Keras for predicting benign and malignant(cancerous) breast tumors. Reaches accuracy of over 95%.

Dataset

Breast Cancer Wisconsin (Diagnostic) Data Set https://www.kaggle.com/uciml/breast-cancer-wisconsin-data

This dataset labels each tumor as either malignant('M' or 1), or benign('B' or 0). There are thirty features.

alt text

Model design

This neural network has thirty inputs and one 10-neuron hidden layer with a Rectified Linear Unit(ReLU) activation, followed by an output layer with a sigmoid activation.

alt text

Releases

No releases published

Packages

No packages published