A
A
Alex Lapikov2022-02-24 15:13:13
Machine learning
Alex Lapikov, 2022-02-24 15:13:13

How to properly implement an AI-based recommendation system?

There is a task to predict and recommend courses to people based on the data they provide (user profile - what do you want, what goal are you pursuing, what do you do?) and the statistics collected on the number of courses taken by other people. The machine must constantly study the received data and improve the quality of the prediction.
After doing a little research, I found several frameworks for js and python. As I understand it, the difference in stack choice is only a matter of performance. The most important task is to understand on the basis of which formula and representation, or graph, to implement the function of calculating the input data, in order, firstly, to translate text markers, such as course categories, tags, and user-entered data into numerical values, and secondly, to compare them how close they are to the desired category of courses. Are there any references, manuals that will lead to understanding, or maybe someone who is an expert can sort it out, point out landmarks?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Korotenko, 2022-02-24
@firedragon

Throw away AI. You don't really need it.
Implement a questionnaire, for each answer a score is added to some specialty.
As a result, 5 top specialties are displayed.
Why complicate things?

V
Vyacheslav, 2022-02-24
@Armann

Manuals for creating recommender systems - a little less than dofiga, you just need not be too lazy to type 'python recommender system' in Google.
To at least get into the topic a little, free courses are enough, for example: https://stepik.org/course/4852/syllabus

K
Kirill Gorelov, 2022-02-24
@Kirill-Gorelov

Grokaem algorithms, there is a simple example.
Or "Recommender systems in practice | Falk Kim"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question