forked from felipegonzalez/aprendizaje-maquina-mcd-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
executable file
·57 lines (40 loc) · 1.75 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: "Aprendizaje de máquina"
author: "Felipe González"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
bibliography: [book.bib]
documentclass: book
biblio-style: apalike
link-citations: yes
github-repo: felipegonzalez/aprendizaje-maquina-mcd
description: "Notas y material para el curso de aprendizaje de máquina (ITAM)"
---
# Temario y referencias {-}
**Todas las notas y material del curso estarán en este** [repositorio](https://github.com/felipegonzalez/aprendizaje-maquina-mcd).
- Introducción al aprendizaje máquina
- Regresión lineal múltiple y descenso en gradiente
- Problemas de clasificación y regresión logística
- Validación cruzada y métodos de remuestreo
- Regularización y selección de modelos
- Redes neuronales
- Diagnóstico y mejora en problemas de aprendizaje supervisado.
- Árboles y bosques aleatorios
- Máquinas de soporte vectorial
- Componentes principales y análisis de conglomerados
### Evaluación {-}
- Tareas semanales (25%)
- Examen parcial (30% práctico, 20% teórico)
- Un examen final (25% práctico)
### Software: R y Rstudio {-}
- [R](https://cran.r-project.org) Sitio de R (CRAN)
- [Rstudio](https://www.rstudio.com/products/RStudio/) Interfaz gráfica para trabajar en R.
- [Recursos para aprender R](https://www.rstudio.com/online-learning/#R)
### Referencias principales {-}
- An Introduction to Statistical Learning, @ISL
- Curso de Machine Learning de Andrew Ng, @Ngcoursera
- Deep Learning, @Goodfellow-et-al-2016
### Otras referencias {-}
- [Pattern Recognition and Machine Learning](http://www.springer.com/us/book/9780387310732), @Bishop
- [The Elements of Statistical Learning, Hastie, Tibshirani y Friedman](https://web.stanford.edu/~hastie/ElemStatLearn/), @ESL