Wednesday 25 March 2020

Using node for server-side machine learning

So, I am planning on a client uploading some data to the server and the server doing some machine learning regression and returning the result to the user.I heard Node.js is not very efficient at doing such things due to it's single-threaded nature.Is it possible to do this machine learning on the server end with potentially hundreds of clients? Or, will another server side language like PHP or Python's libraries be a better choice?

Submitted March 25, 2020 at 06:44PM by SuperSaiyan1010

No comments:

Post a Comment