0
How to code an AI using js.
How to code a simple AI using js from scratch. A AI that can differtiate between hand drawn images of number from 0-9.
6 Respuestas
+ 3
you can check this out:
https://youtu.be/aircAruvnKk
+ 3
well I haven't done a code like that, I only once did something in that direction ...
(it's not really good and an other aproach than that above...)
https://code.sololearn.com/WtY6w51dO5df/?ref=app
+ 2
you make a neural-network made up of nodes which store a bias, ...
then you give it a lot of images and look if it can guess if their right, if not change the biases, ... a bit and try again, until it gets better
simple 😅
+ 2
maybe sth simpler first... 😅
+ 1
Anton Bohler It seems easy but difficult to do practically please post a code showing a practical explanation. And thanks for answering my question.
+ 1
Thanks for sharing the video now some of my concepts are clear and I think now I can make my own JS AI!