学生对 École Polytechnique Fédérale de Lausanne 提供的 Parallel programming 的评价和反馈
课程概述
热门审阅
AL
Apr 23, 2018
The course is fairly advanced and you would need to review the materials many times to understand the concept. The assignments are definitely fun and not as straightforward as other courses.
RC
Aug 24, 2017
Superb study material. Learnt a lot during this course. I am not much into mathematical stuff, but got a hang of how to break problems and improve efficiency through parallelism.
26 - Parallel programming 的 50 个评论(共 276 个)
创建者 Tri N
•Dec 11, 2016
Excellent course. There is no books about Scala that can teach Parallel Computing as well as this course. Code sample of exercises in lecture is supplied on GitHub. Excellent video quality, especially the overlay annotation by the teacher with nice hand drawing. The assignments are very interesting, showing real world concrete problems, add a nice application to the concepts we learnt in the course.
创建者 Ivan S
•Mar 11, 2018
I was tearing apart between 4 and 5. Still I liked the course very much asit provides great insight into parallel programming and algorithms. The problem are the assignments that feels a little unbalanced: week3 is just a few lines of code and feels more like quiz while others are quite challenging, but still it seems that a lot of work in assignments is already done by the teaching stuff.
创建者 Vikram W
•Feb 5, 2021
The assignments are tougher than expected. I was stuck on Barnes-Hut Simulation and Reductions assignment for more than weeks individually. The explanations are clear, but I wish the week 4 is explained with more clarity. It felt we just rushed into ConcTrees without enough context, and it would better to spend more time on the ConcTree topics and combiners.
创建者 Matthew H
•Nov 20, 2016
Many thanks Viktor and Aleksandar! A very interesting course which gave me a good appreciation of parallel programming in Scala, and helped me consolidate what I had learned in the previous 2 courses with Martin.
The exercises were just the right level of challenge, and demonstrated well the lecture content.
创建者 Aliaksandr P
•Jul 16, 2016
I like the course. I learned some nice ideas for parallel computations, not just Scala specific API.
To polish: sometime lectures and tasks contain many complicated but not significant details. And some important ideas are not emphasized. I had to filter the content carefully.
创建者 Krishna A
•Jun 12, 2017
A very good course which teaches the techniques of Parallel Programming. Anyone wishing to upgrade their knowledge about Parallel Programming, should take this course. The principles are applicable universally, so you can take back the learnings and apply them in your work!
创建者 Lyman H
•Jan 22, 2021
The explanations were accompanied by a level of mathematical rigor which helped clarify the material. I have used parallel machines pretty extensively and I was impressed at how much of this content was new to me. I found the assignments enjoyable.
创建者 Santiago A
•Jul 30, 2019
Unbelievable. This course is a must for those who are looking to work in depth with data parallel intensive applications like Spark and want to understand the mathematics underlying the parallel computing. Thank you very much Viktor and Aleksandar!
创建者 Артем К
•Oct 15, 2017
Nice course. Very interesting subjects, but have some cons. One is significant usage of imperative programming, also assignment`s difficulty level like a roller-coaster. Some was so easy and some was hard. Anyway, five stars for galaxy! :-)
创建者 Ignacio G S
•May 24, 2021
The course will introduce some topics on parallel programming and Scala. The lectures were complete and well explained. The assignments were a little difficult, specially the last one, but I managed to succeed after a few attempts.
创建者 Evgeny P
•Nov 13, 2016
Quality of course material is great, the way of presenting material is also great. For those who liked first course by Martin Odersky I highly recommend to do this one. I had a real pleasure watching lectures and doing assignments.
创建者 Stanislav T
•Jun 25, 2018
The topic is well explained in the videos and the assignments are challenging and fun. I really enjoyed how they (the assignments) are usually put in a context, e.g. they are part of some project and you can see some outcome.
创建者 Roman
•Jul 29, 2016
This is very interesting course that contains a lot of useful information related to parallel programming. Assignments are challenging enough and it is also interesting to tweak some code in assignments even after submitting.
创建者 Anton M
•Apr 5, 2020
Great course with challenging concepts to learn !
You'll study all fundamental ideas behind parallelism in Scala.
As a down sides, it's feels really short - only 4 weeks and sometimes instructors do not dive deep into details.
创建者 Nicolas D
•Aug 31, 2016
This course shows different techniques for parallel algorithm and is quite advanced. It succeeds to be deep yet understandable, challenging yet achievable. All in all it is very well taught with very interesting assignments.
创建者 William H
•Aug 13, 2017
The 3rd part in the set of scala specialization courses falls into place. This course is an introduction to the challenges of big data sets and the parallel computing solutions available to tackle it.
An excellent course.
创建者 Török E
•Jan 4, 2017
Presents Scala's parallel collections, and how they work under the hood. The prefix-sum algorithm is quite mind-blowing, and so are Conc-Trees. The algorithms are presented with plenty of detail, step by step, I enjoyed it!
创建者 Jong H S
•Aug 19, 2017
This course is a gem. The instructors' knowledge is of the highest quality, the contents are of the highest quality and the programming assignments are of the highest quality. All in all, this course is of Rolex quality.
创建者 Ashvin L
•Apr 24, 2018
The course is fairly advanced and you would need to review the materials many times to understand the concept. The assignments are definitely fun and not as straightforward as other courses.
创建者 ravi c
•Aug 25, 2017
Superb study material. Learnt a lot during this course. I am not much into mathematical stuff, but got a hang of how to break problems and improve efficiency through parallelism.
创建者 viktor o
•Dec 19, 2016
excellent course, a good way to showcase how scala is well suited to patallel programming.
The course itself is very practical and the instructors are very knowledgeable
创建者 Eric L
•Aug 14, 2016
A worthwhile course. I enjoyed the lectures a lot. Really good grounding on principles which can be applied in other languages/platforms in addition to Scala.
创建者 Wiktor D
•Sep 23, 2016
Very good introduction to the topic. Examples and programming exercises were very good, although last assignment was visibly less polished than earlier ones.
创建者 Korntewin B
•Jan 27, 2021
This course introduce me to a new world of parallel programming! Must learn for whoever that want to expand the skill set of programming to the new level.
创建者 Tony H
•Oct 3, 2017
Very deep. I learned a lot of useful techniques.
But I know it will take me many years before I can say I have mastered subject touched in this course.