You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set of notebooks associated with Chapter 6 of the book.
3
+
## 🔖 Outline
4
4
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.
6
13
7
14
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.
8
15
@@ -12,4 +19,38 @@ Set of notebooks associated with Chapter 6 of the book.
12
19
13
20
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.
14
21
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.
0 commit comments