Skip to content

Commit aafd515

Browse files
author
drinkingkazu
committed
added lines pointing to tutorials
1 parent c34f4e5 commit aafd515

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/2018-04-12-MNIST_Trainer.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"This is a pretty simple notebook. We'll train a network to do mnist classification of digits with a convolutional network. The point here is not to teach too much about training a network, but to show how to properly save and restore a modern network with tensorflow, and analyze the output."
14+
"This is a pretty simple notebook. We'll train a network to do mnist classification of digits with a convolutional network. The point here is not to teach too much about training a network, but to show how to properly save and restore a modern network with tensorflow, and analyze the output. \n",
15+
"\n",
16+
"For a coherent set of tutorials that runs on your web-browser with Google's free GPU, check [this out](http://deeplearnphysics.org/Blog/2018-03-02-Colaboratory-Tutorial-Summary.html#2018-03-02-Colaboratory-Tutorial-Summary). We are compiling blog posts like this one into the tutorials when we find time!"
1517
]
1618
},
1719
{

content/2018-04-13-MNIST_Analyzer.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"In the previous tutorial, I showed how to train a network with minibatching, batch norm, and writing to file to save the network weights. Here, I'll show you how to restore that network to do analysis. The network model itself is copy/pasted from the previous tutorial, though there are ways to load the network without knowing how it was constructed."
14+
"In the previous tutorial, I showed how to train a network with minibatching, batch norm, and writing to file to save the network weights. Here, I'll show you how to restore that network to do analysis. The network model itself is copy/pasted from the previous tutorial, though there are ways to load the network without knowing how it was constructed.\n",
15+
"\n",
16+
"... and again :), check [this out](http://deeplearnphysics.org/Blog/2018-03-02-Colaboratory-Tutorial-Summary.html#2018-03-02-Colaboratory-Tutorial-Summary) for a coherent set of tutorials that runs on your web-browser with Google's free GPU. "
1517
]
1618
},
1719
{

0 commit comments

Comments
 (0)