Skip to content

Commit 61dc933

Browse files
committed
datasets and unidad 5 in tiad
1 parent c59a156 commit 61dc933

18 files changed

Lines changed: 76882 additions & 3 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
astro/
2+
astro
13
_site/
24
.Gemfile.lock

courses/bioia/index.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,32 @@ Hola! Acá está el material para la materia *Técnicas inteligentes para el an
5757

5858

5959

60-
## 5. Aprendizaje Supervisado: Clasificación
60+
## 5. Regresión Lineal, Logística y Redes Neuronales
61+
62+
[Práctica](https://drive.google.com/drive/folders/1VOs9BNtm1Z_iC67ChCZoP0UmhphgtafC)
63+
64+
#### 5.1 Regresión Lineal 1D y Descenso de Gradiente
65+
66+
* [Autoevaluación](https://forms.gle/AfKNjPFdDHSZbqxQ7)
67+
* [Videos](https://youtube.com/playlist?list=PLIsufCSbGAxQuNSW-a97fob0IgxyzZuk7&feature=shared)
68+
* [Diapositivas](https://drive.google.com/drive/folders/1eEFClQuWsvhzipu0THh19y-V7U4TFzfV)
69+
70+
71+
#### 5.2 Regresión Lineal con Múltiples Variables. Descenso de Gradiente Estocástico
72+
73+
* [Autoevaluación](https://forms.gle/AiEiWeJcLnziK4hLA)
74+
* [Videos](https://www.youtube.com/playlist?list=PLIsufCSbGAxTJfFJhdmHlzAU8Suo9jGAI)
75+
* [Diapositivas](https://drive.google.com/drive/folders/1_1OEH_rVapKuBYY6GyCkNVw0hhsCbKu2)
76+
77+
78+
#### 5.3 Regresión Logística
79+
80+
* [Autoevaluación](https://forms.gle/GgrA8ZcuwPmjXGEs8)
81+
* [Videos](https://www.youtube.com/playlist?list=PLIsufCSbGAxSjB18e4sZ5o9KBVuZ_V3uN)
82+
* [Diapositivas](https://drive.google.com/drive/folders/1t-V3U8LPLtbBMo_7vk31cUOd9-7yI_FZ)
83+
84+
#### 5.4 Redes Neuronales
85+
86+
* [Autoevaluación](https://forms.gle/mvVYtdpBSkquUqrr9)
87+
* [Videos](https://www.youtube.com/playlist?list=PLIsufCSbGAxTpWroPSTl-Poen_c8tystX)
88+
* [Diapositivas](https://drive.google.com/drive/folders/1I1MZIqoiWQJ6RYBlXmEnThjegw-Mbtii)

datasets/classification/.~lock.golf_classification_nominal.csv#

Lines changed: 0 additions & 1 deletion
This file was deleted.

datasets/classification/AlSol.csv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
id,Nombre,Pelo,Estatura,Peso,Protector,Quemado
2+
E1,Sara,Rubio,Promedio,Ligero,No,SI
3+
E2,Diana,Rubio,Alta,Promedio,Si,NO
4+
E3,Alexis,Castano,Baja,Promedio,Si,NO
5+
E4,Ana,Rubio,Baja,Promedio,No,SI
6+
E5,Emilia,Pelirrojo,Promedio,Pesado,No,SI
7+
E6,Pedro,Castano,Alta,Pesado,No,NO
8+
E7,Juan,Castano,Promedio,Pesado,No,NO
9+
E8,Catalina,Rubio,Baja,Ligero,Si,NO

datasets/classification/Frutas.xls

27 KB
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Diametro,Color,Clase
2+
10,200,Naranja
3+
20,30,Melon
4+
8,150,Naranja
5+
26,30,Melon
6+
7,170,Naranja
7+
24,32,Melon
8+
20,170,Naranja
9+
21,160,Melon
10+
21,180,Naranja
11+
23,160,Melon
12+
22,190,Naranja
13+
23,190,Melon
14+
24,250,Naranja
15+
15,31,Melon
16+
15,250,Naranja
17+
19,31,Melon

datasets/classification/awards.csv.txt

Lines changed: 179 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Diametro,Color,Clase
2+
7,100,Naranja
3+
20,20,Melon
4+
25,70,Melon
5+
10,210,Naranja

0 commit comments

Comments
 (0)