+ 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.
3 Respuestas
+ 2
That's right.. but the thing I am trying to make is a chrome extension.. so js..Simon Sauter
+ 1
I don't know if this can be done easily in JS. The go to languages for ML are python and r.
+ 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)