Skip to content
#

rating-prediction

Here are 47 public repositories matching this topic...

SysSn13
SysSn13 commented Aug 28, 2021

Users can provide their username. After that whenever they click on the LC Predictor extension icon the pop page should also show the user's predicted rating for the latest contest.
It can be achieved by doing this:

  • User can enter/edit username on options/popup page.
  • Whenever the pop page is opened, the extension calls API for getting the latest predicted rating and shows it. A new endpoint
enhancement good first issue

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.

  • Updated Sep 4, 2020
  • C++

Implemented a model that is capable of predicting a restaurant rating taking into account several factors such as reviews and restaurant facilities. Analysis of review is done based on NLP techniques that include polarity analysis, TF-IDF which are all followed by pre-processing.

  • Updated Apr 29, 2019
  • Jupyter Notebook

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.

  • Updated Jan 7, 2022
  • Python

Improve this page

Add a description, image, and links to the rating-prediction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rating-prediction topic, visit your repo's landing page and select "manage topics."

Learn more