Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 291 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 291 Bytes

Churn-Modelling-Artificial-Neural-Network

Using an artificial neural network to predict customers who leave the bank.

This ANN uses the keras library using the Tensorflow backend.

It uses adam optimizer and 100 epochs to train the model.

For tuning the model Grid Search Csv is used.