README.md 6.3 KB
Newer Older
W
wizardforcel 已提交
1
# Sklearn 与 TensorFlow 机器学习实用指南
片刻小哥哥's avatar
片刻小哥哥 已提交
2

W
cover  
wizardforcel 已提交
3
![](cover.jpg)
W
wizardforcel 已提交
4

片刻小哥哥's avatar
片刻小哥哥 已提交
5 6
> **欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远**

飞龙 已提交
7 8
* [ApacheCN - 机器学习交流群 629470233](http://shang.qq.com/wpa/qunwpa?idkey=30e5f1123a79867570f665aa3a483ca404b1c3f77737bc01ec520ed5f078ddef)
* [ApacheCN 学习资源](http://www.apachecn.org/)
飞龙 已提交
9
* [利用 Python 进行数据分析 第二版](https://github.com/apachecn/pyda-2e-zh)
片刻小哥哥's avatar
片刻小哥哥 已提交
10

W
wizardforcel 已提交
11
<!-- break -->
W
gitbook  
wizardforcel 已提交
12

W
wizardforcel 已提交
13
+ [在线阅读](https://hand2st.apachecn.org)
W
gitbook  
wizardforcel 已提交
14 15 16 17 18
+ [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/hands-on-ml-with-sklearn-and-tf)
+ [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/hands-on-ml-with-sklearn-and-tf)
+ [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/hands-on-ml-with-sklearn-and-tf)
+ [代码仓库](https://github.com/apachecn/hands_on_Ml_with_Sklearn_and_TF)

片刻小哥哥's avatar
片刻小哥哥 已提交
19
## 目录结构
W
Wizard Zhang 已提交
20

W
style  
wizardforcel 已提交
21
* [零、前言](docs/0.前言.md)
W
Wizard Zhang 已提交
22

片刻小哥哥's avatar
片刻小哥哥 已提交
23 24
### 第一部分 机器学习基础

W
wizardforcel 已提交
25 26 27 28 29 30 31 32
* [一、机器学习概览](docs/1.机器学习概览.md)
* [二、一个完整的机器学习项目](docs/2.一个完整的机器学习项目.md)
* [三、分类](docs/3.分类.md)
* [四、训练模型](docs/4.训练模型.md)
* [五、支持向量机](docs/5.支持向量机.md)
* [六、决策树](docs/6.决策树.md)
* [七、集成学习和随机森林](docs/7.集成学习和随机森林.md)
* [八、降维](docs/8.降维.md)
片刻小哥哥's avatar
片刻小哥哥 已提交
33 34 35

### 第二部分 神经网络与深度学习

W
wizardforcel 已提交
36 37 38 39 40 41 42 43 44 45 46 47
* [九、启动并运行 TensorFlow](docs/9.启动并运行_TensorFlow.md)
* [十、人工神经网络介绍](docs/10.人工神经网络介绍.md)
* [十一、训练深层神经网络](docs/11.训练深层神经网络.md)
* [十二、设备和服务器上的分布式 TensorFlow](docs/12.设备和服务器上的分布式_TensorFlow.md)
* [十三、卷积神经网络](docs/13.卷积神经网络.md)
* [十四、循环神经网络](docs/14.循环神经网络.md)
* [十五、自编码器](docs/15.自编码器.md)
* [十六、强化学习](docs/16.强化学习.md)

### 附录

* [附录 C、SVM 对偶问题](docs/C.SVM_对偶问题.md)
W
style  
wizardforcel 已提交
48
* [附录 D、自动微分](docs/D.自动微分.md)
片刻小哥哥's avatar
片刻小哥哥 已提交
49 50 51 52 53

## 联系方式

> 项目负责人

W
Wizard Zhang 已提交
54 55
* [@SeanCheney](https://www.jianshu.com/u/130f76596b02): 731384963
* [@飞龙](https://github.com/wizardforcel): 562826179
W
Wizard Zhang 已提交
56
* [@小瑶](https://github.com/chenyyx): 190442212
片刻小哥哥's avatar
片刻小哥哥 已提交
57 58 59

> 项目贡献者

W
Wizard Zhang 已提交
60 61
| 标题 | 译者 | 校对 |
| --- | --- | --- |
W
wizardforcel 已提交
62
| 前言 | [@小瑶](https://github.com/chenyyx) | [@小瑶](https://github.com/chenyyx) |
W
Wizard Zhang 已提交
63
| **第一部分 机器学习基础** | - |
飞龙 已提交
64
| 一、机器学习概览 | [@SeanCheney](https://www.jianshu.com/u/130f76596b02) | [@Lisanaaa](https://github.com/Lisanaaa) [@飞龙](https://github.com/wizardforcel) [@yanmengk](https://github.com/yanmengk) [@Liu Shangfeng](https://github.com/codershangfeng) |
W
Wizard Zhang 已提交
65
| 二、一个完整的机器学习项目 | [@SeanCheney](https://www.jianshu.com/u/130f76596b02) | [@Lisanaaa](https://github.com/Lisanaaa) [@飞龙](https://github.com/wizardforcel) [@PeterHo](https://github.com/PeterHo) |
飞龙 已提交
66
| 三、分类 | [@时间魔术师](https://github.com/hewind1992) | [@Lisanaaa](https://github.com/Lisanaaa) [@飞龙](https://github.com/wizardforcel) [@ZTFrom1994](https://github.com/ZTFrom1994) |
W
wizardforcel 已提交
67
| 四、训练模型 | [@C-PIG](https://github.com/C-PIG) | [@PeterHo](https://github.com/PeterHo) [@飞龙](https://github.com/wizardforcel) |
飞龙 已提交
68
| 五、支持向量机 | [@QiaoXie](https://github.com/QiaoXie) | [@飞龙](https://github.com/wizardforcel) [@PeterHo](https://github.com/PeterHo) [@yanmengk](https://github.com/yanmengk) |
W
update  
wizardforcel 已提交
69
| 六、决策树 | [@Lisanaaa](https://github.com/Lisanaaa) [@y3534365](https://github.com/y3534365) | [@飞龙](https://github.com/wizardforcel) |
飞龙 已提交
70
| 七、集成学习和随机森林 | [@friedhelm739](https://github.com/friedhelm739) | [@飞龙](https://github.com/wizardforcel) [@PeterHo](https://github.com/PeterHo) [@yanmengk](https://github.com/yanmengk) |
W
ch8 tex  
wizardforcel 已提交
71
| 八、降维 | [@loveSnowBest](https://github.com/zehuichen123) | [@飞龙](https://github.com/wizardforcel) [@PeterHo](https://github.com/PeterHo) [@yanmengk](https://github.com/yanmengk) |
W
Wizard Zhang 已提交
72
| **第二部分 神经网络与深度学习** | - |
W
wizardforcel 已提交
73
| 九、启动并运行 TensorFlow | [@akonwang](https://github.com/wangxupeng) [@WilsonQu](https://github.com/WilsonQu) | [@Lisanaaa](https://github.com/Lisanaaa) [@飞龙](https://github.com/wizardforcel) |
W
wizardforcel 已提交
74
| 十、人工神经网络介绍 | [@akonwang](https://github.com/wangxupeng) [@friedhelm739](https://github.com/friedhelm739) | [@飞龙](https://github.com/wizardforcel) |
W
Wizard Zhang 已提交
75
| 十一、训练深层神经网络 | [@akonwang](https://github.com/wangxupeng) [@飞龙](https://github.com/wizardforcel) | [@飞龙](https://github.com/wizardforcel) [@Zeyu Zhong](https://github.com/zhearing) |
W
wizardforcel 已提交
76
| 十二、设备和服务器上的分布式 TensorFlow | [*@空白*](https://github.com/yhcheer) | [@飞龙](https://github.com/wizardforcel) |
飞龙 已提交
77
| 十三、卷积神经网络 | [@akonwang](https://github.com/wangxupeng) [@WilsonQu](https://github.com/WilsonQu) | [@飞龙](https://github.com/wizardforcel) [@yanmengk](https://github.com/yanmengk) |
W
wizardforcel 已提交
78
| 十四、循环神经网络 | [@akonwang](https://github.com/wangxupeng) [@alexcheen](https://github.com/alexcheen) [@飞龙](https://github.com/wizardforcel) | [@飞龙](https://github.com/wizardforcel) |
飞龙 已提交
79
| 十五、自编码器 | [@akonwang](https://github.com/wangxupeng) | [@飞龙](https://github.com/wizardforcel) [@yanmengk](https://github.com/yanmengk) |
W
wizardforcel 已提交
80
| 十六、强化学习 | [@friedhelm739](https://github.com/friedhelm739) | [@飞龙](https://github.com/wizardforcel) [@rickllyxu](https://github.com/rickllyxu) |
W
wizardforcel 已提交
81
| **附录** | - | - |
W
wizardforcel 已提交
82
| 附录 C、SVM 对偶问题 | [@rickllyxu](https://github.com/rickllyxu) |
W
style  
wizardforcel 已提交
83
| 附录 D、自动微分 | [@rickllyxu](https://github.com/rickllyxu) |
W
Wizard Zhang 已提交
84
| 其它 | [@片刻](https://github.com/jiangzhonglian) |
W
Wizard Zhang 已提交
85

W
compile  
wizardforcel 已提交
86 87 88 89 90 91 92 93
## 编译

```
gitbook install # 安装必要的插件
gitbook serve   # 编译 HTML
gitbook epub    # 编译 EPUB
```

W
wizardforcel 已提交
94 95 96 97 98
## 免责声明

ApacheCN 纯粹出于学习目的与个人兴趣翻译本书,不追求任何经济利益。

本译文只供学习研究参考之用,不得用于商业用途。ApacheCN 保留对此版本译文的署名权及其它相关权利。
片刻小哥哥's avatar
片刻小哥哥 已提交
99

飞龙 已提交
100 101
## 赞助我们

片刻小哥哥's avatar
片刻小哥哥 已提交
102
<img src="http://www.apachecn.org/img/about/donate.jpg" alt="微信&支付宝" />