ZuzooVn / machine-learning-for-software-engineers

A complete daily plan for studying to become a machine learning engineer.
https://www.codementor.io/zuzoovn/how-i-plan-to-become-a-machine-learning-engineer-a4metbcuk
Creative Commons Attribution Share Alike 4.0 International
28.09k stars 6.2k forks source link

Useful web rersources #84

Open inoue0426 opened 4 years ago

inoue0426 commented 4 years ago

Probably, this web site towards data science is useful and not used difficulty mathematics. Can I make a PR to add this site?

arjun619 commented 4 years ago

There are multiple websites good for the same. https://medium.com/

I have personally subscribed to https://machinelearningmastery.com/ Getting good quality newsletter right in the mail inbox It is good for both a quick review of the concepts and deep understanding of the maths behind it too.

haarsh09 commented 1 year ago

@ZuzooVn I have couple of resources and books suggestion that really deepens one's understanding of the subject(AI, GNN, Statistics, Probability).

  1. Introduction to Statistical learning
  2. Lectures by Stanford University on Youtube. (I personally use this, and it has helped me a lot)
  3. Deep learning by Ian Goodfellow ( I follow this religiously for an in depth understanding of mathematics behind machine learning and AI.) these are my top 3 recommendations.

Besides this reading research papers related to machine learning and implementing it by yourself gives a deeper understanding for the subject. I would love add all these resources so that it can benefit others. I would really appreciate it if I can make a pr for this . Thanks and regards