node.js – Recommendation System using Tensorflow.js and to show the result by Graphql

I’ve been thinking of an app recommends similar users to a user based on some digitized standards she can choose & change.
Every time the amount of user increases & decreases or the user changes her amount of certain standards, the result of recommendation would change too.

  1. What part of Tensorflow.js I should use for implementing this : NLP or Simply training it with datasets? (I know the question is somewhat random, but my knowledge on tfjs is extremely ambiguous even though I tried sorry)
  2. Can I show the everchanging results to user by subscription of Graphql?

I guess the basic idea is a part of collaborative filtering but..

Read more here: Source link