Updated the readme file
This commit is contained in:
parent
5ce70259c7
commit
e9ae8799e0
7 changed files with 54 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -0,0 +1,12 @@
|
|||
# Regularization and Model Evaluation
|
||||
|
||||
This project implements linear regression with non-linear basis functions,
|
||||
explores the bias-variance tradeoff using multiple fits, and applies
|
||||
L1 and L2 regularization with cross-validation to analyze their effect on loss.
|
||||
All algorithms are written in Python.
|
||||
|
||||
# Authors
|
||||
|
||||
- Batuhan Berk Başoğlu, 260768350 - batuhan-basoglu
|
||||
- Shaani Bellemare, 261159662 - ShaaniBel
|
||||
- Jared Tritt, 260763506 - Jaredtritt
|
||||
Loading…
Add table
Add a link
Reference in a new issue