# Course Syllabus and Timelines

By the end of this course, you will:

* Be proficient in developing LLM-based applications for production applications from day 0.
* Have a clear understanding of LLM architecture and pipeline.
* Be able to perform prompt engineering to use generative AI tools such as ChatGPT.
* Create an open-source project on a real-time stream of data or static data.

## Module Release Timelines and the Coursework:

<table data-view="cards"><thead><tr><th>Module</th><th>Topics</th></tr></thead><tbody><tr><td><strong>1 – Basics of LLMs</strong></td><td><ul><li>What is generative AI and how it's different</li><li>Understanding LLMs</li><li>Advantages and Common Industry Applications</li><li>Bonus section: Google Gemini and Multimodal LLMs</li></ul><p>---<br><br>When to learn: 21 August</p></td></tr><tr><td><strong>2 – Word Vectors</strong></td><td><ul><li>What are word vectors and word-vector relationships?</li><li>Role of context</li><li>Transforming vectors in LLM responses</li><li>Overview of Transformers Architecture</li><li>Bonus Resource: Transformers Architecture, Self-attention, Multi-head attention, and Vision Transformers</li><li>Bonus Resource: Talk on Future of LLMs by the Co-Creator of ChatGPT, Łukasz Kaiser</li></ul><p>---<br><br>When to learn: 21-25 Aug</p><p></p><p>Quiz Releasing on: 25 Aug (Revised)</p></td></tr><tr><td><strong>3 – Prompt Engineering</strong></td><td><ul><li>Introduction and in-context learning</li><li>Best practices to follow: Few Shot Prompting and more</li><li>Token Limits</li><li>Prompt Engineering Exercise (Ungraded)</li></ul><p>--</p><p></p><p>When to learn: 25-27 Aug</p></td></tr><tr><td><strong>Refresher Module</strong></td><td><ul><li>Overview of learnings so far sent over registered email address. </li><li>Release of bootcamp keynote session(s).</li></ul><p></p><p>--</p><p></p><p>Will be sent via email to registered email IDs on 28th August</p><p></p><p>&#x3C;<a href="https://docs.google.com/forms/d/e/1FAIpQLSdGziNk0pwWbl1vfjGL973dQ-YvYBcuQCuVDOMQcVBlo7UdkA/viewform?usp=send_form">Link to register</a>></p><p></p></td></tr><tr><td><strong>4 – RAG and LLM Architecture</strong></td><td><ul><li>Introduction to RAG</li><li>LLM Architecture Used by Enterprises</li><li>RAG vs Fine-Tuning and Prompt Engineering</li><li>Key Benefits of RAG for Realtime Applications</li><li>Bonus: Similarity Search for Efficient Information Retrieval</li><li>Bonus: Use of LSH + kNN and Incremental Indexing</li><li>Bonus: Forgetting in LLMs and Stream Data Processing (archived live interactions) </li></ul><p>--<br><br>When to learn: 28-31 Aug<br><br>Quiz Releasing on: 28 Aug </p></td></tr><tr><td><strong>5 – Hands-on Development of Realtime LLM ApplicationsQu</strong></td><td><ul><li>Installing Dependencies and Pre-requisites</li><li>Building a Dropbox RAG App using open-source </li><li>Building Realtime Discounted Products Fetcher for Amazon Users</li><li>Building RAG applications with local models</li><li>Leveraging Pathway with LlamaIndex/Langchain (Bonus)</li><li>Problem Statements for Projects</li><li>Project Submission</li></ul><p>--<br><br>When to learn: 1-5 Sept</p></td></tr><tr><td><strong>6 – Project Development: Tracks and Submission</strong></td><td><p></p><ul><li>Problem Statements Release for the Projects</li><li>Window for Sharing/Reviewing Project Ideas via Discord Channel</li><li>Online Office Hours</li><li>Projects Submission</li><li>Project Feedback (after the submissions deadline)</li></ul><p>--</p><p></p><p>Module Yet to Be Released. Releasing 5th Sept</p></td></tr></tbody></table>

### Note:&#x20;

* Once the problem statements and the hands-on development module are released on the 5th September 2024, the project submissions will remain open till the **11th September 2024, 11:59 pm CEST.**
* There'll be weekly sessions to help you cover the curriculum. They'll be scheduled on Thursdays. If there's a dedicated live session beyond this, then you'll be notified beforehand.

### What are Bonus Sections/Resources?&#x20;

Throughout the bootcamp, you'll see some modules or links labeled as bonus resources. These are **not compulsory** for building a project by the end of the bootcamp or attempting the quizzes.

Nonetheless, they are relevant resources that could enhance your understanding, although they might require additional prerequisites. Depending on **your starting point** and the pace you're progressing through the bootcamp, you can explore or park these bonus materials.


---

# 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://dsg-iit-roorkee.gitbook.io/dsg-iit-roorkee-bootcamp/start-here-welcome-to-the-bootcamp/course-syllabus-and-timelines.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.
