Skip to content

Commit 7a3289e

Browse files
authored
Updating figures & descriptions for Ch 6 #23
1 parent dbfb785 commit 7a3289e

File tree

1 file changed

+44
-3
lines changed

1 file changed

+44
-3
lines changed

Ch6/README.md

+44-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Chatbots
22

3-
Set of notebooks associated with Chapter 6 of the book.
3+
## 🔖 Outline
44

5-
1. **[Intent Detection using CNN,RNN](https://github.com/practical-nlp/practical-nlp/blob/master/Ch6/01_CNN_RNN_ATIS_intents.ipynb)**: Here we demonstrate various CNN and RNN models for the task on Intent Detection on the ATIS dataset.
5+
To be added
6+
7+
8+
## 🗒️ Notebooks
9+
10+
Set of notebooks associated with the chapter.
11+
12+
1. **[Intent Detection using CNN, RNN](https://github.com/practical-nlp/practical-nlp/blob/master/Ch6/01_CNN_RNN_ATIS_intents.ipynb)**: Here we demonstrate various CNN and RNN models for the task on Intent Detection on the ATIS dataset.
613

714
2. **[Intent Detection using BERT](https://github.com/practical-nlp/practical-nlp/blob/master/Ch6/02_BERT_ATIS.ipynb)**: Here we demonstrate how to use pytorch pre-trained BERT to classify the intent in the ATIS dataset.
815

@@ -12,4 +19,38 @@ Set of notebooks associated with Chapter 6 of the book.
1219

1320
5. **[Slot Filling using BERT](https://github.com/practical-nlp/practical-nlp/blob/master/Ch6/05_BERT_SNIPS.ipynb)**: Here we demonstrate using pytorch pre-trained BERT for the task of slot filling on the SNIPS dataset using the HuggingFace Transformers library.
1421

15-
6. **[Simple Chatbot using Chatfuel](https://github.com/practical-nlp/practical-nlp/blob/master/Ch6/06_chatfuelbot.ipynb)**: Here we demonstrate how to build a simple chatbot which does not have "intelligence" to order pizzas using chatfuel.
22+
6. **[Simple Chatbot using Chatfuel](https://github.com/practical-nlp/practical-nlp/blob/master/Ch6/06_chatfuelbot.ipynb)**: Here we demonstrate how to build a simple chatbot which does not have "intelligence" to order pizzas using chatfuel.
23+
24+
25+
## 🖼️ Figures
26+
27+
Color figures as requested by the readers.
28+
29+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-1.png)
30+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-2.png)
31+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-3.png)
32+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-4.png)
33+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-5.png)
34+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-6.png)
35+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-7.png)
36+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-8.png)
37+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-9.png)
38+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-10.png)
39+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-11.png)
40+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-12.png)
41+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-13.png)
42+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-14.png)
43+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-15.png)
44+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-16.png)
45+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-17.png)
46+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-18.png)
47+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-19.png)
48+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-20.png)
49+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-21.png)
50+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-22.png)
51+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-23.png)
52+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-24.png)
53+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-25.png)
54+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-26.png)
55+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-27.png)
56+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/6-28.png)

0 commit comments

Comments
 (0)