Pinned Repositories
Amazon_fashion_recommendation
Building a simple and robustic recommendation system for Amazon fashion(apparels).
applied-ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
DataScience-Portfolio
deep-learning-drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Densenet_cifar10
This repository has a Dense Net architecture implemented on CIFAR-10 data-set from scratch.
deploying-machine-learning-models
Example Repo for the Udemy Course "Deployment of Machine Learning Models"
Donors_choose_dataset
Donors choose dataset was trained on various ML Models.
Elo_merchant_category
The objective is to predict a loyalty-scores in order to determine what promotions to offer to customers
feature_engine
Feature engineering package with sklearn like functionality
Haberman_dataset
To predict whether patient will survive for more than 5 years after undergoing operation or not.
charansai17's Repositories
charansai17/Amazon_fashion_recommendation
Building a simple and robustic recommendation system for Amazon fashion(apparels).
charansai17/applied-ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
charansai17/DataScience-Portfolio
charansai17/deep-learning-drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
charansai17/Densenet_cifar10
This repository has a Dense Net architecture implemented on CIFAR-10 data-set from scratch.
charansai17/deploying-machine-learning-models
Example Repo for the Udemy Course "Deployment of Machine Learning Models"
charansai17/Donors_choose_dataset
Donors choose dataset was trained on various ML Models.
charansai17/Elo_merchant_category
The objective is to predict a loyalty-scores in order to determine what promotions to offer to customers
charansai17/feature_engine
Feature engineering package with sklearn like functionality
charansai17/Haberman_dataset
To predict whether patient will survive for more than 5 years after undergoing operation or not.
charansai17/Human_Activity_Recognition
Predicts a human activity based on the data recieved from the gyroscope. The model classifies a human activity in one of the 6 classes - Sitting, Standing, Walking, Walking Downstairs, Walking Upstairs, Laying.
charansai17/MNIST_Dataset
MNIST is a simple computer vision dataset. It consists of 28x28 pixel images of handwritten digits
charansai17/Netflix_prize
Predict the rating of a movie by an user who has not rated yet.
charansai17/NEWYORK-TAXI-DEMAND-PREDICTION
Predict the number of pickups received by the taxis in NYC for a 10 minute interval.
charansai17/Quora_qstn_Pair_similarity
Identify which questions asked on Quora are duplicates of questions that have already been asked. We are tasked with predicting whether a pair of questions are duplicates or not.
charansai17/testing-and-monitoring-ml-deployments
Example project for the course "Testing & Monitoring Machine Learning Model Deployments"