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
An implementation of the foundational regression algorithm to to predict the medical charges based on the patients' age , sex , children , region and charges along with the use of the optimization algorithm i.e. gradient descent with the learning rate of 0.0001 over 10000 iterations.
A simple scratch implementation of the gradient descent optimization algorithm for finding the optimal value of m and b for a predictive function under the Linear Regression algorithm.
A simple implementation of the analytical approach for finding the parameters of the algorithm to find the optimal value of m and b for a predictive function under the Simple Linear Regression algorithm.