Comment on Neural networks in JavaScript – free 19-part courseparentComments−axel1807yKeep in mind that while the tutorial is in javascript, in the web browser, the neural network easily apply for node based solutions as well.We're adding GPU support that use either client side OR server side GPU, so that any case you mention can be handled.−make37yyes, but afaik node with webgl is strictly slower than cuda/cudnn with Python or whatever serving−make37yunless you also support cuda/cudnn directly now ofc
Comments
Keep in mind that while the tutorial is in javascript, in the web browser, the neural network easily apply for node based solutions as well.
We're adding GPU support that use either client side OR server side GPU, so that any case you mention can be handled.
yes, but afaik node with webgl is strictly slower than cuda/cudnn with Python or whatever serving
unless you also support cuda/cudnn directly now ofc