# Applied Machine Learning

- [Requirements for a Certificate of Achievement or ECTS](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/requirements-for-a-certificate-of-achievement-or-ects.md)
- [Preparation](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/preparation.md)
- [Week 1 - General Introduction](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-1.md)
- [Week 2 - Introduction to PyTorch](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-2.md)
- [Week 3 - Data Management and Neural Network Components](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-3.md)
- [Week 4 - Working with Text Using Hugging Face](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-4-convolutional-neural-networks-part-i.md)
- [Week 5 - Project Feedback Session](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-6-project-feedback-session.md)
- [Week 6 - Hyperparameter Optimization](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-5-convolutional-neural-networks-part-ii.md)
- [Week 7 - Working with Images using TorchVision](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-6-natural-language-processing-part-i.md)
- [Week 8 - Efficient Training Pipelines](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-7-natural-language-processing-part-ii.md)
- [Week9 - Project Work](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week9-project-feedback-session.md)
- [Week 10 - Transformers for NLP](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-8-sequences-time-series-and-prediction-part-i.md)
- [Week 11 & 12 - Presentation of the Final Projects](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow/week-11-presentation-of-the-final-projects.md)


---

# 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://opencampus.gitbook.io/opencampus-machine-learning-program/courses/machine-learning-with-tensorflow.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.
