资源简介
Preface
Machine learning algorithms dominate applied machine learning. Because algorithms are such a big part of machine learning you must spend time to get familiar with them and really understand how they work. I wrote this book to help you start this journey.
You can describe machine learning algorithms using statistics, probability and linear algebra. The mathematical descriptions are very precise and often unambiguous. But this is not the only way to describe machine learning algorithms. Writing this book, I set out to describe machine learning algorithms for developers (like myself). As developers, we think in repeatable procedures. The best way to describe a machine learning algorithm for us is:
1. In terms of the representation used by the algorithm (the actual numbers stored in a file).
2. In terms of the abstract repeatable procedures used by the algorithm to learn a model from data and later to make predictions with the model.
3. With clear worked examples showing exactly how real numbers plug into the equations and what numbers to expect as output.
This book cuts through the mathematical talk around machine learning algorithms and shows you exactly how they work so that you can implement them yourself in a spreadsheet, in code with your favorite programming language or however you like. Once you possess this intimate knowledge, it will always be with you. You can implement the algorithms again and again. More importantly, you can translate the behavior of an algorithm back to the underlying procedure and really know what is going on and how to get the most from it.
This book is your tour of machine learning algorithms and I’m excited and honored to be your tour guide. Let’s dive in.
代码片段和文件信息
相关资源
- Algebraic Geometry and Statistical Learning Th
- deep learning 深度学习的现状及局限综述
- SVM研究的经典英文论文
- Science 杂志综述长文——Machine learni
- 虚拟机迁移Live Migration of Virtual Machi
- Keras Deep Learning Cookbook
- 强化学习资料,经典书本Reinforcement
- machine learning ex4
- Algorithms for Reinforcement Learning 强化学习
- Learning.Spark.Lightning-Fast.Big.Data.Analysi
- 机器学习的课件哈工大
- 机器视觉算法与应用 原版PPT
- Optimization for Machine Learning 机器学习优
- Neural Networks and Deep Learning中文版
- Deep Learning For Dummies
- Introduction to Machine Learning 2nd Edition
- Neural networks and deep learning pdf 英文版
- ReportMachine for .net(免费)
-
论文笔记—Recasting gradient-ba
sed me< - 斯坦福大学-深度学习-cs230-DeepLearnin
- An Introduction to Computational Learning Theo
- Machine Learning Tom M. Mitchell 机器学习 中
- Reinforcement Learning and Optimal Control 强化
- 吴恩达深度学习deeplearning第一课课后
- CSS.Mastery.精通CSS.pdf )
- Mathworks R2019a Statistics and Machine Learni
- 深度学习DeepLearning中文+英文版
- An Introduction to Statistical Learning 中英文
- 机器学习基础教程源码.rar
- MatchNet: Unifying Feature and Metric Learning
评论
共有 条评论