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 14a3324069f..6599399f6d0 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