Chevron Left
返回到 Advanced Algorithms and Complexity

学生对 University of California San Diego 提供的 Advanced Algorithms and Complexity 的评价和反馈

4.6
701 个评分

课程概述

In previous courses of our online specialization you've learned the basic algorithms, and now you are ready to step into the area of more complex problems and algorithms to solve them. Advanced algorithms build upon basic ones and use new ideas. We will start with networks flows which are used in more typical applications such as optimal matchings, finding disjoint paths and flight scheduling as well as more surprising ones like image segmentation in computer vision. We then proceed to linear programming with applications in optimizing budget allocation, portfolio optimization, finding the cheapest diet satisfying all requirements and many others. Next we discuss inherently hard problems for which no exact good solutions are known (and not likely to be found) and how to solve them in practice. We finish with a soft introduction to streaming algorithms that are heavily used in Big Data processing. Such algorithms are usually designed to be able to process huge datasets without being able even to store a dataset....

热门审阅

JM

Jul 25, 2019

Very Educational and Enlightening. The only criticism I have is that the starter files generally need more modification than indicated to create a successful program.

YC

May 14, 2019

This is a very challenging course in the specialization. I learned a lot form going through the programming assignments!

筛选依据:

76 - Advanced Algorithms and Complexity 的 100 个评论(共 131 个)

创建者 Aman A

Jul 14, 2018

Challenging!

创建者 Xi Y

Feb 16, 2017

illuminative

创建者 Akash k y

Jun 10, 2019

Best course

创建者 Chin J C

Nov 5, 2018

really hard

创建者 MANCHALA L

Aug 20, 2020

Excellent.

创建者 Muhammad A F B

Dec 7, 2020

Thank You

创建者 121910310046 M N

Oct 21, 2020

EXCELLENT

创建者 Stefan B

Mar 7, 2017

Nice one.

创建者 Vinay R K

Sep 17, 2020

superb

创建者 Ritik r

Mar 29, 2019

SUPER

创建者 Liu Y

Dec 16, 2017

Great

创建者 Shekhar

Sep 12, 2020

best

创建者 RAHUL B

Mar 13, 2019

GOOD

创建者 Shreyas S

Mar 26, 2019

aa

创建者 Mark Z

Jun 17, 2019

The course left a good overall impression: the contents of the course are excellent and assignments are relevant. I've only noticed 2 downsides: the videos of the first week were sometimes hard to follow and I had to spend some time googling (which I find strange) (however, the situation changes when a Russian guy appears in the third week: his explanations are very clear and precise) and some assignments, in my opinion, take way more time to complete than they should.

创建者 João L

Oct 21, 2018

Great course, thank you! My only remark is that it sometimes assumes that you have lots of prior knowledge on programming in my opinion. I'm a non-tech guy trying to increase my knowledge of the field, and I've had a very hard time trying to find additional resources to solve some of the problems and to grasp some of the content. If we could have a bit more color on some of the harder parts during the course it'd be great.

创建者 Deleted A

Nov 8, 2022

Courses materials are sufficient and Informative; however, it is really hard to concentrate on videos because of just theoretical parts only. Coding assignments are real world problems with fun and bit complicated. If the videos were more fun and imaginative, I would have completed all coding assignments(guilty).

创建者 Kim H P

Jan 2, 2018

Good assignments, however the lectures (especially linear programing) are too short. The lecturers explained the algorithm in a way that only experts in the subject could understand. I didn't understand the lectures at all until i studied from other sources. Not recommended for beginner.

创建者 Aamir K

Sep 25, 2019

A great course but really very tough. Every module of the course deserves to be a separate course in itself. One thing that bothered was that the assignments were very vaguely explained and needed lots of searching and self study. Anyways got it after many many months.

创建者 Kehan B

Nov 6, 2018

This module is by far the hardest in this specialization, but at the same time, it is rewarding. The only complaint I have is the Linear Programming part. I wish there was more explanation or some toy examples to go through the algorithm.

创建者 Fabrice L

Apr 4, 2018

A lot of material covered in this course. The assignments are more challenging than in the previous courses of the specialization.

It is overall a great final and a very complete specialization.

Thank for putting together all this work.

创建者 Timothy M

Jun 5, 2017

Learned a lot. great material. Tough homework

I appreciated that the grader demanded good implementations but I think it would have been good to have a little guidance as to how to get there.

创建者 Teguh S L

Nov 28, 2016

The problems are really challenging, thank you! However, the instructor is not very active in the discussion forum, which is a pity when you really need help and get stucked in the problem set.

创建者 Jason M

Jul 26, 2019

Very Educational and Enlightening. The only criticism I have is that the starter files generally need more modification than indicated to create a successful program.

创建者 Radim V

May 7, 2018

The only thing I missed in this course (and specialization) was more visual, intuitive approach to explanation. Programming assignments are rewarding.