Skip to content

Commit ca98648

Browse files
committed
added all notebooks link
1 parent a432c34 commit ca98648

9 files changed

Lines changed: 91 additions & 0 deletions

notebooks/T8 - 1 - SVM - Linear SVC-Colab.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://colab.research.google.com/github/joanby/python-ml-course/blob/master/notebooks/T8%20-%201%20-%20SVM%20-%20Linear%20SVC-Colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

notebooks/T8 - 2 - SVM - Model-Colab.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://colab.research.google.com/github/joanby/python-ml-course/blob/master/notebooks/T8%20-%202%20-%20SVM%20-%20Model-Colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

notebooks/T8 - 3 - SVM - Kernels-Colab.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://colab.research.google.com/github/joanby/python-ml-course/blob/master/notebooks/T8%20-%203%20-%20SVM%20-%20Kernels-Colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

notebooks/T8 - 4 - SVM - Face Recognition-Colab.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://colab.research.google.com/github/joanby/python-ml-course/blob/master/notebooks/T8%20-%204%20-%20SVM%20-%20Face%20Recognition-Colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

notebooks/T8 - 5 - SVM - Clasificación de Iris-Colab.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://colab.research.google.com/github/joanby/python-ml-course/blob/master/notebooks/T8%20-%205%20-%20SVM%20-%20Clasificación%20de%20Iris-Colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

notebooks/T8 - 6 - SVM - Regresión-Colab.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://colab.research.google.com/github/joanby/python-ml-course/blob/master/notebooks/T8%20-%206%20-%20SVM%20-%20Regresión.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"# Clonamos el repositorio para obtener los dataSet"
15+
]
16+
},
17+
{
18+
"cell_type": "code",
19+
"execution_count": 1,
20+
"metadata": {},
21+
"outputs": [
22+
{
23+
"name": "stdout",
24+
"output_type": "stream",
25+
"text": [
26+
"Cloning into 'python-ml-course'...\n",
27+
"remote: Enumerating objects: 21, done.\u001b[K\n",
28+
"remote: Counting objects: 100% (21/21), done.\u001b[K\n",
29+
"remote: Compressing objects: 100% (18/18), done.\u001b[K\n",
30+
"^Cceiving objects: 22% (3889/17411), 116.90 MiB | 11.21 MiB/s\n"
31+
]
32+
}
33+
],
34+
"source": [
35+
"!git clone https://github.com/joanby/python-ml-course.git"
36+
]
37+
},
338
{
439
"cell_type": "markdown",
540
"metadata": {},

notebooks/T9 - 1 - K Nearest Neighbors-Colab.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://colab.research.google.com/github/joanby/python-ml-course/blob/master/notebooks/T9%20-%201%20-%20K%20Nearest%20Neighbors-Colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

notebooks/T9 - 2 - K Nearest Neighbors Implementation-Colab.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://colab.research.google.com/github/joanby/python-ml-course/blob/master/notebooks/T9%20-%202%20-%20K%20Nearest%20Neighbors%20Implementation-Colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

notebooks/T9 - 3 - Sistemas de recomendación-Colab.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://colab.research.google.com/github/joanby/python-ml-course/blob/master/notebooks/T9%20-%203%20-%20Sistemas%20de%20recomendación-Colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},

0 commit comments

Comments
 (0)