This is a good simple example of a classification problem utilizing Keras and Tensorflow. In addition, I’m utilizing early stopping in an attempt to avoid overfitting in the model. You’ll notice this take effect as the model stops training well before the 600 set epochs.