Skip to content

Commit 717cabd

Browse files
authored
Update digit_recognition.ipynb
Note on forum post.
1 parent 6544c5e commit 717cabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/digit_recognition/digit_recognition.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"\n",
3131
"You can use Keras to implement your model. Read more at keras.io.\n",
3232
"\n",
33-
"Here is an example of a [published baseline model on this problem](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/42241.pdf). ([video](https://www.youtube.com/watch?v=vGPI_JvLoN0))"
33+
"Here is an example of a [published baseline model on this problem](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/42241.pdf). ([video](https://www.youtube.com/watch?v=vGPI_JvLoN0)). You are not expected to model your architecture precisely using this model nor get the same performance levels, but this more to show an exampe of an approach used to solve this particular problem. We encourage you to try out different architectures for yourself and see what works best for you. Here is a useful [forum post](https://discussions.udacity.com/t/goodfellow-et-al-2013-architecture/202363) discussing the architecture as described in the paper."
3434
]
3535
},
3636
{

0 commit comments

Comments
 (0)