Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranjit7858/customer_churn_prediction_ann
It is a Web app which can predict whether the Bank customer will churn or not.
https://github.com/ranjit7858/customer_churn_prediction_ann
keras python taipy tensorflow
Last synced: 26 days ago
JSON representation
It is a Web app which can predict whether the Bank customer will churn or not.
- Host: GitHub
- URL: https://github.com/ranjit7858/customer_churn_prediction_ann
- Owner: ranjit7858
- Created: 2024-09-06T16:13:51.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T17:06:50.000Z (about 2 months ago)
- Last Synced: 2024-10-13T00:41:44.262Z (26 days ago)
- Topics: keras, python, taipy, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 474 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic_ANN
Learning# file structure
.
├── .github
│ └── workflows
│ └── deploy-to-ec2.yml
├── .env
├── deploy.sh
├── main.py
├── requirements.txt
├── data
│ ├── dataset1.csv
│ └── dataset2.txt
├── models
│ ├── model1.h5
│ └── model2.pkl
├── notebooks
│ ├── exploratory_analysis.ipynb
│ └── model_training.ipynb
├── static
│ ├── css
│ │ └── styles.css
│ └── images
│ └── logo.png
└── templates
├── index.html
└── layout.html