Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 322 Bytes

first_ANN

Artificial Neural Network to predict if a customer will leave the bank. The ANN in written in python3 with keras and tensorflow.

The neural network contains :

2 hidden layers with 10 nodes each

Input layer contains 11 nodes

Output layer contains 1 node as this is a binary classification problem