Linear Regression from Scratch
Learn how to implement the linear regression algorithm with Python’s classes, methods, functions, and the Numpy library. Learn about linear algebra and matrix operations. Implement the fit, predict, and score methods; get the intercept and coefficients for a model, fit a model without intercept. Compare the performance of your model against that of the Scikit-Learn Linear Regression algorithm.
JetBrains Academy
About
Linear relationship estimation is probably the first kind of modeling we come across at school. Linear regression is one of the most popular methods for estimating linear relationships and one of the most popular machine learning algorithms. This project explains how the linear regression algorithm works. These basics will help you with model interpretation and debugging if you want to fit and predict linear models.
Graduate project
This project covers the core topics of the Coding Machine Learning Algorithms course, making it sufficiently challenging to be a proud addition to your portfolio.
At least one graduate project is required to complete the course.
What you'll learn
Reviews
4.4