This is the source code of a TechTalks that I presented in CWI Software
A simple Deep Learning to predict the probability of a customer leaving the bank. The dataset used is fictitious, but is based in reality.
For this setup I'm using Anaconda that is a Package Manager focus in Data Science.
conda install theano
conda install tensorflow
conda install keras
Optional, not recommended for this application, because in this type of application the CPU(tensorflow already installed) will works better.
conda install tensorflow-gpu