-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
31 lines (27 loc) · 1.42 KB
/
index.Rmd
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
---
title: "Machine Learning A-Z"
author:
- Kirill Eremenko (Course Author)
- Hadelin de Ponteves (Course Author)
- Mark V. Murphy^[Not affiliated with course or course authors.] (Site Author)
date: "`r Sys.Date()`"
description: |
Learn to create Machine Learning Algorithms in Python and R from two Data
Science experts. Code templates included.
cover-image: images/cover.jpg
documentclass: book
site: bookdown::bookdown_site
url: https://murphymv.github.io/Machine-Learning-A-Z/
github-repo: murphymv/Machine-Learning-A-Z
---
```{r setup, echo = FALSE, include = FALSE}
knitr::opts_chunk$set(
echo = TRUE,
include = TRUE,
eval = TRUE,
collapse = TRUE
)
```
# Introduction {.unnumbered}
This site combines all code scripts from the Udemy course [Machine Learning A-Z™: Hands-On Python & R In Data Science](https://www.udemy.com/course/machinelearning/) into a series of pages for easy navigation. Pages are compiled from R Markdown notebooks, one for each section of the course (i.e. parts 1--10). Python and R code chunks (and their output) are included together under each section.
Course content by: [Kirill Eremenko](https://www.udemy.com/course/machinelearning/#instructor-1), [Hadelin de Ponteves](https://www.udemy.com/course/machinelearning/#instructor-2), [SuperDataScience Support](https://www.udemy.com/course/machinelearning/#instructor-3), [Ligency Team](https://www.udemy.com/course/machinelearning/#instructor-4)