开课啦

深度学习

https://github.com/ShusenTang/Dive-into-DL-PyTorch/blob/master/docs/chapter03_DL-basics/3.1_linear-regression.md

pytorch

https://github.com/hunkim/PyTorchZeroToAll

深度学习如何入门?

https://www.zhihu.com/question/26006703

推荐学习资料

完整播放列表:http://3b1b.co/neural-networks

想学到更多的话,我强烈推荐Michael Nielsen介绍神经网络和深度学习的书:https://goo.gl/Zmczdy

这本书有两点很好。首先它免费,所以如果你从中受益的话,可以像我一样赞助Nielsen。其次,它着重讲解了许多可供下载的代码和数据,其中就包括我在这个视频里举的例子。主动学***!
https://github.com/mnielsen/neural-networks-and-deep-learning

我同样很推荐Chris Olah的博客:http://colah.github.io/

想看更多视频的话,Welch Labs也有许多不错的机器学习视频系列:
https://youtu.be/i8D90DkCLhI
https://youtu.be/bxe2T-V8XRs

想学得再深一些的话,可以看看Goodfellow, Bengio, Courville合著的课本"Deep Learning"。

此外,Distill的文章写得也很精彩:https://distill.pub/

原文地址:https://www.cnblogs.com/haiyang21/p/11599514.html