<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Computer Vision with CNNs on DATATWEETS</title><link>/courses/machine-learning/computer-vision-cnns/</link><description>Recent content in Computer Vision with CNNs on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Fri, 14 Nov 2025 09:00:00 +0200</lastBuildDate><atom:link href="/courses/machine-learning/computer-vision-cnns/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - Introduction to Convolutional Neural Networks</title><link>/courses/machine-learning/computer-vision-cnns/lesson-1-introduction-to-convolutional-neural-networks/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/computer-vision-cnns/lesson-1-introduction-to-convolutional-neural-networks/</guid><description>Learn why dense networks struggle with images and how convolutions solve the problem. You will explore local receptive fields, kernels, feature maps, parameter sharing, and translation invariance, then meet Fashion-MNIST, the clothing dataset you will use throughout this module.</description></item><item><title>Lesson 2 - CNN Architecture</title><link>/courses/machine-learning/computer-vision-cnns/lesson-2-cnn-architecture/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/computer-vision-cnns/lesson-2-cnn-architecture/</guid><description>Learn how the core building blocks of a convolutional neural network fit together: Conv2D, MaxPooling2D, Flatten, Dense, and a softmax output. You will stack them into a keras.Sequential model, compile it, and train a baseline CNN on the real Fashion-MNIST dataset, reaching 88 percent test accuracy and spotting the train/validation gap that motivates the next lesson.</description></item><item><title>Lesson 3 - Regularization in Deep Learning</title><link>/courses/machine-learning/computer-vision-cnns/lesson-3-regularization-in-deep-learning/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/computer-vision-cnns/lesson-3-regularization-in-deep-learning/</guid><description>Learn why deep CNNs overfit and how to fix it. You will diagnose a strong but overfitting baseline on Fashion-MNIST, then add dropout and data augmentation to close the train/validation gap, and understand why a slightly lower test accuracy with a smaller gap often generalizes better.</description></item><item><title>Lesson 4 - Advanced CNN Architectures</title><link>/courses/machine-learning/computer-vision-cnns/lesson-4-advanced-cnn-architectures/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/computer-vision-cnns/lesson-4-advanced-cnn-architectures/</guid><description>Move beyond a basic CNN. You will build a deeper, batch-normalized network on Fashion-MNIST, learn what global average pooling does, and meet the ideas behind classic architectures like VGG-style blocks and residual connections. Along the way you will see why deeper is not automatically better on a small dataset.</description></item><item><title>Lesson 5 - Transfer Learning</title><link>/courses/machine-learning/computer-vision-cnns/lesson-5-transfer-learning/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/computer-vision-cnns/lesson-5-transfer-learning/</guid><description>Learn how transfer learning lets you borrow the visual knowledge inside a model pretrained on millions of images. You will load MobileNetV2 with ImageNet weights, freeze it as a feature extractor, build a small head, and reach near-baseline accuracy on Fashion-MNIST using only a fraction of the data.</description></item><item><title>Lesson 6 - Guided Project: Detecting Pneumonia from X-Ray Images</title><link>/courses/machine-learning/computer-vision-cnns/lesson-6-guided-project-detecting-pneumonia-from-x-ray-images/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/computer-vision-cnns/lesson-6-guided-project-detecting-pneumonia-from-x-ray-images/</guid><description>Bring your CNN skills together in a guided medical-imaging project. You will load the real PneumoniaMNIST chest X-ray dataset, build and train a small CNN with dropout, evaluate it with a confusion matrix and AUC, and learn why recall is the metric that matters most when missing a diagnosis can cost a life.</description></item></channel></rss>