Skip to content

Instantly share code, notes, and snippets.

@sreeram-venkitesh
Last active January 7, 2022 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sreeram-venkitesh/a51d65ebcc91de591853226cb6544fa7 to your computer and use it in GitHub Desktop.
Save sreeram-venkitesh/a51d65ebcc91de591853226cb6544fa7 to your computer and use it in GitHub Desktop.
A four week study plan to get started with machine learning

Week 1

  • Revision of basic programming with Python, for loops, if-else statements, etc. Basic stuff
  • Mathematical libraries such as Numpy, Pandas, Matplotlib.

Week 2

  • Basic Machine Learning concepts
  • What is the difference between Supervised and Unsupervised learning?
  • What are Regression and Classification?
  • How do you define a Machine Learning model?
  • What do you mean by training and testing a model?]

Week 3

  • In the third week, we dive deeper into the mathematics behind the techniques (like gradient descent) that we earlier discussed.
  • How does the different training algorithms work?

Week 4

  • Introduction to Neural Networks.
  • Why do we need the concept of a Neural network? What's the intuition behind an artificial neuron?
  • The McCulloh Pitts Neuron
  • Deep Neural Networks and how they work?
  • What are weights in a neural network?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment