Merge pull request #108 from fanyang1997/develop

add books for deep learning and software engineering
This commit is contained in:
flyingpig 2022-03-27 20:28:18 +08:00 committed by GitHub
commit d0758fe263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -50,3 +50,7 @@
- [Monte Carlo theory, methods and examples](https://artowen.su.domains/mc/)
## 深度学习
- [动手学深度学习](http://tangshusen.me/Dive-into-DL-PyTorch/#/)
- [Speech and Language Processing](https://web.stanford.edu/~jurafsky/slp3/)
- [神经网络与深度学习](https://nndl.github.io/)
## 软件工程
- [Software Engineering at Google](https://abseil.io/resources/swe_at_google.2.pdf)