You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of the gradient descent algorithm from scratch. Performed univariate linear regression with Numpy and Python instead of any libraries. Created data visualizations and plots using matplotlib.
Implementation of the gradient descent algorithm from scratch.
Performed univariate linear regression with Numpy and Python.
Created data visualizations and plots using matplotlib.
About
Implementation of the gradient descent algorithm from scratch. Performed univariate linear regression with Numpy and Python instead of any libraries. Created data visualizations and plots using matplotlib.