Skip to content

Commit

Permalink
trusted notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
leriomaggio committed May 5, 2017
1 parent 03d1f30 commit 10864fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions 0. Preamble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"# Original Outline (in ten Notebooks)\n",
"\n",
"1. _Multi-layer Fully Connected Networks (and the `backends`)_\n",
"2. Hidden Layers features and Embeddings_\n",
"2. _Hidden Layers features and Embeddings_\n",
"3. _Convolutional Networks_\n",
"4. _Transfer Learning and Fine Tuning_\n",
"5. _Residual Networks_\n",
Expand Down Expand Up @@ -267,7 +267,9 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import numpy as np\n",
Expand Down Expand Up @@ -381,7 +383,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [default]",
"language": "python",
"name": "python3"
},
Expand Down
2 changes: 1 addition & 1 deletion 1 Multi-layer Fully Connected Networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [default]",
"language": "python",
"name": "python3"
},
Expand Down
2 changes: 1 addition & 1 deletion 1.1 Keras Backend.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [default]",
"language": "python",
"name": "python3"
},
Expand Down
2 changes: 1 addition & 1 deletion 2.0 - MNIST Dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [default]",
"language": "python",
"name": "python3"
},
Expand Down

0 comments on commit 10864fb

Please sign in to comment.