+ 6
how can i implement the machine learning algorithms on a website or application?
i mean what tools, programming language,skills need?? tnx
2 Respostas
+ 1
Well you can use JavaScript, such as with the new TensorFlow.js
Or you can use python and make an application using Django and sckit learn or TensorFlow (for a book use “machine learning for web”)
+ 1
thanks