A
A
a1rm4kc2018-06-14 23:26:02
Algorithms
a1rm4kc, 2018-06-14 23:26:02

How to implement a recommender system based on one of the SVD algorithms?

It is necessary to implement a recommender system based on one of the SVD algorithms.
There is a set of M users and N goods. There is no explicit evaluation of the goods.
The assessment can be built on the fact that the goods are sold in a certain volume and returned back for various reasons (for example, marriage).
Product pricing may change dynamically, depending on the increase/decrease in order volumes/returns.
The set of recommended products should change depending on the change in the assessment.
I studied information on algorithms for the implementation of recommender systems, partially understood what the SVD algorithm is. But I did not find a complete picture of the implementation. Can anyone help with this issue? And yet, in what form is it best to present the assessment of the product, in what range is it best to rank it? What is the best way to regulate the system? Since there is a cold start problem, then on what amount of data can you begin to trust the recommendations?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vyacheslav Shindin, 2018-06-21
@pro_co_ru

https://github.com/grahamjenson/list_of_recommende...

A
Andrey Fedoseev, 2018-07-15
@itlen

Not SVD, but also on the topic of Item-based collaborative filtering with your own hands

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question