-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnotes.tex
More file actions
37 lines (30 loc) · 1.23 KB
/
notes.tex
File metadata and controls
37 lines (30 loc) · 1.23 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
25
26
27
28
29
30
31
32
33
34
35
36
37
% This work is licensed under the Creative Commons Attribution-NonCommercial 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
\documentclass[11pt]{report}
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{a4paper}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{amsmath}
\usepackage{dsfont}
\usepackage{algorithmic}
% \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\title{Machine Learning: Annotations}
\author{Thomas van der Pol \\
@thomasvanderpol}
\date{\today} % Activate to display a given date or no date
\begin{document}
\maketitle
\begin{abstract}
Notes taken while taking the Stanford Introduction to Machine Learning (ml-class.org). They are grouped as one week's worth of lectures per chapter right now.
\end{abstract}
\tableofcontents
\input{week3notes}
\input{week4notes}
\input{week5notes}
\input{week6notes}
\input{week7notes}
\input{week8notes}
\input{week9notes}
\input{week10notes}
\end{document}