Hacker News new | ask | show | jobs
by jajaBinks 3818 days ago
For someone interested in neural networks, deep learning and stuff like that, is this a useful course? Also, how valuable a skill-set is R?
5 comments

Two courses I've found are very good for Neural Networks & Deep Learning are Karpathy's CS231n from Stanford[0] and Nando de Freitas's Deep Learning class from Oxford[1][2].

Been through parts of both and they seem really good. That said, I'd bet that both of these classes would be a lot more meaningful after either Hastie's class (listed here) or Andrew Ng's course.

[0] http://cs231n.github.io/

[1] https://www.youtube.com/playlist?list=PLE6Wd9FR--EfW8dtjAuPo...

[2] http://www.cs.ox.ac.uk/teaching/courses/2014-2015/ml/

There is not much here about deep learning or neural networks, but from a "how to measure and rate models" perspective, it is very helpful. I consider R to be a very useful skill-set. I have used it for solving many issues, both in and out of stats.
More broadly, are you interested in getting a job in machine learning? If yes, then this stuff is a requirement. You won't be taken seriously if all you know is deep learning.
For someone interested in neural networks, deep learning and stuff like that, is this a useful course?

Not really (depending on exactly what "stuff like that" means)

Also, how valuable a skill-set is R?

Very

I usually hear from skilled people that the language is usually not a big deal and I tend to agree. I mean if you know what you're doing, the framework is not that important. It's just a constant-time overhead to learn how things are in R, if you already know it in, say, Matlab or the python-numpy-scipy ecosystem.
Yes. If you know - say Python + Scikit + Numpy, or Matlab then R isn't that valuable.

If you don't know any statistical processing package/language/whatever, then learning one is valuable, and R isn't a bad one to know.

This course is more of an introduction to statistics.
No, it's an introduction to Machine Learning (without much neural network stuff).