Fixed grammar in last sentence. (#28089)

The original form of the sentence was difficult to understand, so I split it into 2 complete sentences.
This commit is contained in:
Domin Sweet
2019-03-21 11:05:37 -05:00
committed by The Coding Aviator
parent b2fa8896ba
commit ea596b6e93

View File

@ -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