forked from mml-book/mml-book.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 2.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="github-pandoc.css" type="text/css" />
</head>
<body>
<h1 id="companion-webpage-to-the-book-mathematics-for-machine-learning">Companion webpage to the book "Mathematics for Machine Learning"</h1>
<p><em>Copyright 2018 by Marc Peter Deisenroth, A Aldo Faisal, and Cheng Soon Ong.</em> To be published by Cambridge University Press.</p>
<p>Please link to this site using <a href="http://mml-book.com" class="uri">http://mml-book.com</a>.</p>
<p>We are in the process of writing a book on Mathematics for Machine Learning that motivates people to learn mathematical concepts. The book is not intended to cover advanced machine learning techniques because there are already plenty of books doing this. Instead, we aim to provide the necessary mathematical skills to read those other books.</p>
<p>We split the book into two parts:</p>
<ul>
<li>Mathematical foundations</li>
<li>Example machine learning algorithms that use the mathematical foundations</li>
</ul>
<p>We aim to keep this book fairly short (around 300 pages), so we don't cover everything.</p>
<p><strong>We will keep PDFs of this book freely available after publication.</strong></p>
<h3 id="report-errata-and-feedback."><a href="https://github.com/mml-book/mml-book.github.io/issues">Report errata and feedback</a>.</h3>
<h2 id="table-of-contents-and-draft-chapters-for-download">Table of contents and draft chapters for download</h2>
<p><strong>Part I: Mathematics and Statistics</strong></p>
<ol style="list-style-type: decimal">
<li>Introduction and Motivation</li>
<li><a href="book/chapter02.pdf"><strong>Linear Algebra</strong></a></li>
<li><a href="book/chapter03.pdf"><strong>Analytic Geometry</strong></a></li>
<li>Matrix Decompositions</li>
<li><a href="book/chapter05.pdf"><strong>Vector Calculus</strong></a></li>
<li>Probability and Distribution</li>
<li><a href="book/chapter07.pdf"><strong>Continuous Optimization</strong></a></li>
<li>Further Topics</li>
</ol>
<p><strong>Part II: Example Machine Learning Methods</strong></p>
<ol start="9" style="list-style-type: decimal">
<li><a href="book/chapter09.pdf"><strong>Linear Regression</strong></a></li>
<li>Classification with Support Vector Machines</li>
<li>Linear Dimensionality Reduction</li>
<li><a href="book/chapter12.pdf"><strong>Density Estimation with Gaussian Mixture Models</strong></a></li>
</ol>
<h3 id="report-errata-and-feedback.-1"><a href="https://github.com/mml-book/mml-book.github.io/issues">Report errata and feedback</a>.</h3>
</body>
</html>