Visualizing Neural Networks | Any Updates on GPU LSTM? | Adding onto a network
See original GitHub issueComments
I’m not really having an issue with brain.js but I was just curious if there was a way to visualize a neural network like the image below.
I was also wondering if there’s any news on training LSTMs with a GPU, if I recall I was told it was coming soon back in March and so far I’ve heard nothing, it has become a big issue as my datasets get larger and larger.
And finally, a while back I noticed an issue someone posted (#377) which I was also having and he wasn’t able to get help so I am just going to add it onto this issue; When I train a network and save it to a JSON file I would like to be able to do network.fromJSON();
to load it then using that network, add more training on top of its existing training data since retraining everything with the old data takes forever without GPU acceleration (I’m sure it would still be an issue WITH GPU acceleration). Is this in any way possible, and if not, could it be added?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:14 (9 by maintainers)
Top GitHub Comments
Much cleaner! Feedback welcomed.
I have
NeuralNetworkGPU
running now in the develop branch upgraded to GPU.js v2 rc17, and that is committed. I’m waiting on a few things there (some very exciting), including:and so I’ve finally reached a point I can continue work on brain.js!
You’ll be seeing some activity in https://github.com/BrainJS/brain.js-cnn-integrity, which independently (and hackishly) tests brain.js against ConvNet.js, to ensure it’s algorithms match up 100%. After that is finished, then we finalize a few outstanding API designs, add tons of unit tests, and release.