12 lines
808 B
Markdown
12 lines
808 B
Markdown
|
---
|
||
|
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.
|
||
|
|
||
|
### Suggested links :
|
||
|
- Stanford CS231n [Lecture 5 Convolutional Neural Networks](https://www.youtube.com/watch?v=bNb2fEVKeEo)
|
||
|
- Stanford CS231n [Lecture 9 CNN Architectures](https://www.youtube.com/watch?v=DAOcjicFr1Y&t=2384s)
|
||
|
- Udacity Deep learning : [Convolutional netwoks](https://www.youtube.com/watch?v=jajksuQW4mc)
|
||
|
- Andrew Ng's DeepLearning.ai: [Convulational Neural Networks](https://www.coursera.org/learn/convolutional-neural-networks/)
|