Skip to content

Commit 300231a

Browse files
upload all course banners
1 parent 538e0fa commit 300231a

File tree

10 files changed

+8
-4
lines changed

10 files changed

+8
-4
lines changed
Loading

1 - Natural Language Processing with Classification and Vector Spaces/Readme.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://media-exp1.licdn.com/dms/image/C5622AQE93SfLu9WSeA/feedshare-shrink_2048_1536/0?e=1596672000&v=beta&t=m7lKkARJn-DdgMEsTXkvER982QE2wualiIJOiFnK584)
1+
![](Images/banner.jpg)
22
# Natural Language Processing with Classification and Vector Spaces
33
Welcome to the [first course](https://www.coursera.org/learn/classification-vector-spaces-in-nlp) of the Natural Language Processing Specialization at [Coursera](https://www.coursera.org/specializations/natural-language-processing) which is moderated by [DeepLearning.ai](http://deeplearning.ai/). The course is taught by Younes Bensouda Mourri, Łukasz Kaiser and Eddy Shyu.
44

@@ -8,6 +8,7 @@ Welcome to the [first course](https://www.coursera.org/learn/classification-vect
88
## Table of contents
99

1010
- [Natural Language Processing with Classification and Vector Spaces](#natural-language-processing-with-classification-and-vector-spaces)
11+
- [My Certificate](#my-certificate)
1112
- [Table of contents](#table-of-contents)
1213
- [Course summary](#course-summary)
1314
- [Logistic regression](#logistic-regression)
@@ -37,12 +38,12 @@ Welcome to the [first course](https://www.coursera.org/learn/classification-vect
3738
- [Manipulating Words in Vector Spaces](#manipulating-words-in-vector-spaces)
3839
- [PCA](#pca)
3940
- [Word Translation](#word-translation)
41+
- [Searching documents](#searching-documents)
4042
- [Transforming word vectors](#transforming-word-vectors)
4143
- [K-nearest neighbors](#k-nearest-neighbors)
4244
- [Hash tables and hash functions](#hash-tables-and-hash-functions)
4345
- [Locality Sensitive Hashing](#locality-sensitive-hashing)
4446
- [Approximate nearest neighbors](#approximate-nearest-neighbors)
45-
- [Searching documents](#searching-documents)
4647

4748

4849
## Course summary
Loading

2 - Natural Language Processing with Probabilistic Models/Readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://media-exp1.licdn.com/dms/image/C5622AQF9qTj2PByLAg/feedshare-shrink_2048_1536/0?e=1596672000&v=beta&t=Am-NSJSAH7TEqR8xwHLcF7aqupXzGIOZpdNv4Pw2RwU)
1+
![](Images/banner.jpg)
22
# Natural Language Processing with Probabilistic Model
33
Welcome to the [second course](https://www.coursera.org/learn/probabilistic-models-in-nlp) of the Natural Language Processing Specialization at [Coursera](https://www.coursera.org/specializations/natural-language-processing) which is moderated by [DeepLearning.ai](http://deeplearning.ai/). The course is taught by Younes Bensouda Mourri, Łukasz Kaiser and Eddy Shyu.
44

@@ -7,6 +7,7 @@ Welcome to the [second course](https://www.coursera.org/learn/probabilistic-mode
77

88
## Table of contents
99
- [Natural Language Processing with Probabilistic Model](#natural-language-processing-with-probabilistic-model)
10+
- [My Certificate](#my-certificate)
1011
- [Table of contents](#table-of-contents)
1112
- [Course summary](#course-summary)
1213
- [Autocorrect and Dynamic Programming](#autocorrect-and-dynamic-programming)
Loading

3 - Natural Language Processing with Sequence Models/Readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![](Images/banner.png)
12
# Natural Language Processing with Probabilistic Model
23
Welcome to the [third course](https://www.coursera.org/learn/sequence-models-in-nlp) of the Natural Language Processing Specialization at [Coursera](https://www.coursera.org/specializations/natural-language-processing) which is moderated by [DeepLearning.ai](http://deeplearning.ai/). The course is taught by Younes Bensouda Mourri, Łukasz Kaiser and Eddy Shyu.
34

Loading

4 - Natural Language Processing with Attention Models/Readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![](Images/banner.jpg)
12
# Natural Language Processing with Probabilistic Model
23
Welcome to the [fourth course](https://www.coursera.org/learn/attention-models-in-nlp) of the Natural Language Processing Specialization at [Coursera](https://www.coursera.org/specializations/natural-language-processing) which is moderated by [DeepLearning.ai](http://deeplearning.ai/). The course is taught by Younes Bensouda Mourri, Łukasz Kaiser and Eddy Shyu.
34

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://media-exp1.licdn.com/dms/image/C4E22AQE9PsQ0g2DQcg/feedshare-shrink_2048_1536/0?e=1596672000&v=beta&t=zdcgLD-5bzvssABM4NMKtU41kJW9YW4T0HK_nh3U47A)
1+
![](banner.jpg)
22

33
# DeepLearning.ai NLP Specialization Courses Notes
44
This repository contains my personal notes on [DeepLearning.ai](https://deeplearning.ai) NLP specialization courses.

banner.jpg

63.4 KB
Loading

0 commit comments

Comments
 (0)