+ 1
How do I start learning neural networks in JS?
I myself always wanted to learn JS neural networks but could never figure out how to start. I finished the sololearn JS course so I think I’m pretty good with the code. Can you recommend me a way to start learning about neural networks or can you tell me how you learnt it? Thanks beforehand!😁👍🏻
2 odpowiedzi
+ 2
Study tutorial of brain.js https://scrimba.com/g/gneuralnetworks here.
Example of brain.js
https://code.sololearn.com/WQIHpb25iqNb/?ref=app
+ 1
Thank you very much!