forked from ML-course/master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
45 lines (44 loc) · 1.6 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
39
40
41
42
43
44
45
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- chapters:
- file: labs/Lab 0 - Prerequisites
- caption: Lectures
chapters:
- file: notebooks/01 - Introduction
- file: notebooks/02 - Linear Models
- file: notebooks/03 - Kernelization
- file: notebooks/04 - Model Selection
- file: notebooks/05 - Ensemble Learning
- file: notebooks/06 - Data Preprocessing
- file: notebooks/07 - Bayesian Learning
- file: notebooks/08 - Neural Networks
- file: notebooks/09 - Convolutional Neural Networks
- file: notebooks/10 - Neural Networks for text
- caption: Labs
chapters:
- file: labs/Lab 1a - Linear Models for Regression
- file: labs/Lab 1b - Linear Models for Classification
- file: labs/Lab 2 - Kernelization
- file: labs/Lab 3a - Model Selection
- file: labs/Lab 3b - Ensembles
- file: labs/Lab 4 - Pipelines.ipynb
- file: labs/Lab 5 - Bayesian learning
- file: labs/Lab 6 - Neural Networks
- file: labs/Lab 7a - Convolutional Neural Networks
- file: labs/Lab 7b - Neural Networks for text
- file: labs/Lab 8 - AutoML
- caption: Tutorials
chapters:
- file: notebooks/Tutorial 1 - Python.ipynb
- file: notebooks/Tutorial 2 - Python for Data Analysis.ipynb
- file: notebooks/Tutorial 3 - Machine Learning in Python.ipynb
- file: notebooks/Tutorial 4 - Decision Trees.ipynb
- file: notebooks/Tutorial 5 - Nearest Neighbors.ipynb
- file: labs/Lab 1 - Tutorial.ipynb
- file: labs/Lab 3 - Tutorial.ipynb
- file: labs/Lab 4 - Tutorial.ipynb
- file: labs/Lab 6 - Tutorial.ipynb
- file: labs/Lab 7 - Tutorial.ipynb