Jelajahi Sumber

Update deeplearning.md

zhongqiao yuan 1 tahun lalu
induk
melakukan
ac629e8c2f
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      ml/deeplearning.md

+ 5 - 0
ml/deeplearning.md

@@ -695,8 +695,13 @@ net.load_state_dict(torch.load('simplenet.pth'))
 # 五、进阶学习资源
 - **在线课程**:Coursera 上的“深度学习专项课程”,由 Andrew Ng 教授讲授,涵盖深度学习的基础知识和实践。
 - **书籍**:《Deep Learning》(深度学习),由 Ian Goodfellow 等人编写,是深度学习领域的经典著作。
+
+   [DeepLearning 深度学习的图书](http://deep.gitpp.com/chap1.html)
+   
 - **论文**:在 arXiv 和顶级会议(如 NeurIPS、ICML、ICLR)上阅读最新的深度学习论文,了解前沿研究。
 
+
+
 # 最好的学习就是干项目
 
 ## 实例