forked from fri-datascience/course_pou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
24 lines (18 loc) · 1.16 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Principles of Uncertainty -- exercises"
author: "Gregor Pirš, Erik Štrumbelj, David Nabergoj and Leon Hvastja"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: yes
url: https://fri-datascience.github.io/course_pou/
description: "Course notes"
nocite: |
@R-base, @Ross1998, @Jagannathan2015
---
# Preface {-}
These are the exercises for the Principles of Uncertainty course of the Data Science Master's at University of Ljubljana, Faculty of Computer and Information Science.
This document will be extended each week as the course progresses. At the end of each exercise session, we will post the solutions to the exercises worked in class and select exercises for homework. Students are also encouraged to solve the remaining exercises to further extend their knowledge.
Some exercises require the use of R. Those exercises (or parts of) are coloured <span style="color:blue">blue</span>. Students that are not familiar with R programming language should study \@ref(A1) to learn the basics. As the course progresses, we will cover more relevant uses of R for data science.