7 ms·
Prof. Ng's class wasn't watered down. CS229A(http://cs229a.stanford.edu/ http://cs229a.stanford.edu/) is the Stanford equivalent of the online ml-class. Ng also
by aseembehl 15y ago
Prof. Ng's class wasn't watered down. CS229A(http://cs229a.stanford.edu/ http://cs229a.stanford.edu/) is the Stanford equivalent of the online ml-class. Ng also teaches another machine learning course at stanford(CS229) which focuses on the theoretical underpinnings of ML.
- ojbyrne 15y agoHaving taken the online course, I'm not sure I understand you - the programming assignments in some cases required 1 line of code be written (in the middle of a more complex program). I find it really hard to believe that students who pay tuition would be given the same assignments.
- aseembehl 15y agoCS229A is a course taken by people from different backgrounds not just CS. It basically deals with the practical aspects of machine learning, implementation issues etc. In addition to the lectures and the assignments, stanford students also had an additional course project.
- visarg 15y agoI completed the course too. It wasn't a programming course, but a machine learning one, so I don't think it was bad they hand held us on the programming part. The homework played an important part in assimilating the new concepts - even though I felt I understood right from the lecture, until I put it in code I wasn't quite there.