+ 1
Is brain.js good for Machine Learning?
Can brain.js predicts correctly?
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.
+ 1
Mustafa K. How much training iterations are enough for good output in brain.recurrent.LSTM() ?
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.