ANN Model testing and training Accuracy:

Using Spyder by Anaconda. You need to install Tensorflow, Theano and Keras libraries in spyder.Keras is built on top of Tensorflow and Theano so these two libraries will be running in back-end.With the help of a dataset which contains record of churn modelling from various countries.It also includes other details.
Measuring accuracy of different Models and try to improve it.

Steps to install:
Step 1 — Create New Conda Environment
•conda create -n py35 python=3.5 anaconda
Step 2 — Install Spyder in the New Environment
Step 3 — Install the Packages
•conda install theano
•conda install tensorflow
•conda install keras
Step 4 — Run Spyder from the Environment
Step 5 — Test the Packages
Library Used:
•Matplotlib
•Pandas
•Numpy
•sklearn
•keras
•Tensorflow
•Theano
Accuracy:
This Neural Network Reaches 86%.