AL
2018年4月23日
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
2017年8月24日
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.
創建者 Matthew H
•2016年11月20日
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
•2016年7月16日
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
•2017年6月12日
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
•2021年1月22日
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
•2019年7月30日
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!
創建者 Артем К
•2017年10月15日
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
•2021年5月24日
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
•2016年11月13日
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
•2018年6月26日
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
•2016年7月29日
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
•2020年4月5日
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
•2016年8月31日
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
•2017年8月13日
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
•2017年1月4日
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
•2017年8月19日
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
•2018年4月24日
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
•2017年8月25日
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
•2016年12月19日
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
•2016年8月14日
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
•2016年9月23日
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
•2021年1月27日
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
•2017年10月4日
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.
創建者 Aleksander S
•2017年11月18日
I learned a lot about parallel processing algorithms, way more than I expected. Even after spending over 10 years programming parallel data processing.
創建者 Janis R
•2016年6月17日
Week 2 assignment was very interesting, thanks. Week 4 assignment was extremely hard to debug. Could you perhaps add more unit tests to BarnesHutSite?
創建者 Ivelina G
•2016年7月5日
A very good course, the theories are explained well in the lectures and the assignments cover the learned information without being too difficult