This repository was archived by the owner on Aug 9, 2021. It is now read-only.
File tree 2 files changed +48
-0
lines changed
2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Sklearn 与 TensorFlow 机器学习实用指南第二版
2
+
3
+ ![ ] ( cover.jpg )
4
+
5
+ > 协议:[ CC BY-NC-SA 4.0] ( http://creativecommons.org/licenses/by-nc-sa/4.0/ )
6
+ >
7
+ > 懦夫才用磁带备份,真男人把重要的东西传到 FTP,然后世界会帮他备份。——林纳斯·托瓦兹
8
+
9
+ * [ 在线阅读] ( https://hands1ml.apachecn.org/ )
10
+ * [ ApacheCN 面试求职交流群 724187166] ( https://jq.qq.com/?_wv=1027&k=54ujcL3 )
11
+ * [ ApacheCN 学习资源] ( http://www.apachecn.org/ )
12
+ * [ 利用 Python 进行数据分析 第二版] ( https://github.com/apachecn/pyda-2e-zh )
13
+
14
+ ## 编译
15
+
16
+ ```
17
+ npm install -g gitbook-cli # 安装 gitbook
18
+ gitbook fetch 3.2.3 # 安装 gitbook 子版本
19
+ gitbook install # 安装必要的插件
20
+ gitbook <build|pdf|epub|mobi> # 编译 HTML/PDF/EPUB/MOBI
21
+ ```
22
+
23
+
24
+ ## 下载
25
+
26
+ ### Docker
27
+
28
+ ```
29
+ docker pull apachecn0/hands-on-ml-2e-zh
30
+ docker run -tid -p <port>:80 apachecn0/hands-on-ml-2e-zh
31
+ # 访问 http://localhost:{port} 查看文档
32
+ ```
33
+
34
+ ### PYPI
35
+
36
+ ```
37
+ pip install hands-on-ml-2e-zh
38
+ hands-on-ml-2e-zh <port>
39
+ # 访问 http://localhost:{port} 查看文档
40
+ ```
41
+
42
+ ### NPM
43
+
44
+ ```
45
+ npm install -g handson-ml-2e-zh
46
+ handson-ml-2e-zh <port>
47
+ # 访问 http://localhost:{port} 查看文档
48
+ ```
You can’t perform that action at this time.
0 commit comments