> For the complete documentation index, see [llms.txt](https://opencampus.gitbook.io/opencampus-machine-learning-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-6-project-feedback-session.md).

# Week 5 - Project Feedback Session

### This week you will...

* get individual feedback on your project idea from one of the instructors

{% hint style="warning" %}
**Make sure you complete the first milestone, that is the&#x20;*****literature review and descriptive statistics*****, on the Sunday after the feedback session!**\
\
**Follow the instructions given in the template repository and share the link to your project repository in the Google Sheet including the current list of projects, so we can review you completions there.**
{% endhint %}

####

### Until next week you should...

* Complete [Module 1: Hyperparameter Optimization](https://learn.deeplearning.ai/specializations/pytorch-for-deep-learning-professional-certificate/lesson/oppq8g/a-conversation-between-laurence-moroney-and-andrew-ng) of Course 2 (PyTorch: Techniques and Ecosystem Tools)
* Complete this [assignment notebook](https://colab.research.google.com/github/opencampus-sh/course-material/blob/main/applied-machine-learning/week-04/Week4_Notebook1_CIFAR-10.ipynb)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-6-project-feedback-session.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
