Deep Learning Prerequisites: Linear Regression in Python
Deep Learning Prerequisites: Linear Regression in Python - Data science, machine learning, and artificial intelligence in Python for students and professionals
Bestseller | Created by Lazy Programmer Inc.
Preview this Course
This course teaches you about one popular technique used in machine learning, data science and statistics: linear regression. We cover the theory from the ground up: derivation of the solution, and applications to real-world problems. We show you how one might code their own linear regression module in Python.
What you'll learn
- Derive and solve a linear regression model, and apply it appropriately to data science problems
- Program your own version of a linear regression model in Python