forked from bsc-iitm/machine-learning-techniques
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (33 loc) · 784 Bytes
/
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
site_name: Machine Learning Techniques
theme:
name: material
logo: assets/images/logo.png
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
- def_list
- attr_list
- md_in_html
- admonition
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Week-3:
- week-3/week-3_1.md
- week-3/week-3_2.md
- week-3/week-3_3.md
- week-3/week-3_4.md
- Week-12:
- week-12/preliminaries.md
- week-12/introduction.md
- week-12/model.md
- week-12/forward.md
- week-12/loss.md
- week-12/backward.md
- week-12/learning-algo.md
- week-12/appendix.md