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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm