microsoft/AI-For-Beginners

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3a3a2857a0ee0bcb21913d1ec1523402afb3e582

Branches

Tags

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

Clone

HTTPS

Download ZIP

4-ComputerVision/README.md

10lines · 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* [Convolutional Neural Networks](07-ConvNets/README.md)
8* [Pre-trained Networks and Transfer Learning](08-TransferLearning/README.md)
9* [Autoencoders](09-Autoencoders/README.md)
10* [Generative Adversarial Networks](10-GANs/README.md)