-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (64 loc) · 1.7 KB
/
mkdocs.yml
File metadata and controls
73 lines (64 loc) · 1.7 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
site_name: AI and ML Notes
theme:
name: material
logo: assets/images/logo.png
favicon: assets/images/favicon.ico
features:
- navigation.instant
- navigation.top
- navigation.sections
palette:
scheme: default
primary: custom
plugins:
- mermaid2
- search
markdown_extensions:
- toc:
permalink: true
- admonition
- attr_list
- md_in_html
- pymdownx.arithmatex
- pymdownx.highlight
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Patterns:
- Overview: patterns/index.md
- Glossary: patterns/glossary.md
- Probability & Statistics: patterns/stats.md
- Machine Learning:
- Overview: ml/index.md
- Bayesian Learning: ml/bayes_learning.md
- Clustering: ml/clustering.md
- Decision Trees: ml/decision_trees.md
- Features: ml/feature.md
- Instance Based Learning: ml/instance_based.md
- Neural Nets: ml/nn.md
- Random Optimization: ml/rand_optim.md
- SVM: ml/svm.md
- NLP:
- Overview: nlp/index.md
- Distributional Semantics: nlp/distributional_semantics.md
- Machine Reading: nlp/machine_reading.md
- Deep Learning:
- Overview: dl/index.md
- AI for Robotics:
- Overview: robotics/index.md
- Reinforcement Learning:
- Overview: rl/index.md
- Game Theory: rl/game_theory.md
- Trading:
- Overview: trading/index.md