-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yaml
40 lines (35 loc) · 1.15 KB
/
mkdocs.yaml
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
site_name: AI technologies
use_directory_urls: false
markdown_extensions:
- pymdownx.arithmatex:
generic: true
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
- Courses:
- Course Introduction: introduction.md
- Introduction to Git: git_intro.md
- Natural language processing:
- Introduction to Natural Language Processing (NLP): nlp.md
# - Text:
# - Text Cleaning and Vectorization: text1.md
# - Words embedding: text2.md
# - Recurrent Network: text3.md
- Development tools for Data Scientist:
- Python Scripts: dev.md
- Cloud Computing: cloud_computing.md
- Introduction to Docker: docker.md
- Introduction to Reinforcement Learning: rl.md
- Recommender systems: rec_sys.md
- Interpretability in Machine Learning: interpretability.md
- Schedule: schedule.md
- Evaluation: evaluation.md
- Github repository: https://github.com/DavidBert/N7-techno-IA
#theme: slate
theme:
name: 'flatly'
logo: img/logo-insa.jpg
favicon: img/favicon.ico