Thread to Discuss Books/MOOCs

Hello Everyone,

Since I have some time on my hands, I think I want to cover, read more stuff along with course.
So I wanted to create a discussion thread for these resources. :nerd_face:

I’ve created this thread, to discuss these resources. Also it’d be great if anyone would be interested in forming a book study group :slight_smile:

Here’s a target that I want to complete along with the MOOC:

  1. Learn Python 3 the Hard Way
  2. Python for Data Analysis 2nd ed
  3. Machine Learning and deep learning with Python
  4. Hands on Machine Learning with Scikit-Learn and Tensorflow
  5. Stanford CS231N
  6. Neural nets and Deep learning

Edit:
Bonus Targets:
3blue1brown Channel
Christopher Olah’s Blog
Machine learning Reddit

@Jeremy please let me know if I’m creating a redundant thread or I’m being spammy😅

Regards,
Sanyam Bhutani.

11 Likes

These all look like good resources to me - nicely curated! Also the 3blue1brown videos are cool, and the colah blog posts.

Consider me in

I’ve added them as well.
Kindly convert this into a wiki thread so that others may add resources as well.

That’s a good idea! Done :slight_smile:

1 Like

How do you do that?

You can edit the original post to add stuff but changing the type needs admin access I think.

Okay, now I get it. Jeremy did that, not you. Thanks for clarifying.

1 Like

How about adding some books on math that would useful for deep learning ?

Maths for deep learning is Linear Algebra, Probability/Statistics and Calculus. This is my list
Coding the Matrix
Linear Algebra - Strang
Introduction to Probability Joseph K. Blitzstein
Thomas Calculus

1 Like

IMO these books, whilst good math books, don’t provide the right background for deep learning.

2 Likes

@jeremy can you give us some good references which we can follow for deep learning.

I don’t think studying any math references will help you do better in this course. However, if you have an interest in the math behind deep learning (and it becomes useful if you want to study academic papers, since they tend to be written in a math-heavy way), part 1 of this book covers all the necessary foundations: http://www.deeplearningbook.org/

2 Likes

Some other resources are ,
Backprop
Image Kernels
NLP
PCA
Data Science Tips & Tricks
GANs are Love!
Tensorflow Docs for beginners
(Although I prefer caffe & keras)
COLAH BLOG
amazing vision projects
karpathy sir !

These are a few resource to look. I go by looking at topics and reading from various blogs and videos rather than a single source , it gives me idea to how a problem can be tackled by same tools in different ways , but everybody has their own way of learning stuff !

Bible for me !

Yes agree, and that’s why I have the hardcopy of this book already. Book will make more sense when I will follow that along with this course learning.

added subreddit of machine learning a very good resource to interact with fellow AI engineers/researchers

1 Like

I am also highly interested in forming a book study group…

1 Like

I would like to be in the book study group.

Sounds great.
I’ll be going through Learn Python the HardWay and Python ML,DL with Scikit-Learn and Tensorflow first if anyone is interested :slight_smile:
Followed by Python For Data Analysis next week onwards.