-
Notifications
You must be signed in to change notification settings - Fork 181
/
.web.yml
38 lines (37 loc) · 1.75 KB
/
.web.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
# Tutorial configuration fields
# notebook: either the path to the notebook, or optionally a directory name
# (if there's only one notebook in the directory)
# title (optional): title to display on website
# description (optional): description to display on website
# exclude_all_output (optional): exclude output from all cells?
#
# If either a title or description is not given, the notebook won't
# be rendered on the Use Cases page. The order on the Use Cases page
# is given by the order here.
tutorials:
- notebook: spam/01_spam_tutorial.ipynb
title: Intro to Labeling Functions
description: Labeling data for spam classification
- notebook: spam/02_spam_data_augmentation_tutorial.ipynb
title: Intro to Transformation Functions
description: Data augmentation for spam classification
- notebook: spam/03_spam_data_slicing_tutorial.ipynb
title: Intro to Slicing Functions
description: Monitoring critical data subsets for spam classification
- notebook: crowdsourcing
title: Hybrid Crowd Labeling Workflows in Snorkel
description: Mixing programmatic and crowdworker labels for sentiment analysis
- notebook: recsys
title: Building Recommender Systems in Snorkel
description: Labeling text reviews for book recommendations
- notebook: visual_relation
title: Visual Relation Detection in Snorkel
description: Multi-class labeling for visual relationships in images
- notebook: spouse
title: Information Extraction in Snorkel
description: Labeling spouse mentions in documents
- notebook: multitask
title: Intro to Snorkel's Multitask Learning System
description: State-of-the-art framework for pretraining & parameter sharing
- notebook: getting_started
exclude_all_output: true