5 results for “topic:linear-regression-with-math”
A Linear Regression simulator using gradient descent. Add your one-feature dataset and visualize how Linear Regression fits a line to it. :chart_with_upwards_trend:
Detailed implementation of various machine learning algorithms from scratch using python language.
Implementation of the Linear Regression Algorithm without using Sklearn's inbuilt algorithm in 1 Dimension.
Folder for AI&ML related projects.
A simple linear regression program using Python 3