News

Octave/Python adaptation of week 4 programming exercise from "Machine Learning by Stanford University" course in coursera. Concretely, the goal is to train a linear classifier to predict handrwitten ...
To write a program to predict the marks scored by a student using the simple linear regression model. /* Program to implement the simple linear regression model for predicting the marks scored.