Menu

CSE 40657/60657
Homework

There will be five homework assignments due throughout the semester. The recommended language for implementing them is Python 3. Examples, skeleton code, and solutions will use Python 3.6; however, if you prefer to use something else, you are free to.

Assignments

The following are subject to change.

HW1

Use a language model to predict the next character that the user will type. Try it with the provided text-prediction demo.

HW2

Implement a simple machine translation system and use it to translate Star Wars Episode III from the original Chinese.

HW3

Implement a syntactic parser for a virtual travel agent.

HW4

Detect named entities in Tweets.

HW5

TBD.