Live data from Hacker News

How to learn Deep Learning in 6 months

towardsdatascience.com

1–10 of 11 posts

Re: How to learn Deep Learning in 6 months

#3
I'm trying to do something similar by starting the other way around (first why it works, then how it works) and so far it's working for me pretty well.[1]

For reference, I'm in high school, so I don't really have the necessary math background to understand everything first try-but I think I'll be able to push through and understand it.

The top down (fast.ai) approach didn't really work for me - as I felt like I didn't really understand how/why everything works. Learning the math behind it forces you to understand.

[1] https://nikhiljha.com/2018/02/06/Neural-Networks-First-Steps...

Re: How to learn Deep Learning in 6 months

#8
How to make background to a picture that is geeky for geeky subjects in 10 minutes:

1. find javascript file that has been compressed on your system. 2. open in color coded editor 3. take screenshot

there you go, perfect 'code' background for your deep learning article!

Re: How to learn Deep Learning in 6 months

#9
Here's Peter Norvig arguing that you shouldn't:

Teach Yourself Programming in Ten Years

https://www.norvig.com/21-days.html

The article is about programming, specifically about books etc advising you on how to learn programming in ten days etc, but it totally applies to Deep Learnign also.

Deep Learning is an enormous discipline. In the current point in the hype cycle, there are literally thousands of papers published every month. Personally, I doubt anyone, evern the luminaries of the field are keeping up with it. 6 months is about enough to dip your toes into the preliminaries, and that's if you're willing to skip the relative background [1].

Of course, that's all true if you want to learn. If you just want to train yourself in the use of a few tools, then 6 months is plenty. But don't expect to be able to solve any new problems that way- someone else will always have to do all the hard work for you.

________

[1] A bit of background will help with questions such as: Why was Deep Learning necessary in the first place? (hint: search for "constant error carousel"); did Deep Learning just spring fully-formed from the brow of Hinton/ Schmidhuber? (hint: read wikipedia on "machine learning" and "Artificial Intelligence"); etc. If you're not asking those questions then you're holding it wrong.

Re: How to learn Deep Learning in 6 months

#10

Here's Peter Norvig arguing that you shouldn't: Teach Yourself Programming in Ten Years https://www.norvig.com/21-days.html The article is about programming, specifically about books etc advising you on how to learn programming in ten days etc, but it totally applies to Deep Learnign also. Deep Learning is an enormous discipline. In the current point in the hype cycle, there are literally thousands of papers publishe…

How many of those papers are actually necessary, or move the field forward, and how many are "publish or perish" noise?
Post reply on HN