This contains the programs and examples that showcase the concept of Linear Regression Learning Algorithm
- linearreg_scikit.py and linearreg_fromscratch.py are the implentation of Linear Regression.
- Salary_prediction.py(Salary prediction using the years of expereince) and Housing_Prediction.py(Price of house using various features) are the examples of this algorithm.