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
Machine learning linear regression model that predicts, trains, and tests on a given .csv file. Algorithm uses stochastic gradient descent to perform linear or polynomial regression on datasets. Basis expansion is executed if indicated by user input. The resulting learned model is then visualised with a labelled graph. Furthermore, the final weights and mean squared error for every 10 epochs are outputted.