-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmyst.yml
More file actions
54 lines (54 loc) · 1.75 KB
/
myst.yml
File metadata and controls
54 lines (54 loc) · 1.75 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
version: 1
project:
title: DSC Tutorials
authors:
- name: Bjarne C. Hiller
copyright: '2025'
github: bckrlab/dsc-tutorials
thebe:
binder:
repo: bckrlab/dsc-tutorials
provider: github
url: https://mybinder.org
ref: main
bibliography:
- content/references.bib
exports:
- format: pdf
template: plain_latex_book
output: exports/book.pdf
toc:
- file: content/intro.md
- title: Introduction
children:
- file: content/01_introduction/01_python_intro.ipynb
- file: content/01_introduction/02_ecosystem.ipynb
- title: ML from Scratch
children:
- file: content/02_ml_from_scratch/03_neighbors.ipynb
- file: content/02_ml_from_scratch/04_trees.ipynb
- file: content/02_ml_from_scratch/05_naive_bayes.ipynb
- file: content/02_ml_from_scratch/tsne.ipynb
- title: Deep Learning
children:
- file: content/03_deep_learning/neural_networks/06_neural_networks.ipynb
- file: content/03_deep_learning/autoencoder/autoencoder.ipynb
- file: content/03_deep_learning/vae/vae.ipynb
- title: Reinforcement Learning
children:
- file: content/04_reinforcement_learning/01_introduction.ipynb
- file: content/04_reinforcement_learning/02_gymnasium.ipynb
- file: content/04_reinforcement_learning/03_cart_pole.ipynb
- file: content/04_reinforcement_learning/04_dqn.ipynb
- file: content/04_reinforcement_learning/05_sb3.ipynb
- title: Probability Theory
children:
- file: content/probability_theory/mcmc.ipynb
- title: Appendix
children:
- file: content/bookmarks.md
site:
options:
logo: content/logo/logo-gray.png
folders: true
template: book-theme