Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
courses:cs366:schedule [2018/05/06 21:28]
ide
courses:cs366:schedule [2020/01/20 11:56] (current)
ide [Table]
Line 1: Line 1:
-==== CS 366 Spring 2018 Schedule ====+==== CS 366 Spring 2020 Schedule ====
  
  
Line 6: Line 6:
 Lecture slides in PDF are obtained by clicking on the link to the topic.// Lecture slides in PDF are obtained by clicking on the link to the topic.//
  
-//Homeworks (prefixed with "HW") are exercises that you should complete before the class labeling the row in which they appear. These will not be handed in or graded, but provide background to the lecture and it will be assumed you have completed them. The due date for each of the four large (graded) assignments (prefixed with "A") will be specified in the assignment description.//+//Homeworks (prefixed with "HW") are exercises that you should complete for the class **following** the one labeling the row in which they appear. In some cases we will begin the homework in class; therefore, it is imperative that you do the reading before the class where the homework is assigned. Homeworks will not be graded, but they must be handed in to GitHub classroom. The due date for each of the four large (graded) assignments (prefixed with "A") will be specified in the assignment description.//
  
 **Please note that this schedule is tentative and may change as the semester progresses. Please visit this page often!** **Please note that this schedule is tentative and may change as the semester progresses. Please visit this page often!**
  
  
-^ Date       ^ Topic                                                                                                                                                                              ^ Reading                                                                                                                                                                                     ^ Assignments                                                                                         ^ Supplemental materials                                                                                        || +^ Date  ^ Topic                                                                                                                                                                                   ^ Reading                                                               ^ Assignments                ^ Supplemental materials                                              ^ 
-| 1/24       | [[http://www.cs.vassar.edu/~cs366/private/lectures/intro.pdf| Introduction]] [[http://www.cs.vassar.edu/~cs366/private/lectures/intro.pptx| (PPT)]]                                | J&M Ch. 1                                                                                                                                                                                   |                                                                                                                                                                                                                   || +| 1/22  | [[http://www.cs.vassar.edu/~cs366/private/lectures/intro.pdf| Introduction]] [[http://www.cs.vassar.edu/~cs366/private/lectures/intro.pptx|(PPT)]]                                      | J&M Ch. 1                                                                                                                                                            
-| 1/29       | [[http://www.cs.vassar.edu/~cs366/private/lectures/morphology.pdf| Morphology, tokenization]] [[http://www.cs.vassar.edu/~cs366/private/lectures/morphology.pptx| (PPT)]]          | NLTK Ch. 1, J&M Ch. 2, 3.1                                                                                                                                                                                                                                                                                                                                                                                    || +| 1/27  | [[http://www.cs.vassar.edu/~cs366/private/lectures/morphology.pdf| Morphology and general text processing]][[http://www.cs.vassar.edu/~cs366/private/lectures/morphology.pptx| (PPT)]]  | NLTK Ch. 1, J&M Ch. 3 pp45-68                                        HW: Ex. 2.2, J&          [[https://www.cs.upc.edu/~padro/Unixforpoets.pdf|UNIX for Poets]]  
-| 1/31       | [[http://www.cs.vassar.edu/~cs366/private/lectures/intro-nltk.pdf| Introduction to NLTK and Python ]] [[http://www.cs.vassar.edu/~cs366/private/lectures/intro-nltk.pptx|(PPT) ]]  NLTK Ch. 3, 4                                                                                                                                                                               HW1:[[http://www.nltk.org/book/ch01.html| NLTK Ch. 1]], Ex. 4-7 /* due 2/5 */                       | [[https://docs.python.org/3/tutorial/| Python3.5 tutorial]]                                                   || +| 1/29  | [[http://www.cs.vassar.edu/~cs366/private/lectures/edit-distance.pdf| Minimum Edit Distance]][[http://www.cs.vassar.edu/~cs366/private/lectures/edit-distance.pptx| (PPT)]]             J&Ch. 3.11                                                          HWJ&Ex. 3.10 and 3.11                                                                      
-| 2/5        | [[https://www.cs.vassar.edu/~cs366/private/lectures/ngrams.pdf| ProbabilityCollocationsNgrams ]]                                                                                | J&M Ch. 4, NLTK Ch. 2                                                                                                                                                                       [[https://www.cs.vassar.edu/~cs366/private/assignments/assn01.pdfA1]] [[https://www.cs.vassar.edu/~cs366/private/solutions/assn01S1]][[https://www.cs.vassar.edu/~cs366/private/assignments/hw02.pdfHW2]]                              |                                                                                                               || +| 2/3   | [[http://www.cs.vassar.edu/~cs366/private/lectures/ngrams.pdf|Language modelsprobabilistic approachesn-grams]]                                                                      | J&M Ch. 4 (through 4.5.2), NLTK Ch. 2                                                                                                                                | 
-| 2/12       | [[http://www.cs.vassar.edu/~cs366/private/lectures/machine-learning.pdf|Machine Learning]]                                                                                        | [[https://web.stanford.edu/~jurafsky/slp3/6.pdf|J&M, Ch. 6 (3rd ed.)]], NLTK Ch. 6                                                                                                                                                                                                           |                                                                                                               || +| 2/5   Ngram models, smoothing, discounting                                                                                                                                                    | J&M Ch4.5-4.9, 4.12                                                                                                                                                
-| 2/19       | [[http://www.cs.vassar.edu/~cs366/private/lectures/weka.pdf| Weka overview]]|[[http://www.cs.vassar.edu/~cs366/docs/Data-Mining-Weka.pdf|Data Mining, Ch. 11.1-4, 11.6-8]]|[[https://www.cs.vassar.edu/~cs366/private/assignments/assn02.pdf| A2]][[https://www.cs.vassar.edu/~cs366/private/solutions/assn02S2]]|[[http://www.cs.vassar.edu/~cs366/docs/weka-tutorial-full.pdf|Weka Tutorial]] [[http://www.cs.vassar.edu/~cs366/docs/WekaManual-3-9-2.pdf|Weka Manual]] ||                                                                                                     +| 2/10  | Naive Bayes and Text Classification                                                                                                                                                     | [[http://web.stanford.edu/~jurafsky/slp3/4.pdf|J&M (3edChapter 4]]                                                                                                 
-| 2/21       [[http://www.cs.vassar.edu/~cs366/private/lectures/maximum-entropy.pdf Logistic Regression (Maximum Entropy)]]                                                                                                    | [[https://web.stanford.edu/~jurafsky/slp3/7.pdf|J&M ch.7 (3rd ed.)]]  |                                                                                                                                                                                                                   || +| 2/12  | [[http://www.cs.vassar.edu/~cs366/private/lectures/ngrams.pdf|Language models, probabilistic approaches, n-grams]]                                                                      J&M Ch4 (through 4.5.2)NLTK Ch. 2                                                             [[https://www.cs.upc.edu/~padro/Unixforpoets.pdf|UNIX for Poets]]  | 
-| 2/26       | [[http://www.cs.vassar.edu/~cs366/private/lectures/sentiment-analysis.pdf|Sentiment Analysis]]                                                                                     | [[https://web.stanford.edu/~jurafsky/slp3/6.pdf|J&M ch. 6 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/18.pdf|J&M ch. 18 (3rd ed.)]] [[http://www.cs.vassar.edu/~cs366/docs/NLP-handbook-sentiment-analysis.pdf| R1]]                         | /*                       [[http://www.cs.vassar.edu/~cs366/private/assignments/assn02.pdf|A2]]  */  | /*[[http://www.cs.vassar.edu/~cs366/private/lectures/sentiment-analysis-assignment.pdf|A2 supplement]]*/      |+2/17  | [[http://www.cs.vassar.edu/~cs366/private/lectures/intro-nltk.pdf| Introduction to NLTK and Python ]] [[http://www.cs.vassar.edu/~cs366/private/lectures/intro-nltk.pptx|(PPT) ]]       | NLTK Ch. 3, 4, 5                                                      |                            | [[https://docs.python.org/3/tutorial/| Python3 tutorial]]           | 
-| 3/5        | [[http://www.cs.vassar.edu/~cs366/private/lectures/information-extraction.pdf|Information extraction, named entity recognition]]                                                  | [[https://web.stanford.edu/~jurafsky/slp3/21.pdf|J&M Ch. 21, 3rd edition]]|[[http://www.cs.vassar.edu/~cs366/private/assignments/assn03.pdf|A3]] [[https://www.cs.vassar.edu/~cs366/private/solutions/assn03| S3]]|+| 2/19  TBA                                                                                                                                                                                                                                                                                                                                                          
 +s366/private/lectures/sentiment-analysis.pdf|Sentiment Analysis]]                                                                                     | [[https://web.stanford.edu/~jurafsky/slp3/6.pdf|J&M ch. 6 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/18.pdf|J&M ch. 18 (3rd ed.)]] [[http://www.cs.vassar.edu/~cs366/docs/NLP-handbook-sentiment-analysis.pdf| R1]]                         | /*                       [[http://www.cs.vassar.edu/~cs366/private/assignments/assn02.pdf|A2]]  */  | /*[[http://www.cs.vassar.edu/~cs366/private/lectures/sentiment-analysis-assignment.pdf|A2 supplement]]*/      | 
 +| 3/5        | [[http://www.cs.vassar.edu/~cs366/private/lectures/information-extraction.pdf|Information extraction, named entity recognition]]                                                  | [[https://web.stanford.edu/~jurafsky/slp3/21.pdf|J&M Ch. 21, 3rd edition]] 
 +/* [[http://www.cs.vassar.edu/~cs366/private/assignments/assn03.pdf|A3]] [[https://www.cs.vassar.edu/~cs366/private/solutions/assn03| S3]] */ |
 ||                                                                                                                                                                                    ||                                                                                                                                                                                   
-| 3/26       | [[http://www.cs.vassar.edu/~cs366/private/lectures/pos-tagging.pdf|Part of Speech Tagging, HMMs ]]                                                                                 | [[https://web.stanford.edu/~jurafsky/slp3/9.pdf|J&M Ch. 9 (3rd ed.)]],[[https://web.stanford.edu/~jurafsky/slp3/10.pdf|J&M Ch. 10 (3rd ed.)]], NLTK Ch. 5                                                                                                                                                                    |[[https://www.cs.vassar.edu/~cs366/private/assignments/hw03-viterbi.pdf| HW3]]                                                                                                     | [[http://www.cs.vassar.edu/~cs366/private/lectures/forward-viterbi-handout.pdf|Viterbi handout]] [[http://www.cs.vassar.edu/~cs366/private/assignments/project-proposal.pdf| Project proposal guidelines]]             |+| 3/26       | [[http://www.cs.vassar.edu/~cs366/private/lectures/pos-tagging.pdf|Part of Speech Tagging, HMMs ]]                                                                                 | [[https://web.stanford.edu/~jurafsky/slp3/9.pdf|J&M Ch. 9 (3rd ed.)]],[[https://web.stanford.edu/~jurafsky/slp3/10.pdf|J&M Ch. 10 (3rd ed.)]], NLTK Ch. 5                                                                                                                                                                    | /* [[https://www.cs.vassar.edu/~cs366/private/assignments/hw03-viterbi.pdf| HW3]] */                                                                                                    | [[http://www.cs.vassar.edu/~cs366/private/lectures/forward-viterbi-handout.pdf|Viterbi handout]] [[http://www.cs.vassar.edu/~cs366/private/assignments/project-proposal.pdf| Project proposal guidelines]]             | 
-| 4/2        | [[http://www.cs.vassar.edu/~cs366/private/lectures/lexical-semantics.pdf|Lexical Semantics, word sense disambiguation]]                                                      | [[https://web.stanford.edu/~jurafsky/slp3/15.pdf|J&M ch. 15 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/16.pdf|J&M ch. 16 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/17.pdf|J&M ch. 17 (3rd ed.)]]                                                                                                                                                                            | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/assn03.pdf| A3]]   */                      | /* [[http://www.cs.vassar.edu/~cs366/private/lectures/assn03-notes.pdf| A3 supplement]]   */                  |+| 4/2        | [[http://www.cs.vassar.edu/~cs366/private/lectures/lexical-semantics.pdf|Lexical Semantics, word sense disambiguation]]                                                      | [[https://web.stanford.edu/~jurafsky/slp3/15.pdf|J&M ch. 15 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/16.pdf|J&M ch. 16 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/17.pdf|J&M ch. 17 (3rd ed.)]]                                                                                                                                                                            | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/assn03.pdf| A3]]   */                      | /* [[http://www.cs.vassar.edu/~cs366/private/lectures/assn03-notes.pdf| A3 supplement]]   */                  | 
-| 4/9        | [[http://www.cs.vassar.edu/~cs366/private/lectures/vector-semantics.pdf|Vector semantics]]        [[http://www.cs.vassar.edu/~cs366/private/lectures/neural-nets.pdf|Neural nets ]]                                                                                                          | [[https://web.stanford.edu/~jurafsky/slp3/8.pdf|J&M Ch. 8 (3rd ed.)]]                                                                                                                                                             | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/assn04.pdf| A4]]  */                            |+| 4/9        | [[http://www.cs.vassar.edu/~cs366/private/lectures/vector-semantics.pdf|Vector semantics]]        [[http://www.cs.vassar.edu/~cs366/private/lectures/neural-nets.pdf|Neural nets ]]                                                                                                          | [[https://web.stanford.edu/~jurafsky/slp3/8.pdf|J&M Ch. 8 (3rd ed.)]]                                                                                                                                                             | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/assn04.pdf| A4]]  */                            | 
-| 4/16       | [[http://www.cs.vassar.edu/~cs366/private/lectures/parsing.pdf|Parsing ]]                                                                                                          | [[https://web.stanford.edu/~jurafsky/slp3/12.pdf|J&M Ch. 12 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/13.pdf|J&M Ch. 13 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/14.pdf|J&M Ch. 14 (3rd ed.)]]; NLTK Ch. 8                                                                                                                                                                                |[[http://www.cs.vassar.edu/~cs366/private/assignments/exercise.pdf| In-class exercise]][[http://www.cs.vassar.edu/~cs366/code/exercise.py|Python code]] [[http://www.cs.vassar.edu/~cs366/data/word2vec_models/wordsim353.tsv| Similarity data]]                                                                                                                |                                                                                                               |+| 4/16       | [[http://www.cs.vassar.edu/~cs366/private/lectures/parsing.pdf|Parsing ]]                                                                                                          | [[https://web.stanford.edu/~jurafsky/slp3/12.pdf|J&M Ch. 12 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/13.pdf|J&M Ch. 13 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/14.pdf|J&M Ch. 14 (3rd ed.)]]; NLTK Ch. 8                                                                                                                                                                                | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/exercise.pdf| In-class exercise]][[http://www.cs.vassar.edu/~cs366/code/exercise.py|Python code]] [[http://www.cs.vassar.edu/~cs366/data/word2vec_models/wordsim353.tsv| Similarity data]] */                                                                                                               |                                                                                                               | 
-| 4/23       | [[http://www.cs.vassar.edu/~cs366/private/lectures/discourse.pdf|Discourse ]]                                                                                  | J&M Ch. 21                                                                                                                                                                             | [[http://www.cs.vassar.edu/~cs366/private/assignments/mt-exercise.pdf| In-class exercise]]                                                                                                    |                                                                                                               |+| 4/23       | [[http://www.cs.vassar.edu/~cs366/private/lectures/discourse.pdf|Discourse ]]                                                                                  | J&M Ch. 21                                                                                                                                                                             /* [[http://www.cs.vassar.edu/~cs366/private/assignments/mt-exercise.pdf| In-class exercise]] */                                                                                                                                                                                                                  | 
-| 4/30  | Project presentations: Shashaty, Bae, Schnarr, Ewing, Caletti                                                                                                                                                              | [[http://www.cs.vassar.edu/~cs366/private/assignments/presentation-template.pdf| Presentation outline]]                                                                                                                                                                                            |                                                                                                                                                                                                                   |+| 4/30  | Project presentations                                                                                                                                                            | [[http://www.cs.vassar.edu/~cs366/private/assignments/presentation-template.pdf| Presentation outline]]                                                                                                                                                                                            |                                                                                                                                                                                                                   | 
-| 5/2  | Project presentations: Witteman, Jin, Housen, Chenmei, Berlstein/Schwartz, Horowitz, Yang                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |+| 5/2  | Project presentations                                                                                                                                                              |                                                                                                                                                                                                                                                                                                                                                                                                               | 
-| 5/15  | Poster session, 3-5PM Olmsted Atrium                                                                                                                                                              | [[http://www.cs.vassar.edu/~cs366/private/assignments/poster-template.pptx| Poster template (PPT)]][[http://www.cs.vassar.edu/~cs366/private/assignments/poster-contents.pdf| Poster contents]]                                                                                                                                                                                                                                                                                                                                                                                                             ||+| 5/15  | Poster session, 3-5PM Olmsted Atrium                                                                                                                                                              | [[http://www.cs.vassar.edu/~cs366/private/assignments/poster-template.pptx| Poster template (PPT)]][[http://www.cs.vassar.edu/~cs366/private/assignments/poster-contents.pdf| Poster contents]]                                                                                                                                                                                                                                                                                                                                                                                                             |