Skip to content

Commit 9912d41

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

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

Ch7/README.md

+24-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,35 @@
11
# Topics in Brief
22

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

5+
To be added
6+
7+
8+
## 🗒️ Notebooks
9+
10+
Set of notebooks associated with the chapter.
511

612
1. **[Elastic Search](https://github.com/practical-nlp/practical-nlp/blob/master/Ch7/01_ElasticSearch.ipynb)**: Here we demonstrate on the CMU book summaries dataset how to use Elastic Search to index and search through data.
713

8-
2. **[Topic Modelling](https://github.com/practical-nlp/practical-nlp/blob/master/Ch7/02_TopicModelling.ipynb)**: Here we demonstrate common Topic Modelling techniques such as LDA,LSA using gensim.
14+
2. **[Topic Modelling](https://github.com/practical-nlp/practical-nlp/blob/master/Ch7/02_TopicModelling.ipynb)**: Here we demonstrate common Topic Modelling techniques such as LDA, LSA using gensim.
915

1016
3. **[Text Summarization](http://localhost:8888/notebooks/Ch7/03_TextSummarization.ipynb)**: Here we demonstrate extractive and abstractive text summarization using various packages such as gensim, summy, etc and pre-trained models such as BERT.
1117

1218
4. **[Recommender Systems](https://github.com/practical-nlp/practical-nlp/blob/master/Ch7/04_RecommenderSystems.ipynb)**: Here we demonstrate a simple Recommender System using Doc2Vec.
1319

14-
5. **[Machine Translation](https://github.com/practical-nlp/practical-nlp/blob/master/Ch7/05_MachineTranslation.ipynb)**: Here we demonstrate using the Machine Translation service provided by Microsoft's Azure Cognitive services API.
20+
5. **[Machine Translation](https://github.com/practical-nlp/practical-nlp/blob/master/Ch7/05_MachineTranslation.ipynb)**: Here we demonstrate using the Machine Translation service provided by Microsoft's Azure Cognitive Services API.
21+
22+
23+
## 🖼️ Figures
24+
25+
Color figures as requested by the readers.
26+
27+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/7-1.png)
28+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/7-2.png)
29+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/7-3.png)
30+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/7-4.png)
31+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/7-5.png)
32+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/7-6.png)
33+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/7-7.png)
34+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/7-8.png)
35+
![figure](https://github.com/practical-nlp/practical-nlp-figures/raw/master/figures/7-9.png)

0 commit comments

Comments
 (0)