Skip to content

ankitrao19/Data_science-Machinelearning-Deeplearning

Repository files navigation

Data Science Portfolio

Repository containing portfolio of Data science machine learning, Natural Language Processing and computer Vision projects completed by me for academic, self learning and hobby purpose. The files above are presented in form of iPython notebooks.

Instructions for Running Python Notebooks Locally

  1. Install dependencies using requirements txt
  2. Run notebooks as usual by using anaconda, colab, Vscode etc.

Contents

  • Machine Learning

    • Property Price Prediction: A model to predict the value of a given house in a region real estate market using various statistical analysis tools. Identified the best price that a client can sell their house utilizing machine learning.
    • Vaccine Prediction: The data set is the response of people to the h1n1 flu vaccine related questionnaire. The respondents are people of age 6 months and older. This survey was designed to monitor the influenza immunization coverage in 2009-10 season. Machine learning techniques may aid a more efficient analysis in the prediction of how likely the people are to opt for the flu vaccine. In this case study, we predict, how likely it is that the people will take a H1N1 flu vaccine.
    • Vehicle Performance Prediction: The dataset contained information of various vehical mileage and various factors on which mileage was dependent, I tried to keep the best columns which influence the mileage of the vehicle. And built two models one with OLS and the other one with SGD
    • Taxi Price Prediction Using DTree & Rforest: In this project I tried to predict the taxi fare for a taxi ride in New York City from a given pickup point to the agreed dropoff location. Decision tree and Random Forest regressor is used for the fare prediction. (NOTE: This was a learning project so I didn't used library such as Geopandas so the prices are for shortest distance not the actual route)
    • Predicting whether the cancer is benign or malignant Using Ensemble: The objective of the dataset is to predict whether Predict whether the cancer is benign or malignant. Features are computed from a digitized image of a fine needle aspirate (FNA) of a breast mass. They describe characteristics of the cell nuclei present in the image. Models which are used in this Case Study are Bagging meta_estimator, AdaBoost, XGBM
    • Predicting Term Deposit Subscription by a client Using SVM: The objective of the dataset is to predict whether or not a client will subscribe to the term deposit. The data is related with direct marketing campaigns of a Portuguese banking institution. The marketing campaigns were based on phone calls. Often, more than one contact to the same client was required, in order to access if the product (bank term deposit) would be ('yes') or not ('no') subscribed. The dataset consists of several predictor variables and one target variable, Outcome. Predictor variables includes the age, job, marital status, and so on.
    • Market Positioning Of Mobiles_KNN: There is a new mobile company and the CEO wants to give tough fight to big companies like Apple,Samsung etc. He has no idea of how to estimate price of mobiles his company creates. A simple assumption of the prices will not be profitable in this competitive world. To solve this problem he collects sales data of mobile phones of various companies. And here I tried to build a model to help my hippothetical customer.
  • Time Series

  • Clustering

    • Analyzing tred in E-Commerce Kmeans: A key challenge for e-commerce businesses is to analyze the trend in the market to increase their sales. The trend can be easily observed if the companies can group the customers; based on their activity on the e-commerce site. This grouping can be done by applying different criteria like previous orders, mostly searched brands and so on. The machine learning clustering algorithms can provide an analytical method to cluster customers with similar interests.
    • Travel Review Clustering by heirarchical: This data set is populated by capturing user ratings from Google reviews. Reviews on attractions from 24 categories across Europe are considered. Google user rating ranges from 1 to 5 and average user rating per category is calculated.
  • Deep Learning

    -[Bank_Card_Risk_prediction](/Bank_Card_Risk_prediction/TW%20Credit%20Defaulters%20Prediction_with Keras.ipynb): This was my first project which involve work of deep learning, in this I tried to predict credit defaulter with the help of certian given parameter in the data set. I have also attached the dataset of this problem statement.

  • NLP

    • Consumer Complaint Classification: Bank receives a lot of complaint in this model I tried to classify the complaints into three main categories. I used RNN artituctre which I built from scratch and then passed the data through that and classified them into various categories before that I cleaned the data through various steps of NLP cleaning, such as removing unwanted symbols followed by STOPWORDS removal, Creating word cloud for better visualization of the words, then came tokenizing the words in the dataset followed by word embedding.
    • Upcoming NLP Projects: The project will be updated on Git by end of July.
  • Computer Vision

    • Object detection using YOLO: I used this project for detecting the objects present inside of a image using Yolo V5 model. which is trained on COCO class images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages