Giter Site home page Giter Site logo

agrawal-priyank / machine-learning-case-studies Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 8.0 298.46 MB

Built prediction and retrieval models for document retrieval, image retrieval, house price prediction, song recommendation, and analyzed sentiments using machine learning algorithms in Python

Jupyter Notebook 100.00%
machine-learning logistic-regression supervised-learning predictive-analytics coursera university-of-washington graphlab-create jupyter-notebook python ipython-notebook knn-classification nearest-neighbours-classifier document-retrieval clustering similarity deep-learning transfer-learning deep-features image-retrieval image-classifier

machine-learning-case-studies's Introduction

Machine Learning Case Studies

Description

Document Retrieval using Clustering and Similarity:

  • Used the k nearest neighbors algorithm for document retrieval of similar documents.
  • Calculated similarity using tf-idf for every document present in the corpus and the distance between two documents using cosine distance.
  • Performed queries such as top 5 documents closest to the given document.

Image Retrieval using Transfer and Deep Learning:

  • Used transfer learning technique to extract the deep features of the image-net model and trained a k nearest neighbors model with these extracted deep features.
  • Performed image retrieval by calculating the distance between any two images using the trained model.

Personalized Song Recommender using Item Similarity:

  • Created a simple popularity based recommender based on total times each song has been played and personalized song recommender and concluded the latter to be more accurate.
  • Performed analysis to find most recommended song, similar songs, and recommended each user with a different list of songs based on the past history of songs the user has listened to.

Code

  1. Clustering & Similarity - Document Retrieval
  2. Deep Learning - Image Retrieval
  3. Linear Regression - House Prices
  4. Logistic Classifier - Sentiments
  5. Recommender System - Songs

Programming Language

Python

Packages

Anaconda, Graphlab Create Installation guide

Tools/IDE

Jupyter notebook (IPython)

How to use it

  1. Fork this repository to have your own copy
  2. Clone your copy on your local system
  3. Install necessary packages

Note

This repository does not contain optimal machine learning models! It only assesses various models that can be built using different machine learning algorithms (either implemented or used directly from Graphlab Create package) to perform different tasks.

machine-learning-case-studies's People

Contributors

agrawal-priyank avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.