From 25c7f8bd2de541835c00d4199aff64ab8f9305c0 Mon Sep 17 00:00:00 2001 From: Amirsina Torfi Date: Thu, 19 Sep 2019 11:10:16 -0400 Subject: [PATCH] Update README.rst --- .../3-neural_network/convolutiona_neural_network/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/3-neural_network/convolutiona_neural_network/README.rst b/docs/tutorials/3-neural_network/convolutiona_neural_network/README.rst index cceb5b0..837ddb7 100644 --- a/docs/tutorials/3-neural_network/convolutiona_neural_network/README.rst +++ b/docs/tutorials/3-neural_network/convolutiona_neural_network/README.rst @@ -257,7 +257,7 @@ because when the input size of the convolutional layer equals to its kernel size and 'VALID' pooling is used, the output is only one single neuron if the number of output feature map equals to 1. So if the number of output feature maps is equals to 1024, this layer operates like and -filly-connected layer with 1024 output hidden units! +fully-connected layer with 1024 output hidden units! ~~~~~~~~~~~~~ Dropout Layer