Simple net with Keras+TensorFlow on banking data
Overview.
This tutorial is an easy intro to check if your environment is working.
Last section contains some comments, that would cloud the code.
Obtain data.
We will be using customer churn data set from:
SGI database
Download files: churn.all, churn.names
Note: customer churn data allows us to predict if the customer will stay or not inside our business.
Pre-process data.
Construct layers of Artificial Neural Net.
Train.
Print confusion matrix.
But what does it mean?
Parameters of our classifier:
-
-
-
Layers
-
-
-
blog comments powered by Disqus