AS
Everything is fine except the bugs in programming assignments. Although it says advance course, the programming assignments aren't that hard. The problems is difficult to submit it to Coursera.
Probabilistic graphical models (PGMs) are a rich framework for encoding probability distributions over complex domains: joint (multivariate) distributions over large numbers of random variables that interact with each other. These representations sit at the intersection of statistics and computer science, relying on concepts from probability theory, graph algorithms, machine learning, and more. They are the basis for the state-of-the-art methods in a wide variety of applications, such as medical diagnosis, image understanding, speech recognition, natural language processing, and many, many more. They are also a foundational tool in formulating many machine learning problems. This course is the first in a sequence of three. It describes the two basic PGM representations: Bayesian Networks, which rely on a directed graph; and Markov networks, which use an undirected graph. The course discusses both the theoretical properties of these representations as well as their use in practice. The (highly recommended) honors track contains several hands-on assignments on how to represent some real-world problems. The course also presents some important extensions beyond the basic PGM representation, which allow more complex models to be encoded compactly.
AS
Everything is fine except the bugs in programming assignments. Although it says advance course, the programming assignments aren't that hard. The problems is difficult to submit it to Coursera.
CB
learned a lot. lectures were easy to follow and the textbook was able to more fully explain things when I needed it. looking forward to the next course in the series.
AF
Excellent Course. Very Deep Material. I purchased the Text Book to allow for a deeper understanding and it made the course so much easier. Highly recommended
JP
A comprehensive introduction and review of how to represent joint probability distributions as graphs and basic causal reasoning and decision making.
CM
The course was deep, and well-taught. This is not a spoon-feeding course like some others. The only downside were some "mechanical" problems (e.g. code submission didn't work for me).
YT
Top notch course! I only wish the explanations for answer choices in the quizzes/exams were more elaborate, as some of them are single sentences that don't really provide justification.
RG
Prof. Koller did a great job communicating difficult material in an accessible manner. Thanks to her for starting Coursera and offering this advanced course so that we can all learn...Kudos!!
HE
I really enjoyed attending this course. It is foundational material for anyone who wants to use graphical models for inference and decision making..
AL
Some parts are challenging enough in the PAs, if you are familiar with Matlab this course is a great opportunity to get familiar with PGMs and learn to handle these.
SR
This subject covered in this course is very helpful for me who interested in inference methods, machine learning, computer vision, and optimization.
AK
Superb exposition. Makes me want to continue learning till the very end of this course. Very intuitive explanations. Plan to complete all courses offered in this specialization.
PS
Very well designed. There were areas here I struggled with the technical details and had to read up a lot to understand. The assignments are very well designed.
Showing: 20 of 314
The content of the course is good but the assignments are in matlab which isn't as widely used as python and has the additional headache of licensing. it is the assignments where you really learn things so this is a serious negative point.
This review is for the whole Specialization, not just course 1. The lectures & subject matter are fascinating, but the course itself has some serious limitations:
1) Two of the most common example problems the instructor uses are image segmentation & speech recognition, both of which have been completely superseded thanks to neural networks (CNNs for the former, RNNs for the latter). The course was written in 2011 or 2012, and the lectures haven't been updated since.
2) The textbook is extremely useful, but they do not provide a PDF, though it is easy to find via Google. The professor does not give explicit "readings", you just have to find them on your own.
3) The Discussion Forums are effectively dead, nobody involved with the construction of the course has gone through them in 4 or 5 years, and most learner comments are several years old as well. In other words, you're on your own as far as figuring things out.
4) Quizzes & exams have no partial credit, often have "gotcha" questions, and enforce time delays between attempts (1 hour for quizzes, 24 hours for exams).
5) By far the biggest problem however is the programming assignments: they must be done in Matlab/Octave. I've taken many other courses outside this Specialization, so I say with confidence that the lion's share of the learning occurs in solving programming assignments. In the 3rd course especially, the programming assignments are exactly the same ones assigned to students taking the course in real-life at Stanford, where it was assumed that students would work together in groups to solve them. They are not of a reasonable difficulty level, from a pedagogical standpoint, for a distributed, asynchronous, online course.
All of these problems ultimately stem from the fact that this was among the first courses on Coursera (Daphne Koller is one of the founders of Coursera), before they really understood how to properly convert between a university course and an online course. Unfortunately, where Koller's colleague Andrew Ng has put in a lot of work updating his Coursera courses, Daphne appears to have abandoned this (to be fair she is very busy running companies doing fascinating work).
I recommend Andrew Ng's Deep Learning Specialization and University of Alberta's Reinforcement Learning Specialization for learning ML content, though the former can be quite hand-holdy at times.
Good luck,
Max
Would be better if there are people monitoring the discussion board and actually answer student's questions.
The material is really important and helpful for many concepts of Machine Learning. Daphne Koller is very good at explaining complicated ideas in an intuitive way. The programming assignments are very relevant and cover many real-world application scenarios in medical diagnosis and testing. Unfortunately, programming assignments have many flaws. First, some scripts do not work and therefore it is necessary to manually adjust these in order to submit your assignment part by part. Second, the forum is almost dead, which means that is is difficult to get help once you are stuck at a problem. Most of the helpful posts are almost two years old. Third, often times questions in the quiz are very vague and not clearly formed which makes it difficult to answer the instructor's question. All in all, I think, that the course is worthwhile but nonetheless the course definitely needs some refurbishing and bugs in scripts need to be fixed.
This course seems to have been abandoned by Coursera. Mentors never reply to discussion forum posts (if there is any active mentor at all). Many assignments and tests are confusing and misleading. There are numerous materials you can find online to learn about Graphical Models than spending time & money on this.
Good course, with actual university level content and depth (albeit in a multiple choice format). The explanations of the material were clear, however if you don't have at least a surface level familiarity with Bayesian probability and first year university level math, you'll find yourself spending a lot of time looking up random jargon on Wikipedia.
If you lack the necessary background, I suggest reviewing the content of Stanford CS109 (the content is publically available).
The assignments were a bit opaque / wordy; instead if an essay, provide clear bullet point tasks with a detailed appendix for clarity. Also, please use Python instead of Matlab. It's free, there's a more support available for it, it has much clearner syntax, much more comprehensive libraries and it's at least tollerably performant (in comparison to Matlab / Octave).
This course was solid overall but not excellent. I learned the basics of different classes of probabilistic models including Bayesian networks and Markov networks and how to represent them. Prof. Koller is knowledgeable and presented the materially logically. With that said, this course could have been a lot better than it was.
The honors programming assignments could have been excellent The material was interesting and dovetailed well with the course content. But the assessment process was very frustrating and led to a lot of wasted time debugging that was geared more to quirks of the grader than to course concepts. Both test cases and feedback on failed submissions were woefully inadequate. Some of the quizzes were also frustrating, featuring what I consider to be "gotcha" questions geared more to creating a grading curve than to measuring understanding of the material.
Advice to course staff: (1) Please provide more test cases on coding assignments (2) Please provide better feedback in submission reports (3) Please monitor the discussion boards more actively for unanswered questions (4) If you want to provide an externally linked executable you intend students to run from Matlab, it's not reasonable to give a 32 bit file in 2017 and send us down a rabbit hole where you suggest we build the executable from source, which in turn requires us to build the boost library from source.
This is not an easy course, so beware. The instruction is solid but you still need to reason through a lot on your own, and especially if you choose to complete the Honors programming section (which I highly recommend to prove to yourself that you really understand what you have learned and can apply it), you really need to plan on allocating sufficient number of hours to work through the programming assignments. You'll likely need to re-watch several of the video segments several times for it to really sink in, as well as referencing the Discussion Forum when you are stuck and need inspiration. Once you do complete this course (after many hours of work and thought) you will enjoy a deep sense of accomplishment, will look and think about decision-making in a fresh new way, and have learned many very useful skills.
It is impossible to submit quizes and programming assignments without purchasing the course. In my view this defies the goal of Coursera to provide accessible education anywhere in the world!
The course was deep, and well-taught. This is not a spoon-feeding course like some others. The only downside were some "mechanical" problems (e.g. code submission didn't work for me).
Superficial coverage of quiz and final exam material in the video lectures. Without getting the textbook and reading it in depth, it is difficult to do well in this class.
Excellent course, the effort of the instructor is well reflected in the content and the exercices. A must for every serious student on (decision theory or markov random fields tasks.
I really enjoyed the content of this course. Having been inspired by reading The Book of Why, I was looking for some formal language around Bayesian Networks and this course really fit the bill. My biggest piece of feedback is on the programming assignments. These really should be in Python. Octave is an okay choice, and I suspect might have to do with Andrew Ng original choice to use it for his own machine learning course. However, the data science community writ large uses Python and R, which is why Andrew switched to Python for his deep learning courses. I would recommend the programming assignment be updated so that they are more accessible to the data science community.
It is hard to follow the course without a book, and the book is expensive.
Octave and MATLAB are legacy languages and shouldn't be used to teach anything anymore.
总体上很棒的课程,除了第四周的荣誉编程的体验有待提升。课程难度适中,不容易,但认真思考和理解后是没有问题的。很期待专项课程中剩余的课程。
The content seems to be excellent regarding "what" is presented. But sadly the sound quality is rather bad: Sounds like an age-old valve radio with A LOT of dropouts. And Professor Daphne is an agile and therefore less disciplined speaker which lessens the understandability of her speech in conjunction with the poor sound quality furthermore. Especially for me as a non-native foreign english speaker it is very hard to follow. And now I am at one point in the course, that is "Flow of Probalistic Influence", where she explains a concept without explaining what is meant with the used underlying notions "flow" and "influence" which makes me difficult to understand what is going on. That means in my point of view that the slides are not sufficiently prepared. Although I'm very interested in the topic I am asking myself after the first view videos if I should continue or drop because my cognitive capacitity is for me to worthful to use it for the decoding of badly prepared and presented material. Ok, my decision heuristic in such cases is "Use the hammer not the tweezers!". Therefore I have dropped. Please improve the state of this class from beta to release. Then I will come back.
The instructor doesn't teach but just very quickly reads the material on the language of those people who already knows the material like she tries to pass some exam. Very hard to learn anything.
The material is interesting, however the programming assignments are infuriating given the large number of bugs.
Did not like how the concepts were introduced, it felt like learning theory for the sake of theory.