From 5ffa786f53ab46b1b175951447694baaa9946fd0 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Thu, 31 Jan 2019 15:18:01 +0800 Subject: [PATCH] 2019-01-31 15:18:01 --- ...\273\217\347\275\221\347\273\234\344\273\213\347\273\215.md" | 2 +- ...\231\250\345\255\246\344\271\240\351\241\271\347\233\256.md" | 2 +- "docs/3.\345\210\206\347\261\273.md" | 2 +- "docs/4.\350\256\255\347\273\203\346\250\241\345\236\213.md" | 2 +- ...\224\257\346\214\201\345\220\221\351\207\217\346\234\272.md" | 2 +- "docs/6.\345\206\263\347\255\226\346\240\221.md" | 2 +- ...\222\214\351\232\217\346\234\272\346\243\256\346\236\227.md" | 2 +- "docs/8.\351\231\215\347\273\264.md" | 2 +- ...5\212\250\345\271\266\350\277\220\350\241\214_TensorFlow.md" | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git "a/docs/10.\344\272\272\345\267\245\347\245\236\347\273\217\347\275\221\347\273\234\344\273\213\347\273\215.md" "b/docs/10.\344\272\272\345\267\245\347\245\236\347\273\217\347\275\221\347\273\234\344\273\213\347\273\215.md" index 32a3c12..1bb322b 100644 --- "a/docs/10.\344\272\272\345\267\245\347\245\236\347\273\217\347\275\221\347\273\234\344\273\213\347\273\215.md" +++ "b/docs/10.\344\272\272\345\267\245\347\245\236\347\273\217\347\275\221\347\273\234\344\273\213\347\273\215.md" @@ -2,7 +2,7 @@ > 译者:[@akonwang](https://github.com/wangxupeng)、[@friedhelm739](https://github.com/friedhelm739) > -> 校对者:[@飞龙](https://github.com/wizardforcel) +> 校对者:[@飞龙](https://github.com/wizardforcel)、[@YuWang](https://github.com/bigeyex) 鸟类启发我们飞翔,牛蒡植物启发了尼龙绳,大自然也激发了许多其他发明。从逻辑上看,大脑是如何构建智能机器的灵感。这是启发人工神经网络(ANN)的关键思想。然而,尽管飞机受到鸟类的启发,但它们不必拍动翅膀。同样的,ANN 逐渐变得与他们的生物表兄弟有很大的不同。一些研究者甚至争辩说,我们应该完全放弃生物类比(例如,通过说“单位”而不是“神经元”),以免我们把我们的创造力限制在生物学的系统上。 diff --git "a/docs/2.\344\270\200\344\270\252\345\256\214\346\225\264\347\232\204\346\234\272\345\231\250\345\255\246\344\271\240\351\241\271\347\233\256.md" "b/docs/2.\344\270\200\344\270\252\345\256\214\346\225\264\347\232\204\346\234\272\345\231\250\345\255\246\344\271\240\351\241\271\347\233\256.md" index 0692e0f..f0fa8df 100644 --- "a/docs/2.\344\270\200\344\270\252\345\256\214\346\225\264\347\232\204\346\234\272\345\231\250\345\255\246\344\271\240\351\241\271\347\233\256.md" +++ "b/docs/2.\344\270\200\344\270\252\345\256\214\346\225\264\347\232\204\346\234\272\345\231\250\345\255\246\344\271\240\351\241\271\347\233\256.md" @@ -2,7 +2,7 @@ > 译者:[@SeanCheney](https://www.jianshu.com/u/130f76596b02) > -> 校对者:[@Lisanaaa](https://github.com/Lisanaaa)、[@飞龙](https://github.com/wizardforcel)、[@PeterHo](https://github.com/PeterHo) +> 校对者:[@Lisanaaa](https://github.com/Lisanaaa)、[@飞龙](https://github.com/wizardforcel)、[@PeterHo](https://github.com/PeterHo)、[@ZhengqiJiang](https://github.com/AnEscapist)、[@tabeworks](https://github.com/tabeworks) 本章中,你会假装作为被一家地产公司刚刚雇佣的数据科学家,完整地学习一个案例项目。下面是主要步骤: diff --git "a/docs/3.\345\210\206\347\261\273.md" "b/docs/3.\345\210\206\347\261\273.md" index f8c2e78..475684b 100644 --- "a/docs/3.\345\210\206\347\261\273.md" +++ "b/docs/3.\345\210\206\347\261\273.md" @@ -2,7 +2,7 @@ > 译者:[@时间魔术师](https://github.com/hewind1992) > -> 校对者:[@Lisanaaa](https://github.com/Lisanaaa)、[@飞龙](https://github.com/wizardforcel)、[@ZTFrom1994](https://github.com/ZTFrom1994) +> 校对者:[@Lisanaaa](https://github.com/Lisanaaa)、[@飞龙](https://github.com/wizardforcel)、[@ZTFrom1994](https://github.com/ZTFrom1994)、[@XinQiu](https://github.com/xinqiu)、[@tabeworks](https://github.com/tabeworks)、[@JasonLee](https://github.com/lxlhappylife)、[@howie.hu](https://github.com/howie6879) 在第一章我们提到过最常用的监督学习任务是回归(用于预测某个值)和分类(预测某个类别)。在第二章我们探索了一个回归任务:预测房价。我们使用了多种算法,诸如线性回归,决策树,和随机森林(这个将会在后面的章节更详细地讨论)。现在我们将我们的注意力转到分类任务上。 diff --git "a/docs/4.\350\256\255\347\273\203\346\250\241\345\236\213.md" "b/docs/4.\350\256\255\347\273\203\346\250\241\345\236\213.md" index 0b34664..1726a74 100644 --- "a/docs/4.\350\256\255\347\273\203\346\250\241\345\236\213.md" +++ "b/docs/4.\350\256\255\347\273\203\346\250\241\345\236\213.md" @@ -2,7 +2,7 @@ > 译者:[@C-PIG](https://github.com/C-PIG) > -> 校对者:[@PeterHo](https://github.com/PeterHo)、[@飞龙](https://github.com/wizardforcel) +> 校对者:[@PeterHo](https://github.com/PeterHo)、[@飞龙](https://github.com/wizardforcel)、[@YuWang](https://github.com/bigeyex)、[@AlecChen](https://github.com/alecchen) 在之前的描述中,我们通常把机器学习模型和训练算法当作黑箱子来处理。如果你实践过前几章的一些示例,你惊奇的发现你可以优化回归系统,改进数字图像的分类器,你甚至可以零基础搭建一个垃圾邮件的分类器,但是你却对它们内部的工作流程一无所知。事实上,许多场合你都不需要知道这些黑箱子的内部有什么,干了什么。 diff --git "a/docs/5.\346\224\257\346\214\201\345\220\221\351\207\217\346\234\272.md" "b/docs/5.\346\224\257\346\214\201\345\220\221\351\207\217\346\234\272.md" index 428917e..1ea3918 100644 --- "a/docs/5.\346\224\257\346\214\201\345\220\221\351\207\217\346\234\272.md" +++ "b/docs/5.\346\224\257\346\214\201\345\220\221\351\207\217\346\234\272.md" @@ -2,7 +2,7 @@ > 译者:[@QiaoXie](https://github.com/QiaoXie) > -> 校对者:[@飞龙](https://github.com/wizardforcel)、[@PeterHo](https://github.com/PeterHo)、[@yanmengk](https://github.com/yanmengk) +> 校对者:[@飞龙](https://github.com/wizardforcel)、[@PeterHo](https://github.com/PeterHo)、[@yanmengk](https://github.com/yanmengk)、[@YuWang](https://github.com/bigeyex) 支持向量机(SVM)是个非常强大并且有多种功能的机器学习模型,能够做线性或者非线性的分类,回归,甚至异常值检测。机器学习领域中最为流行的模型之一,是任何学习机器学习的人必备的工具。SVM 特别适合应用于复杂但中小规模数据集的分类问题。 diff --git "a/docs/6.\345\206\263\347\255\226\346\240\221.md" "b/docs/6.\345\206\263\347\255\226\346\240\221.md" index a924f0c..83a2e33 100644 --- "a/docs/6.\345\206\263\347\255\226\346\240\221.md" +++ "b/docs/6.\345\206\263\347\255\226\346\240\221.md" @@ -4,7 +4,7 @@ > 译者:[@Lisanaaa](https://github.com/Lisanaaa)、[@y3534365](https://github.com/y3534365) > -> 校对者:[@飞龙](https://github.com/wizardforcel) +> 校对者:[@飞龙](https://github.com/wizardforcel)、[@YuWang](https://github.com/bigeyex) 和支持向量机一样, 决策树是一种多功能机器学习算法, 即可以执行分类任务也可以执行回归任务, 甚至包括多输出(multioutput)任务. diff --git "a/docs/7.\351\233\206\346\210\220\345\255\246\344\271\240\345\222\214\351\232\217\346\234\272\346\243\256\346\236\227.md" "b/docs/7.\351\233\206\346\210\220\345\255\246\344\271\240\345\222\214\351\232\217\346\234\272\346\243\256\346\236\227.md" index 804bab1..2383b4b 100644 --- "a/docs/7.\351\233\206\346\210\220\345\255\246\344\271\240\345\222\214\351\232\217\346\234\272\346\243\256\346\236\227.md" +++ "b/docs/7.\351\233\206\346\210\220\345\255\246\344\271\240\345\222\214\351\232\217\346\234\272\346\243\256\346\236\227.md" @@ -2,7 +2,7 @@ > 译者:[@friedhelm739](https://github.com/friedhelm739) > -> 校对者:[@飞龙](https://github.com/wizardforcel)、[@PeterHo](https://github.com/PeterHo)、[@yanmengk](https://github.com/yanmengk) +> 校对者:[@飞龙](https://github.com/wizardforcel)、[@PeterHo](https://github.com/PeterHo)、[@yanmengk](https://github.com/yanmengk)、[@XinQiu](https://github.com/xinqiu)、[@YuWang](https://github.com/bigeyex) 假设你去随机问很多人一个很复杂的问题,然后把它们的答案合并起来。通常情况下你会发现这个合并的答案比一个专家的答案要好。这就叫做*群体智慧*。同样的,如果你合并了一组分类器的预测(像分类或者回归),你也会得到一个比单一分类器更好的预测结果。这一组分类器就叫做集成;因此,这个技术就叫做集成学习,一个集成学习算法就叫做集成方法。 diff --git "a/docs/8.\351\231\215\347\273\264.md" "b/docs/8.\351\231\215\347\273\264.md" index 6ca24f2..294975c 100644 --- "a/docs/8.\351\231\215\347\273\264.md" +++ "b/docs/8.\351\231\215\347\273\264.md" @@ -2,7 +2,7 @@ > 译者:[@loveSnowBest](https://github.com/zehuichen123) > -> 校对者:[@飞龙](https://github.com/wizardforcel)、[@PeterHo](https://github.com/PeterHo)、[@yanmengk](https://github.com/yanmengk) +> 校对者:[@飞龙](https://github.com/wizardforcel)、[@PeterHo](https://github.com/PeterHo)、[@yanmengk](https://github.com/yanmengk)、[@XinQiu](https://github.com/xinqiu)、[@Lisanaaa](https://github.com/Lisanaaa) 很多机器学习的问题都会涉及到有着几千甚至数百万维的特征的训练实例。这不仅让训练过程变得非常缓慢,同时还很难找到一个很好的解,我们接下来就会遇到这种情况。这种问题通常被称为维数灾难(curse of dimentionality)。 diff --git "a/docs/9.\345\220\257\345\212\250\345\271\266\350\277\220\350\241\214_TensorFlow.md" "b/docs/9.\345\220\257\345\212\250\345\271\266\350\277\220\350\241\214_TensorFlow.md" index 5433aa1..827bd04 100644 --- "a/docs/9.\345\220\257\345\212\250\345\271\266\350\277\220\350\241\214_TensorFlow.md" +++ "b/docs/9.\345\220\257\345\212\250\345\271\266\350\277\220\350\241\214_TensorFlow.md" @@ -2,7 +2,7 @@ > 译者:[@akonwang](https://github.com/wangxupeng)、[@WilsonQu](https://github.com/WilsonQu) > -> 校对者:[@Lisanaaa](https://github.com/Lisanaaa)、[@飞龙](https://github.com/wizardforcel) +> 校对者:[@Lisanaaa](https://github.com/Lisanaaa)、[@飞龙](https://github.com/wizardforcel)、[@YuWang](https://github.com/bigeyex) TensorFlow 是一款用于数值计算的强大的开源软件库,特别适用于大规模机器学习的微调。 它的基本原理很简单:首先在 Python 中定义要执行的计算图(例如图 9-1),然后 TensorFlow 使用该图并使用优化的 C++ 代码高效运行该图。 -- GitLab