Deep learning simplified by taking supervised, unsupervised, and reinforcement learning to the next level using the Python ecosystem Key Features • Build deep learning models with transfer learning principles in Python • implement transfer learning
非常棒的入门书籍,详细介绍了深度学习的基本概念、适用范围以及在Python下的实现方法。
Deep learning
FRANCOIS CHOLLET
MANNING
SHELTER ISLAND
For online information and ordering of this and other manning books, please visit
www.manning.com.Thepublisheroffersdiscountsonthisbookwhenorderedinqu
Mathematics for Machine Learning,作者是Marc Peter Deisenroth, A Aldo Faisal, Cheng Soon Ong
这本书的书签应该是正确的Contents
List of illustrations
Foreword
Part i Mathematical Foundations
1 Introduction and motivation
11
1.1 Finding Words for Intuitions
12
1.2 Two
普通最小二乘(OLS)回归
这是一个简单的项目,展示了OLS回归算法的实现。 在此特定实现中,将发生以下情况:
1. input independent and dependent variable data is split into
"training" and "prediction" sets.
2. Within the training set, k-fold crossvalidation is used to
generate an Akaike Inform