Scoring a set of sentences against previous sentences. ML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Scoring a set of sentences against previous sentences. ML

I am trying to make a small tool that recommends me articles to read. It learns and grows with me. So everytime I read an article I store its title, then the next time it gets a list of articles it has to determine the ranking of the articles according to what I will read. I dont know what method or algorithms to use. Also, this is my first time in ml. Ask me if u want clarification in my problem. Preferred language JS.

31st Aug 2021, 3:25 AM
Steve Sajeev
Steve Sajeev - avatar
3 Answers
+ 2
That's right.. but the thing I am trying to make is a chrome extension.. so js..Simon Sauter
31st Aug 2021, 9:45 AM
Steve Sajeev
Steve Sajeev - avatar
+ 1
I don't know if this can be done easily in JS. The go to languages for ML are python and r.
31st Aug 2021, 4:06 AM
Simon Sauter
Simon Sauter - avatar
+ 1
I just did a quick Internet search and it turns out that there is a number of machine learning libraries for JS. Since I have no experience with JS I can't give you a recommendation, but search for these terms: - recommendation engine - recommendation system - recommender system - natural language processing (NLP)
31st Aug 2021, 9:55 AM
Simon Sauter
Simon Sauter - avatar