CS542 Supplemental Web Page (Spring 2009)

Feel free to send comments, suggetions, and corrections to Vitaly


Course web page (main)

Course web page (supplemental)

Assignments Central

News:
The take-home final is available. Good luck! Drop us a note about cool ML problems you discover in your coursework/research!

Supplemental Readings

week of April 15th (Combining classifiers): week of April 2nd (Sampling methods): week of March 19th (Graphical models):
  • A Java-based software package ideal for quick-and-easy construction and exploration of Bayes nets. (Here are some tips for use. Launch the program by going into "Classes" directory and typing "java JavaBayes". Two windows will come up. In the console window select File->Open. Navigate to Examples directory and pick dog-problem.xml or any other example network.)
  • An extensive collection of links to graphical models software packages compiled by Kevin Murphy.
week of March 10th (SVM's):
  • A widely-used (except for PA2!) implementation of SVM. Scroll down the page to play with a real-time SVM classification applet.
  • Another widely-used (but also not eligibile for PA2) SVM implementation.
  • An advanced SVM tutorial by Chris Burges.
week of March 3rd (Kernels, Gaussian Processes):
  • Gaussian Process basics videolecture presented by DavidMacKay.
  • A Gaussian Processes "portal" with links to books, software, and cutting-edge research results.
week of Feb 26th (Kernels):
  • A kernels "portal" with links to books, software, and cutting-edge research results.
week of Feb 19th (Probabilistic discriminative models): week of Feb 12th (Linear models for classification):
    In Programming Assignent 1 we have explored Fisher's linear discriminant to tell apart faces from non-faces. By contrast, face recognition means attaching a unique label (e.g., Lena or Lenin) to an image of a face. A technique by P.N. Belhumer, J.P. Hespanha, and D.J. Kriegman, "Eigenfaces vs. Fisherfaces: Recognition Using Class Specific Linear Projection", cleverly uses ideas from Fisher LDA for this multi-class classification problem.
week of Jan 25th (probability review + Bayesian vs. frequentist approaches):
  • Thomas Bayes died a long time ago, but his ideas are not just the stuff of the textbooks. Why not make a pot of hot cider and curl up with a philosophically deep and mathematically rigourous treatise on Bayesian Statistics by José M. Bernardo?
  • Do u totally dig math? Then you'll like this introduction to probability by Rich Bass.
  • Can we model the entire world with only a Bayes rule? We'll ask you this question at the end of the course. But take a look at one noteworthy extension known as Dempster-Shafer theory and summarized by Glenn Shafer himself.