AL
23 avr. 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
24 août 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.
par Matthew H
•20 nov. 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.
par Aliaksandr P
•16 juil. 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.
par Krishna A
•12 juin 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!
par Lyman H
•22 janv. 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.
par Santiago A
•30 juil. 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!
par Артем К
•15 oct. 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! :-)
par Ignacio G S
•24 mai 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.
par Evgeny P
•13 nov. 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.
par Stanislav T
•26 juin 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.
par Roman
•29 juil. 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.
par Anton M
•5 avr. 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.
par Nicolas D
•31 août 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.
par William H
•13 août 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.
par Török E
•4 janv. 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!
par Jong H S
•19 août 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.
par Ashvin L
•24 avr. 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.
par ravi c
•25 août 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.
par viktor o
•19 déc. 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
par Eric L
•14 août 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.
par Wiktor D
•23 sept. 2016
Very good introduction to the topic. Examples and programming exercises were very good, although last assignment was visibly less polished than earlier ones.
par Korntewin B
•27 janv. 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.
par Tony H
•4 oct. 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.
par Aleksander S
•18 nov. 2017
I learned a lot about parallel processing algorithms, way more than I expected. Even after spending over 10 years programming parallel data processing.
par Janis R
•17 juin 2016
Week 2 assignment was very interesting, thanks. Week 4 assignment was extremely hard to debug. Could you perhaps add more unit tests to BarnesHutSite?
par Ivelina G
•5 juil. 2016
A very good course, the theories are explained well in the lectures and the assignments cover the learned information without being too difficult