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.
創建者 Isaac A
•Enjoyed this course a lot! Wished the projects were a little more substantial
創建者 prabhakar k
•thanks to coursera.to give a simple way to solve parallel programming
創建者 Prabhakar k
•i learn new way to do parallel programming in java.thanks to coursera
創建者 Wei H
•the lecturer should wear black shirt to make the video more readable.
創建者 Vishal V
•Great Learning and understanding the parallelism concepts in java
創建者 satwik b
•please be more elaborate regarding programming assignments
創建者 Prasanth R
•The homework was too simple, could use better examples.
創建者 Cong X
•Overall informative but way too easy on the projects...
創建者 Xiao L
•Programming assignments are a bit too easy
創建者 vini g
•Would like more assignments and examples.
創建者 Alexander S
•Good course but very easy assignments
創建者 Ping G
•great course, learn a lot!
創建者 Jairo A O C
•Muy buen curso
創建者 TAHA K
•Good course !
創建者 Moturu N
•Nice course
創建者 Divam K
•Ok
創建者 Anton M
•While i've definitely learned something new, there are some frustration points:
> Material presentation and abuse of pseudo code. Some concepts presented at very high abstraction level without going into details of implementation. Part of course relay heavily on custom parallel programming library, writing in java while other parts are given in built-in Java framework. In lecture summary code is presented as pseudo code, so there are not way to run and see that it does.
> Length of the course. Most of weeks has about 30 minutes of videos in total.
> Issues with grader. Grader is not reliable, you can find that same code sent twice will result in fail and pass. Also, when running test locally, it may fail, while passing when send for real (in my case it was because test code from assignment incorrectly gave number of processes when hyper-threading is enabled)
> Easy exercises. Apart from grader issues, assignment itself do not gave any challenge. Assignment of one week can be passed by just changing signature of method to right one (literally just few characters change)
創建者 Marcos N A
•Too much abstract pseudocode for a Java course. In the third test, I had implemented my own solution because no documentation given for that "pcdp framework", also, my implementation run faster, so I have some doubts about that "framework".
The grader is not accurate, I spent some hours trying to find the way to improve the code in the last miniproject because the one I uploaded failed the 4 cores test, but I uploaded the same again and passed the test...
I suggest to improve examples about Phasers, maybe it would be better to introduce low complexity problems in the examples and a step by step explanation on how it works and... where did the threads came from? They never explain threads in this course.
Definitively, this course can't be called a "specialization" but it is a good course for starters.
創建者 Samuele M
•Course is interesting, but lacks in contents: just few patterns are explained, and few concepts about parallelism, and there are very little details about further algorithms. Assignments, projects in particular, are quite useless or incredibly easy, or need usage or knowledge of libraries not explained/used in course, and included in "optional readings". Lessons are really clear (bravo! to the Professor), but quite short, since whole course doesn't reach 2 hours of lesson. I definitively think that course can be improved with more contents.
創建者 Helge S
•Interesting, but the presentations, support materials and programming exercises have some issues.
I'm not fond of the usage of pseudo code, when this is a Java course. I want the example to use existing Java libraries, preferably from the standard Java JDK.
For the exercises, in addition to unit tests that test the performance of the code, it would be valuable to have tests that run quickly, and test that the code computes correctly. For the Week 4, the only provided test took some 9 minutes to run. A unit test should take a second at most.
創建者 Dhiresh A J
•Lectures were adequate to understand the basic concepts/syntax and where and how to use them, but did not go deep into the underlying working.
The mini projects weren't that helpful since the assignments were the same examples as shown in the lecture, and the TODOs were generally just a couple of lines, leaving us with with little to do.
By the end of the course, I got to know the different Java util classes to use to for parallelism.
創建者 Ramin I
•During the course, in order to understand the material in a satisfactory way, I often had to go and search for other materials. The material is presented in a very superficial way. I consider this a weakness. On the other hand, in terms of breadth, it covers a lot of useful topics, which broadened my perspective about what is out there in the parallel programming world.
創建者 Daniel B
•Helpful course but could be much improved by a bit longer lectures and programming exercises covering more Java material, avoiding mixing in so much on proprietary library concepts and focusing on standard Java parallel programming concepts instead as well as making source code demonstrations in a bit larger font to be able to view on a phone
創建者 Vincent M
•Subject is very interesting. However course is sometimes unclear, and assignments sometimes are related with the specific library developed by the professor, not with the generic Java implementations. However I'm happy to have completed this course, i've learned a lot.
創建者 Gary S
•Although much of the content was informative and well taught, half of the programming assignments were either rudimentary or completely unnecessary since the answer was given in the provided file. On the whole, this course was just too short and too easy.