-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_quarto.yml
More file actions
68 lines (68 loc) · 1.68 KB
/
Copy path_quarto.yml
File metadata and controls
68 lines (68 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
project:
type: book
output-dir: docs
book:
title: Machine Learning and Deep Learning with R
author:
name: Maximilian Pichler and Florian Hartig
url: https://www.uni-regensburg.de/biologie-vorklinische-medizin/theoretische-oekologie/mitarbeiter/maximilian-pichler/index.html
date: Juni 2024
site-url: https://TheoreticalEcology.github.io/machinelearning/
repo-url: https://github.com/TheoreticalEcology/machinelearning
repo-branch: master
repo-actions: edit
sharing:
- twitter
- facebook
- linkedin
chapters:
- index.qmd
- A1-GettingStarted.qmd
- part: Machine Learning Basics
chapters:
- A2-MachineLearningTasks.qmd
- A3-BiasVarianceTradeOff.qmd
- A4-MLpipeline.qmd
# - A4-MLpipeline-mlr3.qmd
- part: Understanding ML Algorithms
chapters:
- B1-Trees.qmd
- B2-Distance.qmd
- B3-NeuralNetworks.qmd
- part: Explainable AI and causal ML
chapters:
- D2-explainableAI.qmd
#- D1-causality.qmd
- part: Deep Learning
chapters:
- C2-DeepNeuralNetworks.qmd
- C3-ConvolutionalNeuralNetworks.qmd
- C4-RecurrentNeuralNetworks.qmd
- C5-GNN.qmd
- part: Generative modelling with DL
chapters:
- E1-Autoencoder.qmd
- E2-GAN.qmd
appendices:
- Appendix-Datasets.qmd
- C1-TensorFlow.qmd
- A4-MLpipeline-mlr3.qmd
engine: knitr
bibliography: references.bib
google-scholar: true
execute:
freeze: auto
cache: false
format:
html:
code-copy: hover
grid:
body-width: 1200px
sidebar-width: 270px
margin-width: 250px
theme:
light: [cosmo, questions.css]
dark: [darkly, questions.css]
css: include/webex.css
include-after-body: include/webex.js
editor: visual