This task is part of weekly programming task for the subject titled "Machine Learning"
Goal of this assignment is to develop a holistic understanding of gradient descent by implementing multiple linear regression.
- refer to p_sheet1 for more information about our task
Python (without using numpy , pandas , scikit learn)
- We are provided with 2 datasets titled random-1 and random-2.
- Both of these datasets have 2 independent variables and one dependent variables
- I have used batch gradient descent