Building deep learning models to solve some business problems.
Implementing a predictive model to identify At-Risk clients and stop them from leaving using deep learning models (ann.py)
Implementing a Face detection model to identify binary classification of Cats and Dogs using Convolution Neural Network (cnn.py)
Predicting Google Stock Price (predicting the trend) for Jan 2017 using Recurrent Neural Network with Long Short Term Memory having 60 timesteps (rnn.py)
Building a deep learning model to forecast sale for a retail business (SalesForecast.py)
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)