add DL book

This commit is contained in:
zhongyinmin
2021-12-15 14:07:05 +08:00
parent 498760732f
commit 7bc095bfd2

View File

@@ -1,7 +1,8 @@
# 好书推荐
由于本人兴趣偏向于系统方向,推荐的相关书籍也多是这个方向,因此不喜轻喷
由于版权原因,下面列举的图书中除了开源书籍提供了链接,其他的资源请大家自行通过[libgen](http://libgen.is/)查找
另外再安利一个Github顶流热门项目[free-programming-books](https://github.com/EbookFoundation/free-programming-books),收集了非常多的免费开源编程书籍。
另外由于版权原因,下面列举的图书中除了开源书籍提供了链接,其他的资源请大家自行通过[libgen](http://libgen.is/)查找。
## 系统入门
- Principles of Computer System Design: An Introduction
- Computer Systems: A Programmer's Perspective
@@ -32,4 +33,6 @@
## 数据库系统
- Database System Concepts
## 计算机图形学
- Fundamentals of Computer Graphics
- Fundamentals of Computer Graphics
## 深度学习
- [动手学深度学习](http://tangshusen.me/Dive-into-DL-PyTorch/#/)