# Deep Learning Part 2: 2018 Edition (v2)

## Course Materials

* [Blog post](http://www.fast.ai/2018/05/07/part2-launch/)
* [Website](http://course.fast.ai/part2.html)

  You'll learn the latest developments in deep learning, how to read and implement new academic papers, and how to solve challenging end-to-end problems such as natural language translation. You'll develop a deep understanding of neural network foundations, the most important recent advances in the fields, and how to implement them in the [world's fastest deep learning libraries](http://www.fast.ai/2018/04/30/dawnbench-fastai/), fastai and PyTorch.
* [Wiki](http://forums.fast.ai/c/part2-v2)
* [Jupyter Notebook and Code](https://github.com/fastai/fastai/tree/master/courses/dl2)

## Lessons Cover

Many topics, including:

* multi-object detection with SSD and YOLOv3
* how to read academic papers
* customizing a pre-trained model with a custom head
* more complex data augmentation (for coordinate variables, per-pixel classification, etc)
* NLP transfer learning
* handling very large (billion+ token) text corpuses with the new fastai.text library
* running and interpreting ablation studies
* state of the art NLP classification
* multi-modal learning
* multi-task learning
* bidirectional LSTM with attention for seq2seq
* neural translation
* customizing resnet architectures
* GANs, WGAN, and CycleGAN
* data ethics
* super resolution
* image segmentation with U-Net


---

# 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/2018-edition.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.
