资源简介
Contents
Preface xv
Prologue: A machine learning sampler 1
1 The ingredients of machine learning 13
1.1 Tasks: the problems that can be solved with machine learning . . . . . . . 14
Looking for structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
Evaluating performance on a task . . . . . . . . . . . . . . . . . . . . . . . . 18
1.2 Models: the output of machine learning . . . . . . . . . . . . . . . . . . . . 20
Geometric models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
Probabilistic models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
Logical models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
Grouping and grading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
1.3 Features: the workhorses of machine learning . . . . . . . . . . . . . . . . 38
Two uses of features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
Feature construction and transformation . . . . . . . . . . . . . . . . . . . 41
Interaction between features . . . . . . . . . . . . . . . . . . . . . . . . . . 44
1.4 Summary and outlook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
What you’ll find in the rest of the book . . . . . . . . . . . . . . . . . . . . . 48
2 Binary classification and related tasks 49
2.1 Classification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
ixx Contents
Assessing classification performance . . . . . . . . . . . . . . . . . . . . . . 53
Visualising classification performance . . . . . . . . . . . . . . . . . . . . . 58
2.2 Scoring and ranking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
Assessing and visualising ranking performance . . . . . . . . . . . . . . . . 63
Turning rankers into classifiers . . . . . . . . . . . . . . . . . . . . . . . . . 69
2.3 Class probability estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
Assessing class probability estimates . .
代码片段和文件信息
- 上一篇:Extended YaleB
- 下一篇:物体的正反面识别图像处理
相关资源
- 机器学习包-Mlxtend 0.9.0 文档-英文
- 机器学习-文档建模
- 翻译 Review on Deep Learning Segmentation 应用
- 数据挖掘 实用机器学习工具与技术
- PRML英文原版
- Kernel Methods and Machine Learning
- 吴恩达Andrew Ng机器学习中文讲义
- 数据挖掘实用机器学习技术Data Minin
- 统计学习理论的本质+中文版
- Boosting方法-从AdaBoost到LightGBM
- 斯坦福机器学习讲义(全英文原版)
- Andrew Ng教授关于特征表述的PPT
- Grokking Deep Learning - 最新版-无水印-有
- 基于机器学习算法的摔倒检测和日常
- 机器学习3篇综述
- 2MachineLearning机器学习-TomMitchell-中文清
- 集成学习ensemble learning
- 基于深度学习人脸识别
- Characterizing the Torque Lookup Table of an I
- 低秩表示代码
- Learning Gerrit Code Review
- Deep_Learning_Quick_Reference
- 机器学习实战之K邻近算法
- 机器学习UCI数据库
- 机器学习方法(入门篇)
- Cinemachine.unitypackage
- 多模态机器学习综述.zip
- Octave官方文档+中文使用说明2018吴恩达
- 国科大 模式识别与机器学习考题总结
- 2019校招面试题库(附答案)机器学习
评论
共有 条评论