microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9b66995013b40a5c2d7673e7672fac58beac6085

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

lessons/4-ComputerVision/README.md

13lines · modecode

1# Computer Vision
2
3![Summary of Computer Vision content in a doodle](../sketchnotes/ai-computervision.png)
4
5In this section we will learn about:
6
7* Intro to Computer Vision and OpenCV: coming soon
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: coming soon
13* [Semantic Segmentation](12-Segmentation/README.md)