This is a simple binary classification problem to detect an onset of diabetes. This is my first project to use neural network in Keras.
In this Keras project, I am using the Pima Indians onset of diabetes dataset. It describes patient medical record data for Pima Indians and whether they had an onset of diabetes within five years.
- Load Data.
- Define Keras Model.
- Compile Keras Model.
- Fit Keras Model.
- Evaluate Keras Model.
- Make Predictions.