Chapter 1 Prerequisites

吴恩达机器学习 - 网易云课堂 吴恩达机器学习 中英字幕B站版本

Great music to listen while studying: Figlia del cielo III

[[吴恩达机器学习课程及多版本笔记纲要]]

This is a sample book written in Markdown. You can use anything that Pandoc’s Markdown supports, e.g., a math equation \(a^2 + b^2 = c^2\).

The bookdown package can be installed from CRAN or Github:

install.packages("bookdown")
# or the development version
# devtools::install_github("rstudio/bookdown")

Remember each Rmd file contains one and only one chapter, and a chapter is defined by the first-level heading #.

To compile this example to PDF, you need XeLaTeX. You are recommended to install TinyTeX (which includes XeLaTeX): https://yihui.name/tinytex/.