Initial commit
This commit is contained in:
1
book/.gitignore
vendored
Normal file
1
book/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
book
|
||||
19
book/book.toml
Normal file
19
book/book.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[book]
|
||||
authors = ["Dominic Zimmer"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "The Art of Memory Loss and the Art of Memory Loss"
|
||||
|
||||
[output.html]
|
||||
curly-quotes = true
|
||||
mathjax-support = true
|
||||
no-section-label = true
|
||||
|
||||
[output.html.playground]
|
||||
editable = true
|
||||
line-numbers = true
|
||||
|
||||
[output.html.fold]
|
||||
enable = true
|
||||
level = 1
|
||||
23
book/src/SUMMARY.md
Normal file
23
book/src/SUMMARY.md
Normal file
@@ -0,0 +1,23 @@
|
||||
- [The Art of Memory Loss](./index.md)
|
||||
|
||||
---
|
||||
|
||||
# Motivation
|
||||
- [Beispiel 1](./motivation/example1.md)
|
||||
- [Beispiel 2](./motivation/example1.md)
|
||||
- [Beispiel 3](./motivation/example1.md)
|
||||
|
||||
---
|
||||
|
||||
# Mathematische Grundlagen
|
||||
- [Stochastik](./foundations/stochastik.md)
|
||||
- [Matrizen](./foundations/matrices.md)
|
||||
|
||||
---
|
||||
|
||||
# Fallstudien
|
||||
- [Radioaktiver Zerfall](./casestudies/radioactive.md)
|
||||
- [Language Models](./casestudies/languagemodels.md)
|
||||
- [Brettspiele](./casestudies/boardgames.md)
|
||||
- [Pagerank](./casestudies/pagerank.md)
|
||||
- [Pagerank](./casestudies/pagerank.md)
|
||||
1
book/src/casestudies/.md
Normal file
1
book/src/casestudies/.md
Normal file
@@ -0,0 +1 @@
|
||||
# Stochastik
|
||||
1
book/src/casestudies/boardgames.md
Normal file
1
book/src/casestudies/boardgames.md
Normal file
@@ -0,0 +1 @@
|
||||
# Stochastik
|
||||
1
book/src/casestudies/languagemodels.md
Normal file
1
book/src/casestudies/languagemodels.md
Normal file
@@ -0,0 +1 @@
|
||||
# Stochastik
|
||||
1
book/src/casestudies/pagerank.md
Normal file
1
book/src/casestudies/pagerank.md
Normal file
@@ -0,0 +1 @@
|
||||
# Pagerank
|
||||
1
book/src/casestudies/radioactive.md
Normal file
1
book/src/casestudies/radioactive.md
Normal file
@@ -0,0 +1 @@
|
||||
# Stochastik
|
||||
1
book/src/foundations/matrices.md
Normal file
1
book/src/foundations/matrices.md
Normal file
@@ -0,0 +1 @@
|
||||
# Matrizen
|
||||
1
book/src/foundations/stochastik.md
Normal file
1
book/src/foundations/stochastik.md
Normal file
@@ -0,0 +1 @@
|
||||
# Stochastik
|
||||
12
book/src/index.md
Normal file
12
book/src/index.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# The Art of Memory Loss
|
||||
|
||||
> "Die Kunst des Gedächtnisverlustes beschäftigt sich damit, trotz großer Vergesslichkeit auf lange Sicht stets die Richtigen Antworten zu wissen."
|
||||
>
|
||||
> --- *irgendjemand, Saarbrücken 2023*
|
||||
|
||||
In diesem Workshop stellen wir uns die Fragen
|
||||
- Welche Konsequenzen hat es, kein Gedächtnis zu haben?
|
||||
- Welche Fragen können wir trotzdem beantworten?
|
||||
- ...
|
||||
- Was haben Google, ChatGPT und Radioaktiver Zerfall gemeinsam?
|
||||
|
||||
1
book/src/motivation/example1.md
Normal file
1
book/src/motivation/example1.md
Normal file
@@ -0,0 +1 @@
|
||||
# Beispiel 1
|
||||
Reference in New Issue
Block a user