diff --git a/4-ComputerVision/README.md b/4-ComputerVision/README.md new file mode 100644 index 00000000..a6d623e7 --- /dev/null +++ b/4-ComputerVision/README.md @@ -0,0 +1,10 @@ +# Computer Vision + +![Summary of Computer Vision content in a doodle](../sketchnotes/ai-computervision.png) + +In this section we will learn about: + +* [Convolutional Neural Networks](07-ConvNets/README.md) +* [Pre-trained Networks and Transfer Learning](08-TransferLearning/README.md) +* [Autoencoders](09-Autoencoders/README.md) +* [Generative Adversarial Networks](10-GANs/README.md) \ No newline at end of file diff --git a/sketchnotes/ai-computervision.png b/sketchnotes/ai-computervision.png new file mode 100644 index 00000000..4e2cc10c Binary files /dev/null and b/sketchnotes/ai-computervision.png differ