add books

This commit is contained in:
fanyang1997 2022-03-27 22:23:20 +08:00
parent d0758fe263
commit a9e2aeaacd
1 changed files with 4 additions and 1 deletions

View File

@ -52,5 +52,8 @@
- [动手学深度学习](http://tangshusen.me/Dive-into-DL-PyTorch/#/) - [动手学深度学习](http://tangshusen.me/Dive-into-DL-PyTorch/#/)
- [Speech and Language Processing](https://web.stanford.edu/~jurafsky/slp3/) - [Speech and Language Processing](https://web.stanford.edu/~jurafsky/slp3/)
- [神经网络与深度学习](https://nndl.github.io/) - [神经网络与深度学习](https://nndl.github.io/)
- [简单粗暴 TensorFlow 2](https://tf.wiki/)
## 软件工程 ## 软件工程
- [Software Engineering at Google](https://abseil.io/resources/swe_at_google.2.pdf) - [Software Engineering at Google](https://abseil.io/resources/swe_at_google.2.pdf)
## 面试
- Cracking The Coding Interview