Merge branch 'master' into patch-1

This commit is contained in:
scutan90 2018-10-23 16:22:40 +08:00 committed by GitHub
commit c9e7432016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 8 deletions

View File

@ -6,15 +6,23 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
请尊重作者的知识产权,版权所有,翻版必究。 2018.6.27 Tan
寻求有愿意继续完善的朋友、编辑、写手,合作出书;
如有意合作完善出书成为共同作者请联系scutjy2015@163.com
加微信Tantan_weixin88
2018.10.23 Tan
##############################################################
第一章 数学基础 1
# 第一章 数学基础 1
第二章 机器学习基础 14
# 第二章 机器学习基础 14
2.1 各种常见算法图示 14
- 2.1 各种常见算法图示 14
2.2监督学习、非监督学习、半监督学习、弱监督学习? 15
- 2.2监督学习、非监督学习、半监督学习、弱监督学习? 15
2.3 监督学习有哪些步骤 16
@ -554,6 +562,7 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
5.28 简述卷积神经网络进化史 216
第六章 循环神经网络(RNN) 218
6.1 RNNs和FNNs有什么区别 218
@ -582,6 +591,7 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
6.6.7 Clockwork RNNs(CW-RNNs) 225
第七章 目标检测 228
7.1基于候选区域的目标检测器 228
@ -632,6 +642,7 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
7.4.8 YOLOv3改进 264
第八章 图像分割 269
8.1 传统的基于CNN的分割方法缺点 269
@ -698,6 +709,7 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
8.8.4统一的框架 299
第九章 强化学习 301
9.1强化学习的主要特点? 301
@ -718,6 +730,7 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
9.9深度强化学习算法小结 307
第十章 迁移学习 309
10.1 什么是迁移学习? 309
@ -734,6 +747,7 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
10.7 端到端的深度学习优缺点? 312
第十三章 优化算法 314
13.1 CPU和GPU 的区别? 314
@ -832,6 +846,7 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
13.44提升算法性能思路 346
第十四章 超参数调整 358
14.1 调试处理 358
@ -844,6 +859,7 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
14.5 如何搜索超参数? 359
第十五章 正则化 361
15.1 什么是正则化? 361
@ -872,5 +888,6 @@ You can use the [editor on GitHub](https://github.com/scutan90/DeepLearning-500-
15.12 其他正则化方法? 364
参考文献 366

View File

@ -1,7 +1,7 @@
目录 2
第一章 数学基础 1
1.1标量、向量、张量之间的联系 1
1.2张量与矩阵的区别? 1
# 目录 2
## 第一章 数学基础 1
- 1.1标量、向量、张量之间的联系 1
- 1.2张量与矩阵的区别? 1
1.3矩阵和向量相乘结果 1
1.4向量和矩阵的范数归纳 1
1.5如何判断一个矩阵为正定? 2