Programming Assignments
There will be four programming assignments over the course of the semester.
- The introductory programming assignment - Learn python while implementing Allen's interval logic.
- Second programming project: a propositional logic theorem prover in prolog. Due Monday, Oct. 29, at 11:59 pm.
- Third programming project: Classify politicians into political parties using different methods.. Due Tuesday, Nov. 20, at 11:59 PM. Please download the small training set, the large training set, and the testing data. Also, please download this version of dtree.py to use with your decision tree classifier instead of the one that comes in the recommended package.
- Fourth programming assignment: fun with POS tagging.