Artificial Neural Networks for Beginners
blogs.mathworks.com
Artificial Neural Networks for Beginners
1–10 of 54 posts
Re: Artificial Neural Networks for Beginners
#2[deleted]
Re: Artificial Neural Networks for Beginners
#3If you're trying to learn about deep learning, I highly suggest using Python(Theano) or Lua(Torch). They're free and used by the experts in the field for research.
Even if you don't want to use the frameworks, you'll still have access to fast linear algebra routines.
Re: Artificial Neural Networks for Beginners
#4[deleted]
Re: Artificial Neural Networks for Beginners
#5Matlab? Thanks, but no thanks.
Re: Artificial Neural Networks for Beginners
#6Cached version since the database seems to be having issues
http://webcache.googleusercontent.com/search?q=cache:UhEgP6_...
Re: Artificial Neural Networks for Beginners
#7Nice article. If anyone is interested in understanding the theory and also dig deeper, the machine learning course on Coursera is a great place to start as well.
Re: Artificial Neural Networks for Beginners
#8Matlab? Thanks, but no thanks.
There's also Octave [0]
Re: Artificial Neural Networks for Beginners
#9If you're trying to learn about deep learning, I highly suggest using Python(Theano) or Lua(Torch). They're free and used by the experts in the field for research. Even if you don't want to use the frameworks, you'll still have access to fast linear algebra routines.
[deleted]
Re: Artificial Neural Networks for Beginners
#10If you're trying to learn about deep learning, I highly suggest using Python(Theano) or Lua(Torch). They're free and used by the experts in the field for research. Even if you don't want to use the frameworks, you'll still have access to fast linear algebra routines.
Could someone can recommend me a book about deep learning and/or machine learning for this kind of open-source library ? I do not have any background in ML nor DL.