# Final Project Presentation Requirements

You must prepare a 10-minute presentation for your final project, with an additional 2 minutes expected for questions.&#x20;

While there are no exact requirements for the presentation, your presentation should include the following:

1. Introduce your problem:&#x20;
   1. What is the problem you are trying to solve?&#x20;
   2. What are the current solutions (if any) for the problem?&#x20;
   3. Why is a deep learning model a good choice for your problem?
2. Technical analysis of the problem
   1. How did you approach solving the problem using deep learning?
   2. Which loss function did you use?
   3. What are some key DL choices/decisions you had to make?&#x20;
   4. If you encountered problems, what did you do to solve them?
   5. How can you relate the problem to what you learned in class?
3. &#x20;Results / Future Work
   1. Show your results/improvements from the known model or comparison&#x20;
   2. How did you measure success? Why did you measure it that way?&#x20;
   3. What are some ways you believe could improve in the future?

You should expect similar/related questions during the questioning phase. You will be graded on the clarity and technical depth of your presentation and responses to the questions.&#x20;

We specifically look for:\
\- Did the student understand the problem they were tackling?\
\- Did they make an informed decision about their approach to the solution?\
\- Do they understand the specific details of their implementation?&#x20;

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://szaman.gitbook.io/intro-to-deep-learning/summer-2025-course-details/final-project-presentation-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
