# Deep Dive into LLMs

- [Week 1 - Introduction](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-1-introduction.md)
- [Week 2 - Tokens & Embeddings revisted](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-2-introduction-to-transformers.md)
- [Week 3 - Introduction to Transformers](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-3-token-and-embeddings-revisited.md)
- [Week 4 - Prompt Engineering](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-4-prompt-engineering.md)
- [Chain of Thought](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-4-prompt-engineering/chain-of-thought.md)
- [TELeR: A General Taxonomy of LLM Prompts for Benchmarking Complex Tasks](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-4-prompt-engineering/framework-of-prompting-of-complex-tasks.md)
- [More techniques](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-4-prompt-engineering/more-techniques.md)
- [Week 5 - RAG and Agents](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-5-agents.md)
- [Week 6 - Model Evaluation](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-6-model-evaluation.md)
- [Week 7 - Fine-Tuning I](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-7-fine-tuning-i.md)
- [Week 8 - Fine-Tuning II and Model Inference](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-8-fine-tuning-ii.md)
- [Week 9 - Advisory Session](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-9-advisory-session.md)
- [Week 10 - Project Presentations](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-dive-into-llms/week-10-project-presentations.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/archive/deep-dive-into-llms.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.
