Using Keras framework, I was able to achieve 83% accuracy.
How to improve the model.
Also I took 1800 out of the 2250 examples for training and the rest for validation.
Lastly, how to think about the suitable number of layers in the MLP architecture and also how many neurons in each layer should be considered.
Is there any solid approach or do we just train different models and just select the best one ?