Python Connoisseur
Data Scientist
View My LinkedIn Profile
Here are some of my best Data Science Projects. I have explored various machine-learning algorithms for different datasets. Feel free to contact me to learn more about my experience working with these projects.
Portuguese Bank Marketing Analysis

Skills used: Python, Pandas, SKlearn, Matplotlib
Project Objective: In this project I worked with real world data which is related with direct marketing campaigns (phone calls) of a Portuguese banking institution. The classification goal is to predict if the client will subscribe a term deposit.
Quantifiable result: We could Classify the type of tumor resulting in 98% accuracy using Logistic Regression algorithm.
Orthopedic Patients Prediction

Skills used: Python, Pandas, SKlearn, Matplotlib
Project Objective: In this project we predicted normal and abnormal status of patient based on orthopedic parameters using KNN and NB algorithm.
Quantifiable result: We could train the data with KNN algo to attain a accuracy of 91%.
Talking Data Fraud Detection with Ensemble Technique

Skills used: Python, Pandas, SKlearn, Matplotlib
Project Objective: In this problem, we will use the features associated with clicks, such as IP address, operating system, device type, time of click etc. to predict the probability of a click being fraud.
Quantifiable result: We could predict whether a given click resulted in a download or not. The Accuracy of Boosting technique is 92% And accuracy of Baaging is 99% .
Identifying given picture is a Cat or a Dog

Skills used: Python, Keras, Tensorflow
Project Objective: Prediction of whether a given image is a Cat or a Dog using Convolutional Neural Networks which may be further implemented as a feature in a bigger project.
Quantifiable result: We could train the Convolutional Neural Network to attain a accuracy of 85% using 25 epochs.