Live data from Hacker News

Coursera / Stanford PGM Class is Open

coursera.org

11–17 of 17 posts

Re: Coursera / Stanford PGM Class is Open

#11
The last few weeks I have been reading the first few chapters of the optional text book to get ready for the class - it all looks good, except that the programming assignments are done in Matlab or Octave. I read over the first assignment, and it will be a stretch to "love" Octave.

The course material looks awesome.

Re: Coursera / Stanford PGM Class is Open

#12

The last few weeks I have been reading the first few chapters of the optional text book to get ready for the class - it all looks good, except that the programming assignments are done in Matlab or Octave. I read over the first assignment, and it will be a stretch to "love" Octave. The course material looks awesome.

Re Matlab/ Octave:

I am an R to Octave convert. R has some great stuff, especially multi-type tables and a decent OO system for packaging complex analyses, but .... Octave rocks R when you have to come up with complex matrix oriented algorithms -- much, much more straightforward.

Also -- cell arrays are funky and necessary for string manipulation. I suggest not dwelling on their weirdness -- you may grow to like them.

Re: Coursera / Stanford PGM Class is Open

#13

PGM-class looks pretty hardcore. Well done Prof. Koller & Coursera team. Glad that Coursera and MITx are not watering down the material for any of their online courses.

This has been my main complaint with the Autonomous Vehicles class ran by Udacity I've done thus far. I don't think 30 minutes of video lecture per week can cover close to what an actual college class can. I ended up having to read ~2 hours on Kalman filters after completing the homework to get to a point where I actually felt like I understood the topic as well as I would in an actual class.

Interesting. I'd like to ask a few questions for future reference on pedagogy :).

Was there anything aside from the derivation of the update equations for Kalman Filters you felt wasn't covered too well? What did you feel that you got from the book [and which book did you use?] that you felt wasn't covered in class?

Re: Coursera / Stanford PGM Class is Open

#14

PGM-class looks pretty hardcore. Well done Prof. Koller & Coursera team. Glad that Coursera and MITx are not watering down the material for any of their online courses.

This has been my main complaint with the Autonomous Vehicles class ran by Udacity I've done thus far. I don't think 30 minutes of video lecture per week can cover close to what an actual college class can. I ended up having to read ~2 hours on Kalman filters after completing the homework to get to a point where I actually felt like I understood the topic as well as I would in an actual class.

I'm taking the class too, and feel like I've picked up some pretty interesting algorithms. What sort of things did you learn from your reading? And what did you read?

Re: Coursera / Stanford PGM Class is Open

#16

The last few weeks I have been reading the first few chapters of the optional text book to get ready for the class - it all looks good, except that the programming assignments are done in Matlab or Octave. I read over the first assignment, and it will be a stretch to "love" Octave. The course material looks awesome.

Re Matlab/ Octave: I am an R to Octave convert. R has some great stuff, especially multi-type tables and a decent OO system for packaging complex analyses, but .... Octave rocks R when you have to come up with complex matrix oriented algorithms -- much, much more straightforward. Also -- cell arrays are funky and necessary for string manipulation. I suggest not dwelling on their weirdness -- you may grow to like them…

Thanks for the encouragement. I have spent a few hours learning Octave this afternoon, and indeed the matrix operation support is nice.

Re: Coursera / Stanford PGM Class is Open

#17
Wow, i watched the first video batch and think it's the best online course so far. Very in-depth, but at the same time incredibly well chosen examples. Initially I was sceptical because the videos seem to be taped lectures rather than the type of screencast I know from mlclass and aiclass, but it's really well done.

There is a notable difference of course between courses like PGM and ML, which go pretty much into details of actual things, while others like AI or crypto will probably naturally stay a bit at the surface, as they are more intended to give an overview. I think they shouldn't be compared therefore. I think the robotics class is a bit behind of it's possibilities compared to PGM or ML, considering that this is definitely not an overview anymore.

Post reply on HN