Skip to content

rohitdholakia/LinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

#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).

About

A simple linear regression implementation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages