From ea596b6e930136eef983294afdb86bc3972875f3 Mon Sep 17 00:00:00 2001 From: Domin Sweet Date: Thu, 21 Mar 2019 11:05:37 -0500 Subject: [PATCH] Fixed grammar in last sentence. (#28089) The original form of the sentence was difficult to understand, so I split it into 2 complete sentences. --- .../neural-networks/convolutional-neural-networks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/machine-learning/neural-networks/convolutional-neural-networks/index.md b/guide/english/machine-learning/neural-networks/convolutional-neural-networks/index.md index 14a3324069..6599399f6d 100644 --- a/guide/english/machine-learning/neural-networks/convolutional-neural-networks/index.md +++ b/guide/english/machine-learning/neural-networks/convolutional-neural-networks/index.md @@ -2,7 +2,7 @@ title: Convolutional Neural Networks --- -Convolutional Neural Networks (ConvNets or CNNs) are a category of Neural Networks that have proven very effective in areas such as image recognition and classification. ConvNets have been successful in identifying faces, objects and traffic signs apart from powering vision in robots and self driving cars. +Convolutional Neural Networks (ConvNets or CNNs) are a category of Neural Networks that have proven very effective in areas such as image recognition and classification. ConvNets have been successful in identifying faces, objects and traffic signs. ConvNets have been utilized extensively to power vision in robots and self driving cars. ### Why Convolutional Neural Network