-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
27 lines (18 loc) · 1.16 KB
/
index.Rmd
File metadata and controls
27 lines (18 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "DSCI 420: Mathematics for Machine Learning"
subtitle: "A Bookdown Companion to the Original Text"
author: "D420 Faculty Team"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
description: "An expanded, interactive companion to *Mathematics for Machine Learning* by Deisenroth et al."
unnumbered: true
---
# Welcome {-}
This online book expands on the concepts introduced in *Mathematics for Machine Learning* by Marc Deisenroth, A. Faisal, and C. Ong.
You’ll find:
- Step-by-step theory walkthroughs
- Worked examples and visualizations
- Embedded video explanations
- Subsection-level problem sets
The aim here is not to replace the textbook; but rather, we wish to provide additional supports for a more novice reader. The ideas contained in the textbook, in our opinion, are accessible to a very wide audience - specifically one that lacks a strong mathematical foundation. By providing additional examples and exercises and by breaking down the notation, we hope to expand the audience to a wider audience. To read this book, the audience should begin with a very basic understanding of calculus (perhaps at a first year level).