Is brain.js good for Machine Learning? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is brain.js good for Machine Learning?

Can brain.js predicts correctly?

26th Apr 2020, 6:06 PM
Souptik Nath
Souptik Nath - avatar
3 Answers
+ 2
brain.js is nothing more than an implentation of neural network. You will train it, so good prediction is just based on the variety of your dataset and how much you train it. With that being said, brain.js is cool.
26th Apr 2020, 6:10 PM
Mustafa K.
Mustafa K. - avatar
+ 1
Mustafa K. How much training iterations are enough for good output in brain.recurrent.LSTM() ?
26th Apr 2020, 6:14 PM
Souptik Nath
Souptik Nath - avatar
0
You will try and see it, it may differ for different tasks. If you are looking for complex tasks like image or speech recognition, it does take a long time but it also depends on the quality of your images or audios. Otherwise if it is like a flappy bird game, it takes a few minutes.
26th Apr 2020, 6:16 PM
Mustafa K.
Mustafa K. - avatar