alternating-least-squares - 技术专题

相关标签
cppparallelopenmpparallel-computingmultithreadingalternating-least-squareslearning-openmpratingsvdknn

Here are 86 public repositories matching this topic...

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++

This project walks through how you can create recommendations using Apache Spark machine learning. There are a number of jupyter notebooks that you can run on IBM Data Science Experience, and there a live demo of a movie recommendation web application you can interact with. The demo also uses IBM Message Hub (kafka) to push application events to…

  • Updated Apr 17, 2023
  • Jupyter Notebook

This repository includes a web application that is connected to a product recommendation system developed with the comprehensive Amazon Review Data (2018) dataset, consisting of nearly 233.1 million records and occupying approximately 128 gigabytes (GB) of data storage, using MongoDB, PySpark, and Apache Kafka.

  • Updated Jun 26, 2023
  • Jupyter Notebook

The objective of the competition was to create the best recommender system for a book recommendation service by providing 10 recommended books to each user. The evaluation metric was MAP@10.

  • Updated Nov 19, 2021
  • Python