https://github.com/suji04/first_ann
Artificial Neural Network to predict if a customer will leave the bank
https://github.com/suji04/first_ann
artificial-neural-networks deep-learning keras-tensorflow machine-learning neural-network
Last synced: about 2 months ago
JSON representation
Artificial Neural Network to predict if a customer will leave the bank
- Host: GitHub
- URL: https://github.com/suji04/first_ann
- Owner: Suji04
- Created: 2018-12-29T11:31:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T11:41:31.000Z (about 7 years ago)
- Last Synced: 2025-02-25T03:11:23.080Z (11 months ago)
- Topics: artificial-neural-networks, deep-learning, keras-tensorflow, machine-learning, neural-network
- Language: Python
- Size: 298 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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