-
Notifications
You must be signed in to change notification settings - Fork 78
/
_toc.yml
38 lines (38 loc) · 1.06 KB
/
_toc.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
root: landing-page
format: jb-book
parts:
- caption: Preliminaries
chapters:
- file: 01-Intro-to-Python
- file: 02A-Git-Jupyter
- file: 02B-Pandas
- file: 04-Linear-Algebra-Refresher
- file: 03-Probability-and-Statistics-Refresher
- caption: Clustering
chapters:
- file: 05-Distances-Timeseries
- file: 06-Clustering-I-kmeans
- file: 07-Clustering-II-in-practice
- file: 08-Clustering-III-hierarchical
- file: 09-Clustering-IV-GMM-EM
- caption: Classification
chapters:
- file: 13-Learning-From-Data
- file: 14-Classification-I-Decision-Trees
- file: 15-Classification-II-kNN
- file: 16-Classification-III-NB-SVM
- caption: Dimensionality Reduction
chapters:
- file: 10-Low-Rank-and-SVD
- file: 11-Dimensionality-Reduction-SVD-II
- caption: Regression
chapters:
- file: 17-Regression-I-Linear
- file: 18-Regression-II-Logistic
- file: 19-Regression-III-More-Linear
- caption: Selected Topics
chapters:
- file: 20-Recommender-Systems
- file: 21-Networks-I
- file: 22-Networks-II-Centrality-Clustering
- file: 23-Gradient-Descent