Linear Regression is one of the most fundamental topics in the realm of Statistics as well as AI/ML. Simple Linear Regression involves predicting the value of a dependent variable by using a single explanatory (independent) variable. This concept falls under Supervised Machine Learning where the idea is to predict the value of a target variable after being trained on labeled data.