Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhamahobia/ann-classification

The project involves developing a machine learning model to predict customer churn using Artificial Neural Networks (ANN). Customer churn refers to the loss of clients or subscribers. Accurately predicting churn helps businesses implement strategies to retain customers, thereby increasing profitability.
https://github.com/shubhamahobia/ann-classification

aritificial-intelligence artificial-neural-networks churn-prediction churn-rates classification deep-learning deep-neural-networks machine-learning

Last synced: 24 days ago
JSON representation

The project involves developing a machine learning model to predict customer churn using Artificial Neural Networks (ANN). Customer churn refers to the loss of clients or subscribers. Accurately predicting churn helps businesses implement strategies to retain customers, thereby increasing profitability.

Awesome Lists containing this project

README

        

![Logo](https://bernardmarr.com/img/What%20is%20an%20Artificial%20Neural%20Networks.jpg)

# CHURN RATE PREDICTION - ANN

The project involves developing a machine learning model to predict customer churn using Artificial Neural Networks (ANN). Customer churn refers to the loss of clients or subscribers. Accurately predicting churn helps businesses implement strategies to retain customers, thereby increasing profitability.

## Live Deployement

Live Demo - https://ann-classification-churnrate-qjzu6hqbh4epstlaylkypc.streamlit.app/

## Run Locally

1. Clone this repo into your system.
2. Create virtual environment using the command -

```bash
python -m venv env
```
3. Now install all the packages which are listed in requirements.txt

```bash
pip install -r requirements.txt
```

4. Now run all the cell in the Experiments.ipynb And Prediction.ipynb as per your need.

5. To run on streamlit -

```bash
streamlit run ChurnRate.py
```
## Tech Stack

**Frontend Client:** Streamlit Services

**Model Used:** Artificial Neural Network - ANN

**Dataset Used:** Custom

## Feedback

If you have any feedback or just to say Hi!, please reach out to me at [email protected]

## Authors

- [@ShubhaMahobia](https://github.com/ShubhaMahobia)