Skip to content

Portfolio of Machine Learning Projects, I have worked on for learning and academic purposes

Notifications You must be signed in to change notification settings

raj5287/Data-Science-Portfolio

Repository files navigation

Data-Science-Portfolio

Portfolio of Machine Learning Projects, I have worked for learning and academic purposes. I have been working on different datasets like Amazon Fine Food Reviews, Personalised Cancer diagnosis, What's happening in LA (real time dataset).

Contents

  • Machine Learning
    • Personalised Cancer Diagnosis : Testing out several different supervised learning algorithms to build a model that accurately predicts a given genetic variations/mutations based on evidence from text-based clinical literature using various statistical analysis tools.
    • Quora Question Pair Similarity Problem : A dataset where prediction has to be made whether two questions are similar or not. Explored new featurization methods for similarity of two sentences like fuzzywuzzy ratio. Hypertuned the GBDT(XGBoost) model using inbuilt XGBoost methods.
  • Natural Language Processing
  • Data Analysis And Visualization
  • Deep Learning (Keras)
    • Amazon Fine food Reviews with LSTM : A dataset cotaining 500k datapoints of reviews of food by users on Amazon. Used LSTM to predict the polarity of the reviews
    • Music Generation Using Char RNN : Generating a good quality music after training on around 1850 data points. The files has been downloaded from here and compiled into one dataset. The dataset contains music in abc format and music is generated using Character Rnn.
  • Deep Learning (Pytorch)
    • Predction of Fashion type of Image : A simple model predicting the type of fashion of an image. The dataset is the exmaple Fashion MNIST dataset. The model is created in pytorch using two methods : first directly creating the model and the second with creaing a class inheriting the nn.Module class.

About

Portfolio of Machine Learning Projects, I have worked on for learning and academic purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published