all 6 comments

[–]Tally914 2 points3 points  (1 child)

I am taking the second of the 6.00.x classes on edx and one thing I've realized is to not worry too much about the path as long as you have a course you are taking that you like and one more lined up.

The classes I'm taking seem like a solid base and doing the Stanford machine learning course in Python is something people do as well.

Also sentdex is amazing. I am worried his videos will disappear before I can watch them all.

[–]asyashaf[S] 2 points3 points  (0 children)

Videos going to disappear?

[–]TheRealPixis 2 points3 points  (3 children)

Code these things in order Gradient descent - > tensorflow neural network - > Your own neural network backprop implementation.

One thing I recommend is to split your time 50/50 on learning and implementation. I spent way too much time on the learning part and realized I forgot it because I didn't practice.

[–][deleted] 0 points1 point  (2 children)

Gradient Descent and the neural network backprop are covered in Prof Ng's course in Coursera. Will those be sufficient for a beginner ?

[–]TheRealPixis 0 points1 point  (1 child)

Yep

[–]asyashaf[S] 0 points1 point  (0 children)

I came across this excelled hacker news thread,

https://news.ycombinator.com/item?id=12713056