Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 394 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 394 Bytes

#Linear Regression

This is a simple implementation of Linear Regression with single and multiple variables in Python. I have deliberately avoided the use of NumPy and SciPy libraries. Hence, tasks like summing up arrays, standard deviation, means are all implemented from scratch.

The dataset used is the one provided for the 1st assignment of ML-class of fall '12, Stanford (CS229).