Skip to content

Deep Learning models to solve some business problems like Churn Prediction, Facial Recognition, Stock Price Prediction, Sales Forecast and Fraud Detection

Notifications You must be signed in to change notification settings

ArpitVora/Deep_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep_Learning

Building deep learning models to solve some business problems.

Customer Churn Prediction

Implementing a predictive model to identify At-Risk clients and stop them from leaving using deep learning models (ann.py)

Face Recognition

Implementing a Face detection model to identify binary classification of Cats and Dogs using Convolution Neural Network (cnn.py)

Stock Price Prediction (finding trends)

Predicting Google Stock Price (predicting the trend) for Jan 2017 using Recurrent Neural Network with Long Short Term Memory having 60 timesteps (rnn.py)

Sales Forecast

Building a deep learning model to forecast sale for a retail business (SalesForecast.py)

Fraud Detection

Implementing a Self Organizing Map (SOM) to identify customers more likely to be a fraud and provide bank with the list of such customers ranked from highest probability (som.py)

About

Deep Learning models to solve some business problems like Churn Prediction, Facial Recognition, Stock Price Prediction, Sales Forecast and Fraud Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages