Chevron Left
返回到 Natural Language Processing with Classification and Vector Spaces

学生对 DeepLearning.AI 提供的 Natural Language Processing with Classification and Vector Spaces 的评价和反馈

4.6
4,632 个评分

课程概述

In Course 1 of the Natural Language Processing Specialization, you will: a) Perform sentiment analysis of tweets using logistic regression and then naïve Bayes, b) Use vector space models to discover relationships between words and use PCA to reduce the dimensionality of the vector space and visualize those relationships, and c) Write a simple English to French translation algorithm using pre-computed word embeddings and locality-sensitive hashing to relate words via approximate k-nearest neighbor search. By the end of this Specialization, you will have designed NLP applications that perform question-answering and sentiment analysis, created tools to translate languages and summarize text. 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....

热门审阅

JC

Apr 20, 2021

The material was a little shallow in places, and there are some long standing issues with assignments and quizzes that remain unresolved. Other than that, it was an interesting course.

PP

Jan 9, 2024

Started off great, but I feel like the more advanced stuff could've been better explained. Regarding the exercises, I felt like the labs often gave too much information that made them all to easy.

筛选依据:

601 - Natural Language Processing with Classification and Vector Spaces 的 625 个评论(共 912 个)

创建者 beomseok l

Jan 8, 2024

Great!

创建者 WLSC

Feb 28, 2023

great!

创建者 Thành H Đ T

Oct 14, 2021

thanks

创建者 Prateek S P

Jan 16, 2021

thanks

创建者 Jeff D

Nov 7, 2020

Thanks

创建者 Rafael C F d A

Sep 28, 2020

Great!

创建者 Kamlesh C

Aug 30, 2020

Thanks

创建者 Qamar A

Aug 5, 2020

Cool!!

创建者 ilham k

Aug 15, 2023

bagus

创建者 Mahesh

Apr 16, 2023

fghrt

创建者 Hemchand C

Mar 10, 2023

.....

创建者 B21DCCN436 N Q H

Feb 14, 2023

grate

创建者 Prins K

Jul 28, 2021

Great

创建者 克軒廖

Feb 5, 2021

Nice!

创建者 Kaustubh K

Oct 16, 2025

GOOD

创建者 Soham J

Jun 20, 2025

good

创建者 NamTNPSE173434

Nov 18, 2024

nice

创建者 Efstathios C

Jul 16, 2024

Good

创建者 刘世壮

Dec 4, 2021

good

创建者 GANNA H

Aug 4, 2021

good

创建者 Khong D T

Jan 14, 2025

5*

创建者 Ranjeet K

Mar 14, 2023

no

创建者 Abhinav S

May 2, 2022

bk

创建者 Dave J

Jan 1, 2021

Having previously completed the Deep Learning Specialization, I came to this course with the intention of completing the whole NLP specialization, rather than because I was especially interested in the content of this first course from that specialization.

The Deep Learning Specialization sets a high standard of teaching quality and I have to say I found this course is not quite to the same standard. It's pretty good but not as good. The instructors are very knowledgeable, they make the effort to explain each topic clearly and they do a pretty good job of that.

What I felt could be improved is providing context of where each topic fits into the broader picture of both the theory and current practice of NLP. I was often left feeling, why are we spending time on this particular topic? Is this technique used in current practice or is it just of didactic or historical interest? Great teachers always have the broader context in mind and make sure that students see how everything fits into the bigger picture and why it is worth studying.

Although techniques were clearly explained, I felt that the underlying concepts were sometimes less well explained. An example is vector representations of words: we were shown the use of vector arithmetic to find analogies, but without much in the way of explanation of how this is possible. To me, this was the wrong way around: it makes more sense to me to first build an understanding of the representations, then introduce the remarkable result that these representations allow finding analogies.

In this course, sentences are represented as a "bag of words". This is processing natural language in the way a food processor processes food: chopping it up into a word soup. Since one of the most fundamental aspects of language is its structure, this might seem a hopeless approach. However it gives surprisingly good results for some simple tasks such as classifying tweets as having positive or negative sentiment. If you've done course 5 of the Deep Learning Specialization (Sequence Models), this will feel like a step backwards. There's no deep learning in this course. But I signed up for the course knowing that, so I can't criticise it on that basis. I'm taking the view that this course lays the foundations for more advanced and current topics in the subsequent courses in the specialization and I look forward to getting onto those.

The labs and assignments generally work smoothly. There are a few inconsistencies and a couple of the hints were a bit misleading but generally OK. It's a bit paint-by-numbers though, filling in bits of code within functions rather than working out for yourself how to structure the code.