Three more classes coming from Stanford of interest here
post by Dr_Manhattan · 2011-11-17T17:57:42.468Z · LW · GW · Legacy · 18 commentsContents
18 comments
http://www.pgm-class.org/ - Probabilistic Graphical Models
http://www.nlp-class.org/ - Natural Language Processing
http://www.game-theory-class.org/ - Self explainatory
ETA:
18 comments
Comments sorted by top scores.
comment by XFrequentist · 2011-11-17T21:29:44.624Z · LW(p) · GW(p)
The whole list:
New classes: (start in Jan/Feb 2012)
ETA: The Lean Launchpad
ETA: Technology Entrepreneurship
Software Engineering for Software as a Service
Probabilistic Graphical Models
Old Classes: (already started)
Introduction to Artificial Intelligence
Replies from: AlexMennen, endoself, None↑ comment by AlexMennen · 2011-11-23T04:40:19.414Z · LW(p) · GW(p)
Civil Engineering: Making Green Buildings
Electrical Engineering: Information Theory (looks awesome enough that I'll try to take it even though I probably will not have time)
↑ comment by [deleted] · 2011-11-18T06:41:39.425Z · LW(p) · GW(p)
Edit: Classes added after the original post.
New classes: (start in Jan/Feb 2012)
Design and Analysis of Algorithms I
Replies from: Psy-Kosh↑ comment by Psy-Kosh · 2011-11-24T03:51:33.931Z · LW(p) · GW(p)
Gah, too many interesting classes all at once. As much as I do have an interest in crypto, I think I'll skip that one for now because it looks like they're not going to be having much in the way of cryptanalysis.
I think I'll just be taking ML and possibly PGM. But... too much interesting stuff.
LEARN ALL THE THINGS!
comment by Suryc11 · 2011-11-18T05:47:10.422Z · LW(p) · GW(p)
So wait, what exactly is this? I'm guessing some form of online education, presumably a level above Khan Academy's videos (not implying anything negative about Khan Academy)?
Is there personal interaction with the professor? Are there assignments and or grades? How much time would an average class on XFrequentist's list take compared to an in-person class at a relatively good American university?
And finally, the most important question, at least for me: Do they accept anyone who signs up?
Replies from: None↑ comment by [deleted] · 2011-11-18T06:40:21.416Z · LW(p) · GW(p)
So wait, what exactly is this?
A series of free online lectures, combined with a schedule, quizzes, assignments, official forums/community (with which the professors interact), graded assignments (including programming assignments where appropriate) and sometimes exams.
I'm guessing some form of online education, presumably a level above Khan Academy's videos (not implying anything negative about Khan Academy)?
Yes. The original AI classe was inspired by Khan Academy, and that in turn caught the attention of the professors doing the DB and ML class.
Is there personal interaction with the professor?
The professors answer upvoted questions in videos or written responses.
Are there assignments and or grades?
Yes there are assignments. There are homework's that are graded and some classes have midterm and final exams. The latter two are measured to see how well you do in the class, when (if?) you receive your certificate of completion (which is not by default accredited, it is just a written statement from the professors not Stanford) it states your percentile.
How much time would an average class on XFrequentist's list take compared to an in-person class at a relatively good American university?
The original AI class was aiming for the same difficulty as the Stanford class. Due to various logistical reason they couldn't really pull it off. The classes are in my opinion less intensive but still at least freshman uni class level.
And finally, the most important question, at least for me: Do they accept anyone who signs up?
Yes, it is open to everyone. That's why you get sign up numbers in the 10,000s or even 100,000s.
Replies from: Suryc11comment by Jonathan_Graehl · 2011-11-17T18:33:34.772Z · LW(p) · GW(p)
I'll be taking all of those, and also human-computer interaction - only because the teacher seems high status in his field (of course, the great thing about these 0-cost courses is that if they turn out to be a disappointment, it's nothing to drop them).
In addition, if you haven't already taken it, Machine Learning will repeat.
Replies from: Dr_Manhattan, khafra↑ comment by Dr_Manhattan · 2011-11-17T18:46:30.135Z · LW(p) · GW(p)
Taking ML, it's great.
Replies from: None↑ comment by khafra · 2011-11-17T18:51:36.450Z · LW(p) · GW(p)
Do you use any strategies in addition to Luke's efficient scholarship tips in order to handle four challenging classes at once (and presumably a job and a life)? AI was all I could handle; I had to drop ML.
Replies from: Dr_Manhattan↑ comment by Dr_Manhattan · 2011-11-17T20:40:15.708Z · LW(p) · GW(p)
My strategy for taking AI and ML was knowing some of the materiel before hand :).
Replies from: Jonathan_Graehl↑ comment by Jonathan_Graehl · 2011-11-18T05:30:23.980Z · LW(p) · GW(p)
Likewise.
comment by Metus · 2011-11-18T07:10:36.885Z · LW(p) · GW(p)
Is it possible to access the material afterwards, especially from the AI class? During semester I have no time since I am currently an university student myself.
Replies from: Dr_Manhattan↑ comment by Dr_Manhattan · 2011-11-18T20:15:45.549Z · LW(p) · GW(p)
AI class videos are all on YouTube. Since their quizzes are also videos (don't ask) that's pretty much all of it. The AIMA book is much deeper than the course, but the quizzes get you to think a little extra.
comment by jefftk (jkaufman) · 2011-11-18T16:34:09.886Z · LW(p) · GW(p)
How useful are PGMs? (I'm taking the ML class right now and I only want to spend a whole semester on PGMs if they're worth that much attention.)
Replies from: Dr_Manhattan↑ comment by Dr_Manhattan · 2011-11-18T20:11:59.728Z · LW(p) · GW(p)
Very, depending on what you're doing. They allow rich probabilistic models useful in scene recognition (CRFs), HMMs are hugely useful in state detection, Bayes Nets are used (amongst a ton of other things) Decision Analysis. Bishop's ML book is full of them.