Theoretical Machine Learning From Scratch – Linear Models
Learn the theory and math behind Linear and Logistic regression and also learn to code them from scratch
What you’ll learn
-
Understand the math behind linear models particularly linear and logistic regression
-
Uncover the black box understand the inner workings of linear and logistic regression
-
Understand gradient descent in a great detail and apply it to solving problems
-
Learn to apply the linear models to machine learning problems and use cases
-
Code everything from scratch without using any ready made machine learning library
Requirements
-
Basic to intermediate programming skills(program flow, conditional statements, looping, object oriented approach)
-
Taking derivative and partial derivatives using calculus
-
Some basic probability and statistics
-
Basic linear algebra(matrix multiplication)
Who this course is for:
- This course is meant for people who want to go beyond the basic understanding of machine learning paradigms and dive deeper into the math and theory