AboNady/Simple_Linear_Regression_From_Scratch
I have applied the fundamental idea of Linear Regression with Single Variable input. I implemented the Gradian Descent algorithm simply from scratch with no libraries such as Scikit-Learn. I just used NumPy.
PythonMIT