-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintro.Rmd
69 lines (43 loc) · 955 Bytes
/
intro.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
title: "Presentation Ninja"
subtitle: "⚔️ xaringan +<br/>😎 xaringanthemer"
author:
- "Yihui Xie"
- "Garrick Aden-Buie"
date: '`r Sys.Date()`'
output:
xaringan::moon_reader:
lib_dir: libs
css: xaringan-themer.css
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
---
```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
```
```{r xaringan-themer, include=FALSE, warning=FALSE}
library(xaringanthemer)
style_duo_accent(
primary_color = "#6c5396",
secondary_color = "#534173",
inverse_header_color = "#FFFFFF"
)
```
```{r}
```
```{r xaringan-logo, echo=FALSE}
xaringanExtra::use_logo("")
```
---
# ¿Qué es el aprendizaje automático?
---
# Aprendizaje automático e IA
---
# El aprendizaje automático y otros campos relacionados
---
# IA y Ética
---
# El aprendizaje automático y ciencia de datos
---