Comment on Neural networks in JavaScript – free 19-part courseparentComments−heavyset_go7yPython is used because there are C/C++ bindings for working with NNs.The point is that none of computations are done in pure Python. Python just provides a convenient wrapper over non-Python code.
Comments
Python is used because there are C/C++ bindings for working with NNs.
The point is that none of computations are done in pure Python. Python just provides a convenient wrapper over non-Python code.