+ 1
How advanced can artifical neural networks get in python and what are the capabilites of that level of neural network?
Im just curious
2 Respuestas
+ 8
Python supports several modules for neural networks - theano, tensorflow and pytorch, for example. They are powerful enough to execute operations on the GPU rather than CPU and support multi-machine map-reduce algorithms for handling big data.
Many types of multilayered, convolutional and complex neural networks are possible.
+ 2
To add to Kuba's answer, state-of-the-art AI library called TensorFlow made by Google is python-based.
Python is the go-to languange for data science and machine learning and TensorFlow is the top library.
So basically python-based research at Google is as advanced as it gets.