Hello world! Welcome back to my post! Today I wanna share another project that I just done: **a **linear regression. But wait, this one is different! Usually I use either Scikit-Learn or Keras module to do machine learning stuff, but now, I decided to solve this regression problem using statistical approach. That’s essentially why we do not need optimization algorithm for this task — which makes this project relatively simple compared to other machine learning tasks.

Note: I share the full code used in this project at the end of this article.

#mathematics #python #linear-regression #ai #statistics

Linear Regression from Scratch: Statistical Approach
1.10 GEEK