forked from TheoreticalEcology/machinelearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
66 lines (66 loc) · 1.61 KB
/
_quarto.yml
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
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 2023
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 Workflow
chapters:
- A2-MachineLearningTasks.qmd
- A3-BiasVarianceTradeOff.qmd
- A4-MLpipeline.qmd
- part: Machine Learning Algorithms
chapters:
- B1-Trees.qmd
- B2-Distance.qmd
- B3-NeuralNetworks.qmd
- part: Deep Learning
chapters:
- C1-TensorFlow.qmd
- C2-DeepNeuralNetworks.qmd
- C3-ConvolutionalNeuralNetworks.qmd
- C4-RecurrentNeuralNetworks.qmd
- C5-GNN.qmd
- part: Interpretation and causality with ML
chapters:
- D1-causality.qmd
- D2-explainableAI.qmd
- part: Generative modelling with DL
chapters:
- E1-Autoencoder.qmd
- E2-GAN.qmd
appendices:
- Appendix-Datasets.qmd
engine: knitr
bibliography: references.bib
google-scholar: true
execute:
freeze: auto
cache: false
format:
html:
theme:
light: flatly
dark: darkly
css: include/webex.css
include-after-body: include/webex.js
grid:
sidebar-width: 280px
body-width: 800px
margin-width: 220px
gutter-width: 1.5em
editor: visual