Repository navigation

#

rating-prediction

Leetcode Rating Predictor built with Node. Browser extension and web interface.

JavaScript
528
1 年前

Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems

Python
496
1 年前

pyRecLab is a library for quickly testing and prototyping of traditional recommender system methods, such as User KNN, Item KNN and FunkSVD Collaborative Filtering. It is developed and maintained by Gabriel Sepúlveda and Vicente Domínguez, advised by Prof. Denis Parra, all of them in Computer Science Department at PUC Chile, IA Lab and SocVis Lab.

C++
122
5 年前

RecGPT: Generative Pre-training for Text-based Recommendation (ACL 2024)

Python
31
7 个月前

[Python3.6] IEEE Paper "Matrix Factorization Techniques for Recommender Systems" by Koren,Bell,Volinsky

Jupyter Notebook
29
6 年前

Implementation for Aspect-Aware Latent Factor Model: Rating Prediction with Ratings and Reviews.

Python
26
5 年前

Structured Semantic Model supported Deep Neural Network for Click-Through Rate Prediction

Python
22
3 年前

The implementation of "PARL: Let Strangers Speak Out What You Like", Libing Wu, Cong Quan, Chenliang Li, Donghong Ji, https://doi.org/10.1145/3269206.3271695

Python
21
2 年前

Movie Revenue & Ratings Prediction Using 5000 IMDB Movies [Python, Machine Learning, GitHub]

Jupyter Notebook
11
6 年前

State-of-The-Art Rating-based RECOmmendation system: pytorch lightning implementation

Python
9
2 年前

Google Local Rating Prediction using Latent Factor Model. Recommender System - CSE 258 Assignment 1

Python
9
7 年前

Netflix data challenge hosted by PRML course in IITM, we secured 5th position as team Goodfellas

Jupyter Notebook
7
6 年前

Opinion recommendation is a task, recently introduced, for consistently generating a text review and a rating score that a certain user would give to a certain product, which has never seen before. Input information driving recommendation is text reviews and ratings for this product contributed by other users and text reviews submitted by the user under consideration for other products. The aforementioned task faces the same problems emerging in text generation using neural networks, namely repetition and specificity. In this paper, it is experi- mentally demonstrated that by employing coverage loss during training, repetition is reduced without adding extra parameters. Furthermore, the amount of repetition in the generated text review is defined as a measure of the captured information. Such measure is used to improve rating score prediction significantly during testing.

Python
7
2 年前

The goal of this project was to predict reviews' star ratings on Yelp using the review text. We built the following models that perform text analysis on review data to predict the rating stars.

Python
6
7 年前

Movie Recommendation Using Matrix Factorization.

Python
6
6 年前

CinemAI is a one stop solution solution created for movie buffs. The fullstack app has a movie scene-wise and character-wise analysis feature. It also has genre classification, movie, movie rating prediction and age restriction prediction based on a movie's script.

Jupyter Notebook
4
10 个月前