Course description
This course provides an introduction to statistical modeling and machine learning. Topics include learning theory, supervised and unsupervised machine learning, statistical inference and prediction. A wide variety of algorithms will be presented, including K-nearest neighbors, naive Bayes, decision trees, support vector machines, logistic regression, K-means, mixtures of Gaussians, principal components analysis, Expectation Maximization. The course will also discuss modern applications of machine learning such as image segmentation and categorization, speech recognition, and text processing.
Administrative information
- Instructor
- Lorenzo Torresani | 109 Sudikoff | office hour: Th 1:30-3:30pm
- Teaching assistant
- Wei Pan | 158 Sudikoff | office hour: M 2-4pm
- Course staff email
- cs134 -at- cs -dot- dartmouth -dot- edu
- Lectures
- T-Th 10-11:50am | x-hour (used sporadically for lectures) W 3-3:50
206 Dartmouth Hall - Lab
- Sudikoff 001: Linux machines with Matlab. This lab is used by two other courses so at peak times it may be difficult to find machines available. If you plan to use the machines in this lab, do not wait until the last minute before working on the programming part of the homeworks. As an alternative, you can use Matlab on your machine by following the instructions provided here.
- Textbook (recommended but not required)
- Christopher M. Bishop, Pattern Recognition and Machine Learning, Springer 2006
Grading and policies
Academic integrity
You may discuss the assignments with other current CS034/134 students, but your submission must be entirely your own work. That is, your code and any other solutions you submit must be created, written/typed, and documented by you alone. You may not copy anything directly from another student's work. For example, memorizing or copying onto paper a portion of someone else's solution would violate the honor code, even if you eventually turn in a different answer. Similarly, e-mailing a portion of your code to another student, or posting it on-line for them to see would violate the honor code. We do encourage discussion of assignments between students, subject to these rules.
You cannot make use of any code taken from outside references for your homeworks, unless explicitly authorized to do so by the instructor. As a rule of thumb, you should treat any external code as software written by another CS034/134 student: you are not allowed to copy it or to use it as a template to implement your solution.
You are allowed to use external software for your project. You should clearly report the use of external code and include pointers to such software in your project write-up.
These rules will be strictly enforced and any violation will be treated seriously