-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
173 lines (153 loc) · 4.35 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
project:
type: book
output-dir: docs
resources:
- "robots.txt"
# - "datasets"
# - "code"
strip-comments: true
crossref:
fig-prefix: ""
eq-prefix: ""
sec-prefix: ""
def-prefix: ""
tbl-prefix: ""
number-depth: 2
callout-icon: false
date: last-modified
date-format: iso
book:
bread-crumbs: false
date: today
date-format: iso
open-graph: false
favicon: favicon.png
cover-image: ada511logo.png
title: "ADA511 [0.2]{.small .grey} <br>Data Science and AI prototyping"
author:
- "S. Mæland [![ORCID](orcid_32x32.png){width=1em}](https://orcid.org/0000-0002-4652-4753)"
- "P.G.L. Porta Mana [![ORCID](orcid_32x32.png){width=1em}](https://orcid.org/0000-0002-6070-0784) [{{< fa house >}}](https://portamana.org/)"
# downloads: pdf
reader-mode: true
sidebar:
# date-format: iso
# date: 02-02-1902
title: "ADA511 [0.2]{.small .grey}<br>[{{< meta date >}}]{.small .grey}<br>[ ![CC BY-SA 4.0](cc_by_sa.png){width=3em} [licence]{.small .grey}](http://creativecommons.org/licenses/by-sa/4.0)<br>"
logo: ada511logo8_small.png
author:
- name: S. Mæland
orcid: 0000-0002-4652-4753
- name: P.G.L. Porta Mana
orcid: 0000-0002-6070-0784
style: "docked"
collapse-level: 3
# search:
# location: navbar
# type: overlay
chapters:
- index.qmd
- preface.qmd
- part: "[**An invitation**]{.lightblue}"
chapters:
- intro.qmd
- framework.qmd
- basic_decisions.qmd
- connection-1-ML.qmd
- part: "[**Inference I**]{.green}"
chapters:
- inference.qmd
- sentences.qmd
- truth_inference.qmd
- probability_inference.qmd
- derived_rules.qmd
- monty.qmd
- connection-2-ML.qmd
- part: "[**Data I**]{.yellow}"
chapters:
- quantities_types.qmd
- quantities_types_multi.qmd
- part: "[**Inference II**]{.green}"
chapters:
- probability_distributions.qmd
- joint_probability.qmd
- marginal_probability.qmd
- conditional_probability.qmd
- conditional_summary.qmd
- information.qmd
- connection-3-ML.qmd
- part: "[**Data II**]{.yellow}"
chapters:
- populations_variates.qmd
- statistics.qmd
- subpopulations.qmd
- samples.qmd
- part: "[**Machine learning**]{.midgrey}"
chapters:
- machine_learning_overview.qmd
- decision_trees.qmd
- neural_networks.qmd
- part: "[**Inference III**]{.green}"
chapters:
- beyond-ML.qmd
- exchangeable_probabilities.qmd
- inference_from_freqs.qmd
- inference_about_freqs.qmd
- summary_formulae.qmd
- part: "[**A prototype Optimal Predictor Machine**]{.red}"
chapters:
- dirichlet-mixture.qmd
- code_design.qmd
- prototype_code.qmd
- example_opm1.qmd
# - OPM_application_nominal.qmd
- part: "[**Decision-making**]{.blue}"
chapters:
- utilities.qmd
- making_decisions.qmd
- example_opm2.qmd
- part: "[**Further connections with present-day machine-learning**]{.midgrey}"
chapters:
- limitations_ML.qmd
- utilities_evaluation.qmd
- part: "[**Conclusion**]{.lightblue}"
chapters:
- whither.qmd
- references.qmd
- thanks.qmd
# - __old-connection-3-ML.qmd
# bibliography: [portamanabib.bib, ADA511.bib]
format:
html:
# self-contained-math: true
# embed-resources: true
theme: flatly
link-external-icon: false
link-external-newwindow: true
## flatly journal litera simplex
# mainfont: "DejaVu Sans"
# monofont: "DejaVu Sans Mono"
css: ada511styles.css
html-math-method: mathjax
reference-location: margin
citation-location: margin
toc-location: right
toc-expand: true
email-obfuscation: references
# include-in-header: mathjax.html
# sidebar:
# date-format: iso
# date: last-modified
# title: "ADA511 [0.2]{.small .grey} <br>Data science and data-driven engineering <br>updated {{< meta date >}}"
filters:
- mathpunctuation.lua
# - center-images.lua
# pdf:
# keep-tex: true
# documentclass: scrreprt
# papersize: a4
# header-includes:
# - \usepackage{mathtools}
# - \usepackage[normalem]{ulem}
execute:
freeze: auto
# keep-ipynb: true