LG
Dec 12, 2017
This is a great course in parallel programming. The videos were very clear, summaries reinforced the video material and the programming projects and quizzes were challenging but not overwhelming.
SV
Aug 27, 2017
Great course. Introduces Parallel Programming in Java in a gentle way.
Kudos to Professor Vivek Sarkar for simplifying complex concepts and presenting them in an elegant manner.
By Naveenkumara J
•Apr 21, 2021
good content
By Light0617
•Nov 1, 2018
wonderful!!!
By vaibhav j
•Sep 21, 2017
Great Course
By Jasur A
•Jun 6, 2020
It is clear
By Мухин С А
•Sep 25, 2018
Всё хорошо
By Nguyen Q D
•Jun 11, 2023
thank you
By s v s g
•Apr 30, 2020
very good
By Marcos N F
•May 3, 2019
Excelente
By ASTHA B
•Sep 29, 2021
Awesome
By Jonathan H
•Sep 27, 2018
awesome
By Vitalii D
•Nov 16, 2020
Good!
By Burhan u H Z
•Jan 21, 2021
Good
By Aryaf M A
•Nov 3, 2024
..
By John A
•Sep 2, 2020
A great course to learn the basics of thread-level parallel programming using the Java API. I had never used ForkJoin or other parallelism libraries which were recently added to the Java API before, and from taking this class I was able to gain both practical experience with these libraries and learn the theory behind their use. The lectures were well organized and effectively transitioned between examples and topics, making the content easy to understand. The quizzes were comprehensive enough to completely test your understanding of the material but still had a reasonable difficulty.
The weakest part of this class was probably the mini-projects. Some of them were too brief or trivial to get sufficient experience with the topics in this course. Solutions are also mainly evaluated based on execution time, which could vary significantly between trials of the same program -- enough that the same code could pass the autograder on some runs and fail on others.
In spite of this, I still would recommend this class to anyone who wants to learn about software parallelism. This course teaches a variety of ways to use parallelism to improve performance, as well as analyzing the challenges and obstacles in doing so. I have not taken the other two courses in this specialization yet, though I plan to soon.
By Mike D
•Nov 6, 2017
This course has a good combination of clear lectures, helpful textual summaries, reasonable/helpful quizes, and decent weekly projects. If anything, I wish that the projects were a little more challenging. The first three were fairly easy and I wish that we had been required to implement them from scratch rather than having the starting version which required only minor modifications. The last project assignment was a little tricky because the lectures didn't cover all the details of phasers in sufficient detail, so studying additional documentation was required. Overall, I learned a lot and it was time well spent.
By Rhijul M
•Dec 23, 2018
Although this was a very excellent course to understand various API's and methods that are exposed by Java SDK's (RecursiveTasks, Fork/Join Framework etc) and touched on very important multi-core parallelism aspects, I was left wanting for more fundamental explanations regarding how parallelism works under the hood (How the thread works, how the signalling between barrier synchronisation happens etc). Thanks, none the less. Looking forward to next course.
By Toriola O
•Nov 13, 2020
I enjoyed the course and hoping to finish the specialization. Conclusively, my understanding of Parallelism has improved further.
It would have been 5-stars but there wasn't enough emphasis on the effect of hardware on the mini projects which in most cases led to avoidable waste of time of the course assignments.
My Advice to all current and prospective students is to be agile by uploading assignment incrementally to Coursera grader.
By Dipen L
•Dec 28, 2020
Just the grader really, sometimes when iti's under heavy use then the results vary - but apart from that the videos are really special, you have to pay attention to detail when the videos are this compact - but that is what makes it really good. The assignments test what you've learnt and can sometimes be on the easy side - but that just means practicing on other things outside of course work. A truly wonderful learning experience.
By lowell s
•Feb 28, 2019
Excellent lectures and provides good understanding of some theory behind Parallel Programming. The professor is a good lecturer and has a great format. Some assignments are very difficult due to the confusion between lecture notes which have errors and differences between the lecture and the notes. But well worth taking the course and understanding how to take advantage of multi-core processing.
By Nitant N J
•Jul 7, 2020
This course covers many interesting topics of parallelism with java. This course is for all the ones who know the basics of java and want to learn something about parallelism. However, I do feel that sometimes this course just throws the topics at you and you have to dig deep by yourself. But yes many important topics are covered very well also the mini projects are very well designed.
By Syed A R
•Nov 5, 2017
Having come from Python world, i have learned valuable concepts in parallel programming and related Java APIs, surely the APIs are much more elegant and powerful in Java. i was disappointed by Week's 3 and 4's assignment task, they were too easy, nevertheless learned a great lot of information. Excellent course for someone who is looking to get into parallel programming!
By Krishna A
•Apr 4, 2018
Learnt a lot about parallel programming and the facilities offered in Java for the same. The best part is the videos are short and nice. However, I'm echoing some of the common sentiment, that the assignments (barring assignment 2) are too trivial, and sometimes are not clear what to do. They can be surely improved, so that students can deepen their understanding.
By Андрей С
•Oct 28, 2017
This course is a good introduction to parallel programming,
but i noticed a number of shortcomings.
Some themes are not reflected in mini-projects:
- memoization in week 1;
- data flow and pipeline parallelism.
The mini-project for week 3 is too easy.
Some questions in the quiz in week 4 does not match the contents of the course.
By Ashwin K
•Jun 12, 2020
I feel the course can have more theoretical foundations included as well. And the assignments should be more challenging and more explanatory as well to reinforce concepts in a better way. But otherwise, really good course to get started understanding async programming constructs. Helped me clear a lot of doubts that I had.
By Mitrofanov P
•Nov 12, 2017
Tasks are too simple. All the information isn't covered in depth, so consider this course as a sort of introduction to the theory of parallel programming as well as many important Java language features. It gives you a basic idea and points you to the right direction in case you're interested in this complex topic.