CS 5043: HW1

Assignment notes:

Part 1: Pipelines

Do one of the following:

1A Implement a pipeline component that repairs unknown data in a time-series using interpolation.

1B We talked in class about our desire to be able to have a "split" in a pipeline to avoid multiple executions of the early stages of the pipeline. Implement a Pipeline splitter (and, perhaps a corresponding Combiner). For either 1A and 1B, submit a Jupyter notebook and the corresponding pdf that shows the code and a documented set of test cases. These tests should be convincing.


Part 2: Classifiers

The sippc_action column of the baby data files indicates time periods during which the robot is producing an extended action in response to something that the infant has done. This is an enumerated data type. The codes are:

Our task is to construct a classifier that distinguishes the kinematic conditions for force-based events from those of gesture-based events. Specifically, we will use samples from the time-series at the initiation of a force-based response as the set of positive examples and the samples at the initiation of a gesture-based response as the set of negative examples. All other samples will be discarded from the data set. Our classifier will distinguish these two categories as a function of the positions and velocities contained in the data set.

Notes:

What to hand-in:


andrewhfagg -- gmail.com

Last modified: Wed Jan 31 02:19:49 2018