Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: Best Way to Get Started with ML Using JavaScript?
1 points
by
___karim
2677 days ago
2 comments
sonabinu
2677 days ago
Andrej Karpathy's blog has examples of JavaScript implementation of Neural Networks.
https://github.com/karpathy/convnetjs
link
adriansky
2677 days ago
Have you try Tensorflow.js to run ML on the browser. I think is a good place to start
link