Initial commit

This commit is contained in:
Dominic Zimmer
2023-06-05 17:28:47 +02:00
commit 24e131bac8
46 changed files with 45518 additions and 0 deletions

1
book/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
book

19
book/book.toml Normal file
View 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
View 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
View File

@@ -0,0 +1 @@
# Stochastik

View File

@@ -0,0 +1 @@
# Stochastik

View File

@@ -0,0 +1 @@
# Stochastik

View File

@@ -0,0 +1 @@
# Pagerank

View File

@@ -0,0 +1 @@
# Stochastik

View File

@@ -0,0 +1 @@
# Matrizen

View File

@@ -0,0 +1 @@
# Stochastik

12
book/src/index.md Normal file
View 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?

View File

@@ -0,0 +1 @@
# Beispiel 1