more to project 1 before bedtime

This commit is contained in:
mhjensen
2019-08-27 22:04:22 +02:00
parent 35389a23d0
commit c728e8a943
@@ -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 ===