-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_quarto.yml
More file actions
205 lines (183 loc) · 5.04 KB
/
_quarto.yml
File metadata and controls
205 lines (183 loc) · 5.04 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
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
project:
type: book
output-dir: docs
resources:
- "robots.txt"
# - "datasets"
# - "code"
strip-comments: true
crossref:
chapters: true
fig-prefix: ""
eq-prefix: ""
sec-prefix: ""
def-prefix: ""
tbl-prefix: ""
number-sections: true
number-depth: 2
callout-icon: false
language:
callout-caution-title: "Exercise"
date: last-modified
date-format: iso
book:
bread-crumbs: false
date: last-modified
date-format: iso
open-graph: false
favicon: favicon.png
cover-image: ada511logo.png
title: ADA511 0.4
subtitle: "Data Science and AI prototyping"
author:
- "P.G.L. Porta Mana [{width=1em}](https://orcid.org/0000-0002-6070-0784) [{{< fa home >}}](https://portamana.org/)"
- "S. Mæland [{width=1em}](https://orcid.org/0000-0002-4652-4753)"
# - "Y.-C. Wang [{width=1em}](https://orcid.org/0009-0007-0683-921X)"
# downloads: pdf
reader-mode: true
sidebar:
# date-format: iso
# date: 02-02-1902
title: "ADA511 [0.4]{.small .grey}<br>[{{< meta date >}}]{.small .grey}<br>[ {width=3em} [licence]{.small .grey}](http://creativecommons.org/licenses/by-sa/4.0)<br>"
logo: ada511logo8_small.png
author:
- name: P.G.L. Porta Mana
orcid: 0000-0002-6070-0784
- name: S. Mæland
orcid: 0000-0002-4652-4753
# - name: Y.-C. Wang
# orcid: 0009-0007-0683-921X
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:
- Rintro1.qmd
- 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
- Rintro2.qmd
- joint_probability.qmd
- Rintro3.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: "[**Inference III**]{.green}"
chapters:
- categorization-inferences.qmd
- exchangeable_probabilities.qmd
- inference_from_freqs.qmd
- inference_about_freqs.qmd
- dirichlet-mixture.qmd
- summary_formulae.qmd
- part: "[**A prototype Optimal Predictor Machine**]{.red}"
chapters:
- look_behind.qmd
- code_design.qmd
- prototype_code.qmd
- example_opm1.qmd
- slm.qmd
# - OPM_application_nominal.qmd
- part: "[**Decision-making**]{.blue}"
chapters:
- utilities.qmd
- making_decisions.qmd
- example_opm2.qmd
- slm2.qmd
- part: "[**Approximations: machine learning**]{.midgrey}"
chapters:
- machine_learning_overview.qmd
- decision_trees.qmd
- neural_networks.qmd
# - llms.qmd
# - beyond-ML.qmd
- limitations_ML.qmd
- utilities_evaluation.qmd
- part: "[**Conclusion**]{.lightblue}"
chapters:
- whither.qmd
- bibliography.qmd
- thanks.qmd
- references.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 >}}"
# pdf:
# toc: true
# number-sections: true
# colorlinks: true
# include-in-header:
# - text:
# \usepackage{mathtools}
# custom-callout:
# callout-exercise:
# type: "exercise"
# title: "Exerciseo"
# icon-symbol: ""
# color: "#CCBB44"
filters:
- mathpunctuation.lua
- calloutid.lua
# - custom-numbered-blocks
# - center-images.lua
# pdf:
# keep-tex: true
# documentclass: scrreprt
# papersize: a4
# header-includes:
# - \usepackage{mathtools}
# - \usepackage[normalem]{ulem}
execute:
freeze: auto
# keep-ipynb: true