# Deep Learning Part 2: Cutting Edge Deep Learning for Coders

- [Deep Learning Part 2: 2017 Edition (v1)](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2017-edition.md)
- [Lesson 8 - Artistic Style](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2017-edition/lesson-8-artistic-style.md)
- [Lesson 9 - Generative Models](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2017-edition/lesson-9-generative-models.md)
- [Lesson 10 - Multi-modal & GANs](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2017-edition/lesson-10-multi-modal-and-gans.md)
- [Lesson 11 - Memory Networks](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2017-edition/lesson-11-memory-networks.md)
- [Lesson 12 - Attentional Models](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2017-edition/lesson-12-attentional-models.md)
- [Lesson 13 - Neural Translation](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2017-edition/lesson-13-neural-translation.md)
- [Lesson 14 - Time Series & Segmentation](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2017-edition/lesson-14-time-series-and-segmentation.md)
- [Deep Learning Part 2: 2018 Edition (v2)](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2018-edition.md)
- [Lesson 8 - Object Detection](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2018-edition/lesson-8-object-detection.md)
- [Lesson 9 - Single Shot Multibox Detector (SSD)](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2018-edition/lesson-9-multi-object-detection.md)
- [Lesson 10 - Transfer Learning for NLP and NLP Classification](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2018-edition/lesson-10-transfer-learning-nlp.md)
- [Lesson 11 - Neural Translation; Multi-modal Learning](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2018-edition/lesson-11-neural-translation.md)
- [Lesson 12 - DarkNet; Generative Adversarial Networks (GANs)](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2018-edition/lesson-12-gan.md)
- [Lesson 13 - Image Enhancement; Style Transfer; Data Ethics](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2018-edition/lesson-13-image-enhancement.md)
- [Lesson 14 - Super Resolution; Image Segmentation with U-Net](https://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders/2018-edition/lesson-14-image-segmentation.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://cedrickchee.gitbook.io/knowledge/courses/fast.ai/deep-learning-part-2-cutting-edge-deep-learning-for-coders.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.
