All Projects → TaihuaLi → Movielens Recommender

TaihuaLi / Movielens Recommender

Course project for Programing Machine Learnings Applications class

Projects that are alternatives of or similar to Movielens Recommender

Losc event tutorial
Tutorial for working with binary black hole data. http://mybinder.org/repo/losc-tutorial/LOSC_Event_tutorial
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
2015 Julia Hands On
Julia Hands-on at ERAD-NE 2015
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Resnet
Tensorflow ResNet implementation on cifar10
Stars: ✭ 10 (+0%)
Mutual labels:  jupyter-notebook
Novel Twitter Anomalies Pydatalondon2016
Detect novel anomalies on Twitter
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Sphere Challenge
SPHERE Challenge: Activity Recognition with Multimodal Sensor Data
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Algorithmic Trading Python
The repository for freeCodeCamp's YouTube course, Algorithmic Trading in Python
Stars: ✭ 846 (+8360%)
Mutual labels:  jupyter-notebook
Deeplearning
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Meetupcityfinder
Stars: ✭ 10 (+0%)
Mutual labels:  jupyter-notebook
Lyrics Lab
CS109 Final Project
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Group meetings
Notes and ideas for MARL group meetings
Stars: ✭ 10 (+0%)
Mutual labels:  jupyter-notebook
Headline analysis
Analyzing news headlines for fun and profit
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Scipyecosystem
An Introduction to the SciPy Ecosystem presentation
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+8450%)
Mutual labels:  jupyter-notebook
Notebooks
Misc. Jupyter notebooks for testing and exploring various things.
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Ml
Varios mini-projectos de ML
Stars: ✭ 10 (+0%)
Mutual labels:  jupyter-notebook
Ismir2016eeg Tutorial
ISMIR 2016 Tutorial - Introduction to EEG Decoding for Music Information Retrieval Research
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Notes Lsju Machine Learning
机器学习笔记
Stars: ✭ 852 (+8420%)
Mutual labels:  jupyter-notebook
Variational Autoencoders Summerschool 2016
Exercises for the semi-supervised summer school https://semisupervised-learning.compute.dtu.dk.
Stars: ✭ 10 (+0%)
Mutual labels:  jupyter-notebook
Cds Ta Meetup
Competitive Data Science @ Tel Aviv Meetup
Stars: ✭ 10 (+0%)
Mutual labels:  jupyter-notebook
Keras Tutorial
3-hour tutorial on building deep learning models with Keras.
Stars: ✭ 10 (+0%)
Mutual labels:  jupyter-notebook

Stories in Ready

Recommender System Using MovieLens Dataset

Data source: www.movielens.org

The goal of recommender systems is to provide personalized product recommendations to users. These systems can suggest items to purchase, shows or movies to watch, articles to read, and much more. Well known organizations that rely on predictive user modeling for personalization approaches are Netflix and Amazon. Netflix systems recommend shows and movies for users to watch, while Amazon recommends similar items for a user to purchase.

The approaches to personalized recommender systems that were deployed in this project were k-nearest-neighbor using labels derived from k-means clustering analysis, item-based collaborative filtering, user-based collaborative filtering and matrix factorization with singular value decomposition.

The purpose of this project is to perform and evaluate modeling techniques with the intention of building a recommender system based upon the lowest error results. This report provides the details of the data set, the various algorithms experimented, and the performance results that dictated the final recommender system our team decided to build.

Team Members

Note: this project is written in [Python 2.7] (https://www.python.org/download/releases/2.7/)

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].