1 / 188
文档名称:

Introduction to Machine Learning - Nils J Nilsson_Draft_1998.pdf

格式:pdf   页数:188
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Introduction to Machine Learning - Nils J Nilsson_Draft_1998.pdf

上传人:bolee65 2014/4/19 文件大小:0 KB

下载得到文件列表

Introduction to Machine Learning - Nils J Nilsson_Draft_1998.pdf

文档介绍

文档介绍:INTRODUCTION
TO
MACHINE LEARNING
AN EARLY DRAFT OF A PROPOSED
TEXTBOOK
Nils J. Nilsson
Robotics Laboratory
Department puter Science
Stanford University
Stanford, CA 94305
e-mail: ******@
November 3, 1998
Copyright
c 2005 Nils J. Nilsson
This material may not be copied, reproduced, or distributed without the
written permission of the copyright holder.
ii
Contents
1 Preliminaries 1
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
What is Machine Learning? . . . . . . . . . . . . . . . . . 1
Wellsprings of Machine Learning . . . . . . . . . . . . . . 3
Varieties of Machine Learning . . . . . . . . . . . . . . . . 4
Learning Input-Output Functions . . . . . . . . . . . . . . . . . . 5
Types of Learning . . . . . . . . . . . . . . . . . . . . . . 5
Input Vectors . . . . . . . . . . . . . . . . . . . . . . . . . 7
Outputs . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Training Regimes . . . . . . . . . . . . . . . . . . . . . . . 8
Noise . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Performance Evaluation . . . . . . . . . . . . . . . . . . . 9
Learning Requires Bias . . . . . . . . . . . . . . . . . . . . . . . . 9
Sample Applications . . . . . . . . . . . . . . . . . . . . . . . . . 11
Sources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
Bibliographical and Historical Remarks . . . . . . . . . . . . . . 13
2 Boolean Functions 15
Representation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
Boolean Algebra . . . . . . . . . . . . . . . . . . . . . . . 15
Diagrammatic Representations . . . . . . . . . . . . . . . 16
Classes of Boolean Functions . . . . . . . . . . . . . . . . . . . . 17
Terms and Clauses . . . . . . . . . . . . . . . . . . . . . . 17
DNF Functions . . . . . . . . . . . . . .