Skip to content

Commit d1aff33

Browse files
authored
Merge pull request #377 from lra/patch-2
Fix 404 link to Uncyclopedia
2 parents 99ea5ad + d68cc49 commit d1aff33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_keras/tensorflow_abalone_age_predictor_using_keras.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"\n",
234234
"* `tf.nn.relu`. The following code creates a layer of `units` nodes fully\n",
235235
" connected to the previous layer `input_layer` with a\n",
236-
" [ReLU activation function](https://en.wikipedia.org/wiki/Rectifier_\\(neural_networks\\))\n",
236+
" [ReLU activation function](https://en.wikipedia.org/wiki/Rectifier_(neural_networks)\n",
237237
" (tf.nn.relu):\n",
238238
"\n",
239239
" ```python\n",

0 commit comments

Comments
 (0)