A Deep Learning Model using Keras TensorFlow to Predict Breast Cancer
Deep Learning model using Keras Tensorflow has been built to predict the breast cancer whether it is Malignant or Benign. UCI ML Breast Cancer Wisconsin (Diagnostic) datasets is used.
- Exploratory Data Analysis: Get an understanding for which variables are important, view summary statistics, and visualize the data
- Created a binary classification model using Keras TensorFlow
- Adam optimizer has been used in this model
- Model performance has been evaluated.