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.

24th Jul 2019, 3:29 PM
Pratyush Tiwary
Pratyush Tiwary - avatar
6 Respostas
+ 3
you can check this out: https://youtu.be/aircAruvnKk
24th Jul 2019, 4:52 PM
Anton Böhler
Anton Böhler - avatar
+ 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
24th Jul 2019, 4:50 PM
Anton Böhler
Anton Böhler - avatar
+ 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 😅
24th Jul 2019, 4:19 PM
Anton Böhler
Anton Böhler - avatar
+ 2
maybe sth simpler first... 😅
24th Jul 2019, 4:20 PM
Anton Böhler
Anton Böhler - avatar
+ 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.
24th Jul 2019, 4:33 PM
Pratyush Tiwary
Pratyush Tiwary - avatar
+ 1
Thanks for sharing the video now some of my concepts are clear and I think now I can make my own JS AI!
25th Jul 2019, 1:35 AM
Pratyush Tiwary
Pratyush Tiwary - avatar