Skip to content

Simple implementation of an Artificial Neural Network in python

Notifications You must be signed in to change notification settings

giorgioroffo/artificial-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template implementation of an Artificial Neural Network in keras

Dataset:

To make this dataset, the bank gathered information such as customer id, credit score, gender, age, tenure, balance, if the customer is active, has a credit card, etc. During a period of 6 months, the bank observed if these customers left or stayed in the bank.

You can find here a template implemtentation of an Artificial Neural Network that can predict, based on geo-demographical and transactional information, if any individual customer will leave the bank or stay (based on the customer churn dataset).

The network includes dropout regularizationand parameter tuning.

Releases

No releases published

Packages

No packages published

Languages