Skip to content

marcNY/LinearRegMLCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is the first homework of the course CSMM.102x Machine Learning available on edx There are two parts:

  • in part 1 we implement the ridge regression algorithm
  • in part 2 we implement an active learning procedure

Running the Program

The program can be launched from a command line interface using a line:

python hw1_regression.py lambda sigma2 X_train.csv y_train.csv X_test.csv

Releases

No releases published

Packages

No packages published

Languages