Skip to content

Commit c8702ff

Browse files
committed
upd header sand fix image links
1 parent 3b6dc9e commit c8702ff

File tree

86 files changed

+378
-625
lines changed

Some content is hidden

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

86 files changed

+378
-625
lines changed

pytorch_ipynb/autoencoder/ae-basic.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -360,7 +360,7 @@
360360
"name": "python",
361361
"nbconvert_exporter": "python",
362362
"pygments_lexer": "ipython3",
363-
"version": "3.6.8"
363+
"version": "3.7.1"
364364
},
365365
"toc": {
366366
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-cnn-cvae.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -1272,7 +1272,7 @@
12721272
"name": "python",
12731273
"nbconvert_exporter": "python",
12741274
"pygments_lexer": "ipython3",
1275-
"version": "3.6.8"
1275+
"version": "3.7.1"
12761276
},
12771277
"toc": {
12781278
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-cnn-cvae_no-out-concat.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -1278,7 +1278,7 @@
12781278
"name": "python",
12791279
"nbconvert_exporter": "python",
12801280
"pygments_lexer": "ipython3",
1281-
"version": "3.6.8"
1281+
"version": "3.7.1"
12821282
},
12831283
"toc": {
12841284
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-conv-nneighbor-celeba.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"id": "11xi8CRmVA1d"
88
},
99
"source": [
10-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
11-
" \n",
12-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
10+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
11+
"- Author: Sebastian Raschka\n",
12+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1313
]
1414
},
1515
{
@@ -872,7 +872,7 @@
872872
"name": "python",
873873
"nbconvert_exporter": "python",
874874
"pygments_lexer": "ipython3",
875-
"version": "3.6.8"
875+
"version": "3.7.1"
876876
},
877877
"toc": {
878878
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-conv-nneighbor-quickdraw-1.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"id": "11xi8CRmVA1d"
88
},
99
"source": [
10-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
11-
" \n",
12-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
10+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
11+
"- Author: Sebastian Raschka\n",
12+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1313
]
1414
},
1515
{
@@ -1645,7 +1645,7 @@
16451645
"name": "python",
16461646
"nbconvert_exporter": "python",
16471647
"pygments_lexer": "ipython3",
1648-
"version": "3.6.8"
1648+
"version": "3.7.1"
16491649
},
16501650
"toc": {
16511651
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-conv-nneighbor.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -488,7 +488,7 @@
488488
"name": "python",
489489
"nbconvert_exporter": "python",
490490
"pygments_lexer": "ipython3",
491-
"version": "3.6.8"
491+
"version": "3.7.1"
492492
},
493493
"toc": {
494494
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-conv-var.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -1149,7 +1149,7 @@
11491149
"name": "python",
11501150
"nbconvert_exporter": "python",
11511151
"pygments_lexer": "ipython3",
1152-
"version": "3.6.8"
1152+
"version": "3.7.1"
11531153
},
11541154
"toc": {
11551155
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-cvae.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -1188,7 +1188,7 @@
11881188
"name": "python",
11891189
"nbconvert_exporter": "python",
11901190
"pygments_lexer": "ipython3",
1191-
"version": "3.6.8"
1191+
"version": "3.7.1"
11921192
},
11931193
"toc": {
11941194
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-cvae_no-out-concat.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -1141,7 +1141,7 @@
11411141
"name": "python",
11421142
"nbconvert_exporter": "python",
11431143
"pygments_lexer": "ipython3",
1144-
"version": "3.6.8"
1144+
"version": "3.7.1"
11451145
},
11461146
"toc": {
11471147
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-deconv-nopool.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -468,7 +468,7 @@
468468
"name": "python",
469469
"nbconvert_exporter": "python",
470470
"pygments_lexer": "ipython3",
471-
"version": "3.6.8"
471+
"version": "3.7.1"
472472
},
473473
"toc": {
474474
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-deconv.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -469,7 +469,7 @@
469469
"name": "python",
470470
"nbconvert_exporter": "python",
471471
"pygments_lexer": "ipython3",
472-
"version": "3.6.8"
472+
"version": "3.7.1"
473473
},
474474
"toc": {
475475
"nav_menu": {},

pytorch_ipynb/autoencoder/ae-var.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -1028,7 +1028,7 @@
10281028
"name": "python",
10291029
"nbconvert_exporter": "python",
10301030
"pygments_lexer": "ipython3",
1031-
"version": "3.6.8"
1031+
"version": "3.7.1"
10321032
},
10331033
"toc": {
10341034
"nav_menu": {},

pytorch_ipynb/basic-ml/logistic-regression.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{

pytorch_ipynb/basic-ml/perceptron.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -350,7 +350,7 @@
350350
"name": "python",
351351
"nbconvert_exporter": "python",
352352
"pygments_lexer": "ipython3",
353-
"version": "3.6.8"
353+
"version": "3.7.1"
354354
},
355355
"toc": {
356356
"nav_menu": {},

pytorch_ipynb/basic-ml/softmax-regression.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
8-
" \n",
9-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
7+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
8+
"- Author: Sebastian Raschka\n",
9+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1010
]
1111
},
1212
{
@@ -353,7 +353,7 @@
353353
"name": "python",
354354
"nbconvert_exporter": "python",
355355
"pygments_lexer": "ipython3",
356-
"version": "3.6.8"
356+
"version": "3.7.1"
357357
},
358358
"toc": {
359359
"nav_menu": {},

pytorch_ipynb/cnn/cnn-alexnet-cifar10.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"id": "UEBilEjLj5wY"
88
},
99
"source": [
10-
"*Accompanying code examples of the book \"Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python\" by [Sebastian Raschka](https://sebastianraschka.com). All code examples are released under the [MIT license](https://github.com/rasbt/deep-learning-book/blob/master/LICENSE). If you find this content useful, please consider supporting the work by buying a [copy of the book](https://leanpub.com/ann-and-deeplearning).*\n",
11-
" \n",
12-
"Other code examples and content are available on [GitHub](https://github.com/rasbt/deep-learning-book). The PDF and ebook versions of the book are available through [Leanpub](https://leanpub.com/ann-and-deeplearning)."
10+
"Deep Learning Models -- A collection of various deep learning architectures, models, and tips for TensorFlow and PyTorch in Jupyter Notebooks.\n",
11+
"- Author: Sebastian Raschka\n",
12+
"- GitHub Repository: https://github.com/rasbt/deeplearning-models"
1313
]
1414
},
1515
{

0 commit comments

Comments
 (0)