Skip to content

Latest commit

 

History

History
63 lines (57 loc) · 2.18 KB

schedule.md

File metadata and controls

63 lines (57 loc) · 2.18 KB
layout title
default
Schedule & Material

Links to the course material will be provided in the schedule below after each class. You may want to have a look at the previous edition of the course for reference.

Reading material

  • Daniel Jurafsky and James H. Martin (2009) Speech and Language Processing: An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition. Pearson Prentice Hall, second edition (JM) chapters from 3rd edition draft (JM3)
  • Trevor Hastie, Robert Tibshirani, and Jerome Friedman (2009), The Elements of Statistical Learning: Data Mining, Inference, and Prediction. Springer-Verlag, second edition. (HTF) available online

The course schedule

{% for week in site.data.schedule %} {% for date in week.dates %} {% endfor %} {% endfor %}
Week Monday Wednesday Friday
{{ week.week }} {{ date[0] }}
{% if date[1].topic %} {{ date[1].topic }}  {% else %} No class {% endif %} {% if date[1].links %}
[{% for link in date[1].links %}{{ link[0] }}{% unless forloop.last %}, {% endunless %}{% endfor %}] {% endif %} {% if date[1].reading %}
Reading: {{ date[1].reading }} {% endif %}