Yes, I know. You are more than familiar with linear regression; we are not here to discuss that. I want to share a wonderful mathematical principle wi

An introduction to vectorization - by Tivadar Danka

submited by
Style Pass
2024-05-02 09:30:03

Yes, I know. You are more than familiar with linear regression; we are not here to discuss that. I want to share a wonderful mathematical principle with you, learning through the example of linear regression.

Depending on what we understand by  a,  x,  b, +, and ·, the expression “ ax +  b” can either be the very first machine learning model a student encounters or the main component of a powerful neural network.

This dance of generalization and abstraction is the essence of mathematics; it’s why we can treat functions as vectors, use matrices as exponents, build the foundations of mathematics by drawing dots and arrows, and many more.

The Palindrome is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.

The fundamental problem of machine learning: predicting one variable from another. Mathematically speaking, we are looking for a function  y =  h( x) that describes the relation between the predictor variable  x and the target variable  y.

Leave a Comment