How advanced can artifical neural networks get in python and what are the capabilites of that level of neural network? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How advanced can artifical neural networks get in python and what are the capabilites of that level of neural network?

Im just curious

27th Jul 2017, 5:37 PM
Stuart
Stuart - avatar
2 Réponses
+ 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.
27th Jul 2017, 5:54 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 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.
27th Jul 2017, 6:37 PM
Ready
Ready - avatar