Neural network javaScript
Somebody explain me about development of neural network implementing javaScript.
\n\nconst network = new brain.NeuralNetwork();\n\nvar trainArray=[];\n\nhttps://code.sololearn.com/WVqgqi1TMKse/?ref=app","upvoteCount":3},"suggestedAnswer":[{"@type":"Answer","text":"꧁Sᴏᴜᴘᴛɪᴋ Nᴀᴛʜ꧂ But I don't know brain.js, you can ask in Q&A. Someone who knows may answer.","upvoteCount":3},{"@type":"Answer","text":"Gordon \nI was expecting the same. \n\nMy main confusion is that, how to implement brain.js.\nHow to add that to website?","upvoteCount":2},{"@type":"Answer","text":"https://www.sololearn.com/learn/733/?ref=app\n\nFor small projects, use brain.js or tensorflow.js","upvoteCount":1},{"@type":"Answer","text":"Neural network is so simple\nJust like nerves\nThere are points, input, output\nEach point get input it processes it and outputs it by doing something for a lot time it gets faster at that thing so it learns.","upvoteCount":1},{"@type":"Answer","text":"Gordon I need some help regarding brain.js. How may I contact you?","upvoteCount":0},{"@type":"Answer","text":"Anyone knows brain.js?","upvoteCount":0},{"@type":"Answer","text":"Ceri","upvoteCount":0}]} }
Somebody explain me about development of neural network implementing javaScript.