-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (58 loc) · 1.73 KB
/
mkdocs.yml
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
site_name: 📈 mlrose-ky
nav:
- 🏚️ Home: index.md
- ? About: about.md
- 🔗 Github: https://github.com/knakamura13/mlrose-ky
- ↯ Randomized Optimizations:
- 🤔 Optimization Problems: opt_probs.md
- 🛹 Algorithms: algorithms.md
- 📅 Decay Schedules: decay.md
- 🏃🏻 Fitness Functions: fitness.md
- 🧠 Neural Networks:
- 📉 Weight estimation using GD/ROs: neural.md
- 🧑🏻💻 Tutorials:
- 1 - Getting Started: tutorial1.md
- 2 - What is a Travelling Salesman Problem?: tutorial2.md
- 3 - What is a Machine Learning Weight Optimization Problem?: tutorial3.md
- 4 - How to use Runners for Optimization Problems?: runners.md
- 📝 Examples:
- 1 - Runners in code: problem_examples.md
- 2 - Fitness function in code: tutorial_examples.md
- 3 - Using Neural Network Runners: nn_examples.md
- 4 - How to use NeuralNetwork() with sklearn (EASY): nn_class_with_sklearn.md
theme:
name: readthedocs
color_mode: auto
navigation_depth: 6
user_color_mode_toggle: true
collapse_navigation: false
highlightjs: true
shortcuts:
search: 75
markdown_extensions:
- nl2br
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.superfences
- toc:
baselevel: 0
permalink: "#"
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.caret
# - pymdownx.copybutton:
# copy_on_click: true
plugins:
- search
- callouts
extra_javascript:
- javascripts/mathjax.js
# - javascripts/tex-mml-chtml.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js