> For the complete documentation index, see [llms.txt](https://porter.gitbook.io/deep-learning-series/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://porter.gitbook.io/deep-learning-series/master.md).

# 深耕系列之深度学习笔记

$$These$$ articles, Editing by Porter, Focus on DQN, are basically some Learnning notes about study skills and so on.

$$Welcome$$ to my website! If this is your very first visit. Check [my home page of gitbook](https://porter.gitbook.io/deep-learning-series/) or [My other site: IODT](http://index.porterpan.top/) for more info. If you get any problems when reading, you can find the answer in [google](https://www.google.com) or you can ask me on ![Twitter](/files/-LW_DI40e3vD7MSnzDQM) :[by @zf\_pertor](https://twitter.com/zf_pertor?lang=en) or you can contact me by $$Email$$: <porterpan@163.com>.

* [x] Edit By Porter, 积水成渊,蛟龙生焉。

**State:**

$$This$$ website is my notes mainly about that summary of DQN from other document or books. There are many content may be inappropriate, Please check if it have any value to you to reference or cite.

$$Here$$ recommend you some excellent academic resources websites：

* \[1] [paper Weekly](http://www.paperweekly.site/rank) ,The website has a lot of excellent academic papers recently, for reading reviews and communication and so on.
* \[2] [arXiv.org](https://arxiv.org/) ， The website has a lot of excellent academic papers recently，Excellent academic library.
* \[3] [小木虫](http://muchong.com/bbs/) ,Academic communication BBS.
* [ilsvrc+coco2016](http://image-net.org/challenges/ilsvrc+coco2016) 可以查看各个大咖，然后了解他们最近研究的东西

参考资料网站：

* [Qt5在线帮助](http://doc.qt.io/qt-5/qboxlayout.html)

updating......


---

# 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, and the optional `goal` query parameter:

```
GET https://porter.gitbook.io/deep-learning-series/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
