Skip to content

A simple Deep Learning to predict the probability of a customer leaving the bank.

Notifications You must be signed in to change notification settings

gustavostz/bank-exit-deep-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Exit Probability Deep Learning

This is the source code of a TechTalks that I presented in CWI Software

Application

A simple Deep Learning to predict the probability of a customer leaving the bank. The dataset used is fictitious, but is based in reality.

dataset view

Setup

For this setup I'm using Anaconda that is a Package Manager focus in Data Science.
  • Installing Theano

conda install theano

  • Installing Tensorflow

conda install tensorflow

  • Installing Keras

conda install keras

  • Tensorflow GPU

Optional, not recommended for this application, because in this type of application the CPU(tensorflow already installed) will works better.

conda install tensorflow-gpu

Running the application

Now you are ready to run the application, then like Kirill Eremenko of SuperDataScience says, Enjoy Deep Learning! 😁

About

A simple Deep Learning to predict the probability of a customer leaving the bank.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages