# Cousera Videos

Sequence-to-Sequence Encoder and Decoder

{% embed url="<https://drive.google.com/file/d/1pXe14F1dx7BFcczgZtxIrbOu61g0KCu-/view?usp=drive_link>" %}
Attention-Based Sequence Encoder
{% endembed %}

{% embed url="<https://drive.google.com/file/d/1xKPrNEqR_1VzHjAg9CIuR6rUBtVrksVm/view?usp=drive_link>" %}
Coupling the Sequence Encoder and Decoder
{% endembed %}

{% embed url="<https://drive.google.com/file/d/1M_yM0LxFYxANtjFwimBXG1iRKHkAyCol/view?usp=sharing>" %}
Cross Attention In the Sequence-to-Sequence Model
{% endembed %}

The Transformer Network

{% embed url="<https://drive.google.com/file/d/1gNGEpZytwuWX1ahNSYDP7zE2uWOUxDVQ/view?usp=sharing>" %}
Multi-Head Attention
{% endembed %}

{% embed url="<https://drive.google.com/file/d/1tbP-3zyhuAmm_O4-S3CJsRgJm1nTMJ_o/view?usp=sharing>" %}
The complete Transformer Network
{% endembed %}


---

# 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/intermediate-machine-learning/week-6/cousera-videos.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.
