What library should I use for neural networks? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What library should I use for neural networks?

Should I use numpy...? How to install it? Thanks.

31st Oct 2016, 11:03 PM
dede 64 (a008x8)
dede 64 (a008x8) - avatar
1 Answer
+ 1
Recurrent neural nets (RNN) are kindof a thing now. At least one library here: https://wiki.python.org/moin/PythonForArtificialIntelligence Tutorial, RNN: http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-1-introduction-to-rnns/ NN: http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/ Coursera /Stanford MLClass, not Python (Octave + excellent walkthroughs on math, concepts, etc): https://www.coursera.org/learn/machine-learning
1st Nov 2016, 11:24 AM
Kirk Schafer
Kirk Schafer - avatar