Update 02_MNIST_SLN.ipynb

This commit is contained in:
Pawel Swietojanski 2015-10-12 10:55:40 +01:00
parent 63c90f815e
commit 3cb5f81736

View File

@ -80,6 +80,7 @@
"outputs": [],
"source": [
"# %load -s Linear mlp/layers.py\n",
"# DO NOT RUN THIS CELL (AS YOU WILL GET ERRORS), IT WAS JUST LOADED TO VISUALISE ABOVE COMMENTS\n",
"class Linear(Layer):\n",
"\n",
" def __init__(self, idim, odim,\n",