microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
lessons/4-ComputerVision/README.md
13lines · modecode
| 1 | # Computer Vision |
| 2 | |
| 3 |  |
| 4 | |
| 5 | In this section we will learn about: |
| 6 | |
| 7 | * [Intro to Computer Vision and OpenCV](06-IntroCV/README.md) |
| 8 | * [Convolutional Neural Networks](07-ConvNets/README.md) |
| 9 | * [Pre-trained Networks and Transfer Learning](08-TransferLearning/README.md) |
| 10 | * [Autoencoders](09-Autoencoders/README.md) |
| 11 | * [Generative Adversarial Networks](10-GANs/README.md) |
| 12 | * [Object Detection](11-ObjectDetection/README.md) |
| 13 | * [Semantic Segmentation](12-Segmentation/README.md) |