CS260 Final Project Presentation and Deliverables

Presentation Dates: in-class Tuesday December 7 and Thursday December 9

Slides, Code, Lab Notebook due: Friday December 17 at 12pm


Overview

The main deliverable for the final project is the presentation. I chose a presentation over a paper since I think presentation is an important skill that needs more emphasis across the curriculum. This is an opportunity to practice presenting and receiving feedback. I also wanted everyone in the class to be able to see the other projects, which doesn’t always happen with final papers.

In addition to the presentation, you should also submit (on git):

During the presentations everyone will fill out a paper feedback form (which will count toward your participation grade). Later on I will anonymize this feedback and send it to each group.

I’ll go through each of these pieces below. When thinking about what to include in your git repo, keep a reproducibility perspective in mind. From your lab notebook, references, code, and slides, I should be able to reproduce your project and results exactly.

Presentation

Each group will have 10 minutes total to present (so aim for 8-9 minutes + time for questions and transition to the next group). Prof. Farias will keep time and will have to move onto the next group if you go over. The best way to make sure you are hitting the right time is to practice.

To make transitions easier, please EMAIL Prof. Farias your slides by midnight the night before your presentation. They must be in PDF format! That way we can use the same computer for all presentations. The presentations will be recorded so I can review them later.

In terms of presentation content, you should (very briefly) include all the main components you mentioned in your proposal, as well as future work:

  1. Motivation and Scientific Question

Introduce your topic and goal in a creative or visual way. Whenever you give a presentation, there will be those in the audience less interested in the topic than you are, who might question the “point” of your topic or thesis. Give them a reason to pay attention. Often this involves placing your topic in a larger context, using an image the audience can relate to, telling a personal story, or posing a question you’ll answer later in the talk.

  1. Data and Methods

Briefly explain your dataset and chosen methods. Try to pick one detail or aspect that you found interesting or challenging. If you are using methods we’ve talked about in class, you could expand on how you prepared the data. (Make sure to include details about the features/labels.) If you are implementing or using a new method, tie it to our class material and then explain how it is different or novel. Overall, try to briefly give the project a narrative; explain your thought-process throughout the project.

  1. Results and Interpretation

Display your results in a visual way. Negative results are results too, and can definitely be included. How did you evaluate and interpret your results? If they did not match your expectations, what might be going on?

  1. Conclusions and Future Work

In a few words, what were your main takeaways from the project? What would you do if you had 6 months to work on this project instead of a few weeks? What aspects would you change or extend further?

General guidelines and requirements:

Lab Notebook

See the Proposal page for details about the lab notebook (at the end). In addition to keeping track of what you have done so far, also include a list of references at the end. This should include anything that you made use of - papers, datasets, external software. The format of the references is also described in the Proposal. It is also okay if you only need to reference your data. Think about the standard of reproducibility when creating your lab notebook.

Project Code

Except for external software, include all code that was necessary to obtain your final results. Keep your code organized and commented. You can include some small example datasets, but avoid putting large data files on git since this can cause problems. Err on the side of including more results though (output files, figures, etc).

Presentation Slides

Make sure to put your presentation slides on git (we’ll have them over email as well, but just to make sure everything is in the same place).

Paper Feedback Forms

During the presentations everyone will fill out feedback forms for all the other groups. This will consist of two short questions:

  1. What aspects of the presentation were particularly interesting, effective, or well-done?
  2. What aspects of the presentation were ineffective, confusing, or could be improved?