+ 4
How to create a website with the machine learning ability?
(any idea) like face detection or etc It is possible at all? if yes which program language needed? my goal is to create server-client website. The server is responsible for computing and client is only responsible for collecting data from users
2 Réponses
+ 2
Machine Learning is pretty complex, and you mostly can't do it just by a single programming language. Start off with using IBM Watson's APIs, then move onto learning ML libraries for your choice of programming language(s).
+ 1
I think "the coding train" on YouTube has made videos about web ready neural networks in javascript. I'm not sure if it's what your looking for or not