Skip to content

Commit 9c61e42

Browse files
committed
fixing links
1 parent 55e5c48 commit 9c61e42

File tree

1 file changed

+40
-4
lines changed

1 file changed

+40
-4
lines changed

lab3/solutions/Lab3_Part_1_Introduction_to_CAPSA.ipynb

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,50 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"source": [
6+
"<table align=\"center\">\n",
7+
" <td align=\"center\"><a target=\"_blank\" href=\"http://introtodeeplearning.com\">\n",
8+
" <img src=\"https://i.ibb.co/Jr88sn2/mit.png\" style=\"padding-bottom:5px;\" />\n",
9+
" Visit MIT Deep Learning</a></td>\n",
10+
" <td align=\"center\"><a target=\"_blank\" href=\"https://colab.research.google.com/github/aamini/introtodeeplearning/blob/2023/lab3/solutions/Lab3_Part_1_Introduction_to_CAPSA.ipynb\">\n",
11+
" <img src=\"https://i.ibb.co/2P3SLwK/colab.png\" style=\"padding-bottom:5px;\" />Run in Google Colab</a></td>\n",
12+
" <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/2023/lab3/solutions/Lab3_Part_1_Introduction_to_CAPSA.ipynb\">\n",
13+
" <img src=\"https://i.ibb.co/xfJbPmL/github.png\" height=\"70px\" style=\"padding-bottom:5px;\" />View Source on GitHub</a></td>\n",
14+
"</table>\n",
15+
"\n",
16+
"# Copyright Information"
17+
],
18+
"metadata": {
19+
"id": "SWa-rLfIlTaf"
20+
}
21+
},
22+
{
23+
"cell_type": "code",
24+
"source": [
25+
"# Copyright 2023 MIT Introduction to Deep Learning. All Rights Reserved.\n",
26+
"# \n",
27+
"# Licensed under the MIT License. You may not use this file except in compliance\n",
28+
"# with the License. Use and/or modification of this code outside of MIT Introduction\n",
29+
"# to Deep Learning must reference:\n",
30+
"#\n",
31+
"# © MIT Introduction to Deep Learning\n",
32+
"# http://introtodeeplearning.com\n",
33+
"#"
34+
],
35+
"metadata": {
36+
"id": "-LohleBMlahL"
37+
},
38+
"execution_count": null,
39+
"outputs": []
40+
},
341
{
442
"cell_type": "markdown",
543
"metadata": {
644
"id": "ckzz5Hus-hJB"
745
},
846
"source": [
9-
"## Part 1: Introduction to CAPSA"
47+
"# Part 1: Introduction to CAPSA"
1048
]
1149
},
1250
{
@@ -22,7 +60,6 @@
2260
]
2361
},
2462
{
25-
"attachments": {},
2663
"cell_type": "markdown",
2764
"metadata": {
2865
"id": "o02MyoDrnNqP"
@@ -778,7 +815,6 @@
778815
]
779816
},
780817
{
781-
"attachments": {},
782818
"cell_type": "markdown",
783819
"metadata": {
784820
"id": "CkpvkOL06jRd"
@@ -814,4 +850,4 @@
814850
},
815851
"nbformat": 4,
816852
"nbformat_minor": 0
817-
}
853+
}

0 commit comments

Comments
 (0)