Skip to content
This repository was archived by the owner on May 28, 2022. It is now read-only.

Commit e7f9ec3

Browse files
committed
added google colab link to notebooks
1 parent 8e83f7b commit e7f9ec3

File tree

43 files changed

+15298
-14682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+15298
-14682
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
*/.ipynb_checkpoints/
22
*/*/.ipynb_checkpoints/
3-
.ipynb_checkpoints/
3+
.ipynb_checkpoints/
4+
.idea
5+
*/.idea
6+
*/*/.idea

A guide to Ensemble Learning/A guide to Ensemble Learning.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
"# Stacking Models"
88
]
99
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"<table align=\"left\"><td>\n",
15+
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/TannerGilbert/Tutorials/blob/master/A%20guide%20to%20Ensemble%C2%A0Learning/A%20guide%20to%20Ensemble%20Learning.ipynb\">\n",
16+
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab\n",
17+
" </a>\n",
18+
"</td><td>\n",
19+
" <a target=\"_blank\" href=\"https://github.com/TannerGilbert/Tutorials/blob/master/A%20guide%20to%20Ensemble%C2%A0Learning/A%20guide%20to%20Ensemble%20Learning.ipynb\">\n",
20+
" <img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n",
21+
"</td></table>"
22+
]
23+
},
1024
{
1125
"cell_type": "code",
1226
"execution_count": 1,
@@ -2176,7 +2190,7 @@
21762190
"name": "python",
21772191
"nbconvert_exporter": "python",
21782192
"pygments_lexer": "ipython3",
2179-
"version": "3.6.8"
2193+
"version": "3.7.4"
21802194
},
21812195
"toc": {
21822196
"base_numbering": 1,
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
numpy==1.16.4
2+
scikit_learn==0.21.3
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Flask==1.1.1
2+
pandas==0.25.1
3+
requests==2.22.0
4+
ludwig==0.2.1
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
discord.py==1.2.3
2+
googletrans==2.4.0
3+
discord==1.0.1
4+
vaderSentiment==3.2.1

FastAI/ Multi-label prediction with Planet Amazon dataset.ipynb

Lines changed: 1174 additions & 1155 deletions
Large diffs are not rendered by default.

FastAI/Animal detector from Google images.ipynb

Lines changed: 1559 additions & 1545 deletions
Large diffs are not rendered by default.

FastAI/Book Recommendation System.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
"# Book Recommendation System"
1010
]
1111
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {},
15+
"source": [
16+
"<table align=\"left\"><td>\n",
17+
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/TannerGilbert/Tutorials/blob/master/FastAI/Book%20Recommendation%20System.ipynb\">\n",
18+
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab\n",
19+
" </a>\n",
20+
"</td><td>\n",
21+
" <a target=\"_blank\" href=\"https://github.com/TannerGilbert/Tutorials/blob/master/FastAI/Book%20Recommendation%20System.ipynb\">\n",
22+
" <img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n",
23+
"</td></table>"
24+
]
25+
},
1226
{
1327
"cell_type": "code",
1428
"execution_count": 1,
@@ -1267,7 +1281,7 @@
12671281
"name": "python",
12681282
"nbconvert_exporter": "python",
12691283
"pygments_lexer": "ipython3",
1270-
"version": "3.6.8"
1284+
"version": "3.7.4"
12711285
}
12721286
},
12731287
"nbformat": 4,

FastAI/Image segmentation on CamVid dataset.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
"# Image segmentation with CamVid"
88
]
99
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"<table align=\"left\"><td>\n",
15+
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/TannerGilbert/Tutorials/blob/master/FastAI/Image%20segmentation%20on%20CamVid%20dataset.ipynb\">\n",
16+
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab\n",
17+
" </a>\n",
18+
"</td><td>\n",
19+
" <a target=\"_blank\" href=\"https://github.com/TannerGilbert/Tutorials/blob/master/FastAI/Image%20segmentation%20on%20CamVid%20dataset.ipynb\">\n",
20+
" <img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n",
21+
"</td></table>"
22+
]
23+
},
1024
{
1125
"cell_type": "code",
1226
"execution_count": 1,
@@ -1174,7 +1188,7 @@
11741188
"name": "python",
11751189
"nbconvert_exporter": "python",
11761190
"pygments_lexer": "ipython3",
1177-
"version": "3.6.7"
1191+
"version": "3.7.4"
11781192
},
11791193
"toc": {
11801194
"base_numbering": 1,

FastAI/Twitter US Airline Sentiment.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
"# Twitter US Airline Sentiment"
88
]
99
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"<table align=\"left\"><td>\n",
15+
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/TannerGilbert/Tutorials/blob/master/FastAI/Twitter%20US%20Airline%20Sentiment.ipynb\">\n",
16+
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab\n",
17+
" </a>\n",
18+
"</td><td>\n",
19+
" <a target=\"_blank\" href=\"https://github.com/TannerGilbert/Tutorials/blob/master/FastAI/Twitter%20US%20Airline%20Sentiment.ipynb\">\n",
20+
" <img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n",
21+
"</td></table>"
22+
]
23+
},
1024
{
1125
"cell_type": "code",
1226
"execution_count": 1,
@@ -1041,7 +1055,7 @@
10411055
"name": "python",
10421056
"nbconvert_exporter": "python",
10431057
"pygments_lexer": "ipython3",
1044-
"version": "3.6.7"
1058+
"version": "3.7.4"
10451059
},
10461060
"toc": {
10471061
"base_numbering": 1,

FastAI/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
opencv_python==4.1.0.25
2+
numpy==1.16.4
3+
imutils==0.5.2
4+
Pillow==6.2.1

Introduction to Data Visualization in Python/Introduction to Data Visualization in Python.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
"# Introduction to Data Visualization in Python"
88
]
99
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"<table align=\"left\"><td>\n",
15+
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/TannerGilbert/Tutorials/blob/master/Introduction%20to%20Data%20Visualization%20in%C2%A0Python/Introduction%20to%20Data%20Visualization%20in%C2%A0Python.ipynb\">\n",
16+
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab\n",
17+
" </a>\n",
18+
"</td><td>\n",
19+
" <a target=\"_blank\" href=\"https://github.com/TannerGilbert/Tutorials/blob/master/Introduction%20to%20Data%20Visualization%20in%C2%A0Python/Introduction%20to%20Data%20Visualization%20in%C2%A0Python.ipynb\">\n",
20+
" <img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n",
21+
"</td></table>"
22+
]
23+
},
1024
{
1125
"cell_type": "markdown",
1226
"metadata": {},
@@ -1547,7 +1561,7 @@
15471561
"name": "python",
15481562
"nbconvert_exporter": "python",
15491563
"pygments_lexer": "ipython3",
1550-
"version": "3.6.7"
1564+
"version": "3.7.4"
15511565
}
15521566
},
15531567
"nbformat": 4,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)