diff --git a/doc/src/Projects/2019/Project1/Project1.do.txt b/doc/src/Projects/2019/Project1/Project1.do.txt index 3fcdccf28..f8592765c 100644 --- a/doc/src/Projects/2019/Project1/Project1.do.txt +++ b/doc/src/Projects/2019/Project1/Project1.do.txt @@ -1,14 +1,14 @@ TITLE: Project 1 on Machine Learning, deadline September 30, 2019 AUTHOR: "Data Analysis and Machine Learning FYS-STK3155/FYS4155":"http://www.uio.no/studier/emner/matnat/fys/FYS3155/index-eng.html" {copyright, 1999-present|CC BY-NC} at Department of Physics, University of Oslo, Norway DATE: today - + small change ===== Regression analysis and resampling methods ===== The main aim of this project is to study in more detail various regression methods, including the Ordinary Least Squares (OLS) method, Ridge regression and finally Lasso regression. -The methods are in turn combined with resampling techniques. +The methods are in turn combined with resampling techniques like cross-validation. === Part a): Ordinary Least Square on the Franke function with resampling ===