> 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/archive/deep-learning-for-computer-vision/week-9-sequence-models-and-attention-mechanism.md).

# Week 9 - Art Generation with Neural Style Transfer

## This week you will..

* Discuss about neural network and art generation
* Discuss about cost functions

## Learning Resources

{% embed url="<https://github.com/lucidrains/deep-daze>" %}
A super cool command tool to let network "imagine" stuff
{% endembed %}

{% embed url="<https://github.com/lucidrains/DALLE-pytorch>" %}
An attempt of creating an open source version of DALL-E
{% endembed %}

{% embed url="<https://github.com/Mnpr/Art-Generation-GANs>" %}
Project from a participant of the last semester
{% endembed %}

### Check out Phil Wang's Repositories for more cool projects:

{% embed url="<https://github.com/lucidrains>" %}

## Until next week you should

* Work on your project - no fixed homework this week!


---

# 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:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/deep-learning-for-computer-vision/week-9-sequence-models-and-attention-mechanism.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.
