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.
Great course. Introduces Parallel Programming in Java in a gentle way.\n\nKudos to Professor Vivek Sarkar for simplifying complex concepts and presenting them in an elegant manner.
創建者 Toriola O
•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.
創建者 Dipen L
•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.
創建者 lowell s
•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.
創建者 Nitant N J
•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.
創建者 Adeel R
•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!
創建者 Krishna A
•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.
創建者 Андрей С
•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.
創建者 Ashwin K
•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.
創建者 Mitrofanov P
•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.
創建者 Ashutosh S
•The content and presentation is very good. The exercises are very limited, and repeat of the problems in video lectures with minor variations in some cases. Also it is very frustrating to meet the benchmark performance on exercise. It passes on autograder fails locally so you just keep doing hit and trial.
創建者 Diogene N
•This course is a very nice introduction to parallel programming in Java. It highlights the key libraries to explores for production use. On thing I didn't like is that the programming assignments are a copy paste of the demonstration videos in the course. All in all I enjoyed taking this course!
創建者 Antonio J M G
•Great content, thank you very much for putting this together. I have enjoyed reviewing the fundamentals and learn more about the Phaser's API. My only suggestion will be to add more exercises, even if they are optional, so people can practice more the concepts introduced.
創建者 Benjamin G J
•The exercises are just a little short and I'd like to see, maybe, twice as many quizzes with a better connection to lecture notes, but the lectures are very enlightening, the subject matter is very interesting, and the exercises, though excessively sparse, are helpful.
創建者 Alban D
•Very interesting content: it is definitely useful to get into that topic. Mini projects are sometimes a bit light: what has to be done is so simple that it can be frustrating... or misleading (I would expect to have more than a single line to change sometimes).
創建者 Saifuddin M
•I liked the course. It introduced some of the concepts in parallel programming very well. I would suggest if it focuses more on Java implementations from the java.util.concurrent package like Countdown Latches and Cyclic Barriers it would be more helpful.
創建者 Anton O
•Good course. I've expected less theory and more practice, but all in all I'm happy with the course. Block about parallel streams was the most useful for me. On the other hand part about array multiplication was quiet useless from practical point of view.
創建者 Abid A S
•Was quite helpful... cleared many basic concepts in parallel programming ... but you should come up more industry oriented examples .. code samples uses rice university's own package in some examples..these could be done with regular java libraries
創建者 Artur G
•This course is quite a shot one. The lectures are condense and programming assignments are purely academic. However I still would suggest to take it if one wants to learn about high level abstraction upon parallel computing in Java.
創建者 Cyril A
•Materials are informative. Instructor is good. Good to have programming assignments to practice the material learned. Assignments after assignment 2 were a little light though. The first two assignments were at a good level though.
創建者 erdem o
•It was a useful course, but last two homeworks were exactly same as professor explained in demo implementations. I would expect them to take a bit more time and having a variety of easy/difficult tasks in each homework.
創建者 Donghe X
•Thanks for the course materials! I'm getting a lot of new knowledges from the course for cs fundamentals. I'd like to suggest to have more concrete examples to explain many concepts like SPAN, signal and put, etc.
創建者 Jimmy C C
•Great introduction to parallel programming. Lectures were clear, summaries were helpful, quizzes were not trivial, discussion forum is good, but the assignments' grading system could be improved.
創建者 Sagnik D
•I found the explanation of how to precisely code phasors lacking as the Thread stuff was already provided in sample code and never explained. Quite satisfied with the rest of the course though.
創建者 Krishna K
•Excellent Course.I always wanted a good course on java concurrency and parallel programming.And finish->async, isolated, forAsync constructs are awesome.I have learnt much from this course.
創建者 Elias R
•Very good and comprehensive video lectures! Sometimes the auto-grader results from Coursera fluctuate from one submission to the other, but overall it was a really interesting course.