Skip to content

A collection of jupyter notebooks for practicing ML algorithms

Notifications You must be signed in to change notification settings

yashkarle/jupyter-notebooks

Repository files navigation

jupyter-notebooks

A collection of jupyter notebooks for practicing ML algorithms

  1. Slope One Algoritm as suggested in the paper in 0702144.pdf
    A simple user-movie-rating collaberative filtering system based on the slope one algorithm.
    Data set used: MovieLens20M
  2. Introduction to Pandas tutorial by Google.
    A quick introductory exercie with pandas involving DataFrame, Series, Indexes
  3. Reservoir Sampling algorithm for randomly selecting k items out of a stream of unkown size n.
    Implementation for the same in python using the method as shown in the vitter.pdf paper.
    Download the English Wikipedia titles data set
  4. Notebook created as part of the Deep Learning Workshop.
    Data required to run the same can be found in data/.
  5. A tutorial, getting started notebook for the Python course.
  6. Spotify Personal Playlist Creator
    A statistical analysis of audio features of tracks from spotify, using spotipy library.

About

A collection of jupyter notebooks for practicing ML algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published