Neural Network Model

January 8, 2017
Simple neural network model of the Wisconsin Breast Cancer data set (UC Irvine).
- Imported data set from UC Irvine Machine Learning Repository - Modified the data set (removed certain elements like the ID) - Performed math operations and removed missing / invalid values - Normalized and split the data into a training set and test set - Used the two-class logistic regression model to train the data - Scored and evaluated final data