simple keras classification model
The following keras script demonstrate a simple classification problem using neural network. The neural network is made up of 3 layers and the key here is using sgd as it optimizer.
The following code also give a pretty good classification sample based on the same data set.
Comments