# Machine Learning 学习资料 ## 书籍 - [MIT Deep Learning Book](https://github.com/janishar/mit-deep-learning-book-pdf) ## 视频 - [(强推|双字)2022吴恩达机器学习Deeplearning.ai课程](https://www.bilibili.com/video/BV1Pa411X76s?p=1) ## 文章 ### RNN & LSTM & GRU - [Illustrated Guide to Recurrent Neural Networks](https://medium.com/towards-data-science/illustrated-guide-to-recurrent-neural-networks-79e5eb8049c9) - [Illustrated Guide to LSTM’s and GRU’s: A step by step explanation](https://medium.com/towards-data-science/illustrated-guide-to-lstms-and-gru-s-a-step-by-step-explanation-44e9eb85bf21) ### RL - [A Painless Q-learning Tutorial (一个 Q-learning 算法的简明教程)](https://blog.csdn.net/itplus/article/details/9361915)