# Deep Learning Part 2: 2017 Edition (v1)

## Course Materials

* Blog post
  * [Cutting Edge Deep Learning for Coders: Launching Deep Learning Part 2](http://www.fast.ai/2017/07/28/deep-learning-part-two-launch/)
  * [Practical Deep Learning Part 2 - Integrating Recent Advances and Classic Machine Learning](http://www.fast.ai/2017/01/17/curriculum2/)
* [Website](http://course17.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 natual language translation.
* [Wiki](http://forums.fast.ai/c/part2)
* [Jupyter Notebook and Code](https://github.com/fastai/courses/tree/master/deeplearning2)
* [Complete Collection of Video Timelines](http://forums.fast.ai/t/part-2-complete-collection-of-video-timelines/4933)


---

# 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/2017-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.
