Skip to content

Commit ed7e277

Browse files
committed
Update README.md
1 parent 5c4a7e1 commit ed7e277

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1-
# DeepLearning.AI-Natural-Language-Processing-Specialization
1+
<p align="center">
2+
3+
<img height="100" src="https://wordpress.deeplearning.ai/wp-content/uploads/2021/02/LogoFiles_DeepLearning_PrimaryLogo.png">
4+
5+
</p>
6+
<hr>
7+
8+
# [DeepLearning.AI-Natural-Language-Processing-Specialization](https://www.coursera.org/specializations/natural-language-processing)
29
This is all my notebooks, lab solutions, and assignments for the DeepLearning.AI Natural Language Processing Specialization on Coursera.
310

411

512
# About the specialization
13+
This Specialization is designed and taught by two experts in NLP, machine learning, and deep learning. Younes Bensouda Mourri is an Instructor of AI at Stanford University who also helped build the Deep Learning Specialization. Łukasz Kaiser is a Staff Research Scientist at Google Brain and the co-author of Tensorflow, the Tensor2Tensor and Trax libraries, and the Transformer paper.
14+
15+
### What I learned
16+
- Use logistic regression, naïve Bayes, and word vectors to implement sentiment analysis, complete analogies, translate words, and use locality-sensitive hashing to approximate nearest neighbors.
17+
- Use dynamic programming, hidden Markov models, and word embeddings to autocorrect misspelled words, autocomplete partial sentences, and identify part-of-speech tags for words.
18+
- Use dense and recurrent neural networks, LSTMs, GRUs, and Siamese networks in TensorFlow and Trax to perform advanced sentiment analysis, text generation, named entity recognition, and to identify duplicate questions.
19+
- Use encoder-decoder, causal, and self-attention to perform advanced machine translation of complete sentences, text summarization, question-answering, and to build chatbots. Learn T5, BERT, transformer, reformer, and more with 🤗 Transformers!
620

7-
21+
### Courses:
22+
1. [Natural Language Processing with Classification and Vector Spaces](https://github.com/FahdSeddik/DeepLearning.AI-Natural-Language-Processing-Specialization/tree/main/1-Natural%20Language%20Processing%20with%20Classification%20and%20Vector%20Spaces)
23+
2. [Natural Language Processing with Probabilistic Models](https://github.com/FahdSeddik/DeepLearning.AI-Natural-Language-Processing-Specialization/tree/main/2-Natural%20Language%20Processing%20with%20Probabilistic%20Models)
24+
3. [Natural Language Processing with Sequence Models](https://github.com/FahdSeddik/DeepLearning.AI-Natural-Language-Processing-Specialization/tree/main/3-Natural%20Language%20Processing%20with%20Sequence%20Models)
25+
4. [Natural Language Processing with Attention Models](https://github.com/FahdSeddik/DeepLearning.AI-Natural-Language-Processing-Specialization/tree/main/4-Natural%20Language%20Processing%20with%20Attention%20Models)
26+
827
# Disclamer
28+
The files uploaded here are only for reference.

0 commit comments

Comments
 (0)