Breast Cancer Diagnosis with Neural Networks Keras #4

#artificialintelligence 

In this video, I use neural networks to predict whether a tumor in a woman's breasts is'malignant' or'benign'. This is a prime example of a classification problem. I implement both logistic and softmax regression models with the Keras API and the Tensorflow backend.