README.md 1.5 KB
Newer Older
W
1  
wizardforcel 已提交
1 2 3 4
# 数据科学和人工智能技术笔记

> 作者:[Chris Albon](https://chrisalbon.com/)
> 
W
wizardforcel 已提交
5
> 译者:[飞龙](https://github.com/wizardforcel)
W
1  
wizardforcel 已提交
6 7 8
> 
> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)
> 
W
wizardforcel 已提交
9
> 两种方法可以编写无错误的程序;只有第三种方法有效——艾伦·J·佩利
W
1  
wizardforcel 已提交
10 11 12 13

+   [ApacheCN 机器学习交流群 629470233](http://shang.qq.com/wpa/qunwpa?idkey=30e5f1123a79867570f665aa3a483ca404b1c3f77737bc01ec520ed5f078ddef)
+   [ApacheCN 学习资源](http://www.apachecn.org/)

W
gitbook  
wizardforcel 已提交
14 15
<!-- break -->

W
wizardforcel 已提交
16
+ [在线阅读](https://dsai-notes.apachecn.org)
W
wizardforcel 已提交
17
+ [在线阅读(Gitee)](https://apachecn.gitee.io/ds-ai-tech-notes/)
W
gitbook  
wizardforcel 已提交
18 19 20 21 22
+ [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/ds-ai-tech-notes)
+ [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/ds-ai-tech-notes)
+ [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/ds-ai-tech-notes)
+ [代码仓库](https://github.com/apachecn/ds-ai-tech-notes)

W
wizardforcel 已提交
23 24
## 下载

W
wizardforcel 已提交
25 26 27 28 29 30 31 32
### Docker

```
docker pull apachecn0/ds-ai-tech-notes
docker run -tid -p <port>:80 apachecn0/ds-ai-tech-notes
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
33 34 35 36 37 38 39 40
### PYPI

```
pip install ds-ai-tech-notes
ds-ai-tech-notes <port>
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
41 42 43 44 45 46 47 48
### NPM

```
npm install -g ds-ai-tech-notes
ds-ai-tech-notes <port>
# 访问 http://localhost:{port} 查看文档
```

W
1  
wizardforcel 已提交
49 50 51
## 赞助我

![](http://ww1.sinaimg.cn/large/841aea59ly1fx0qnvulnjj2074074747.jpg)