Learning AI from scratch– category –
-
Chapter 10
[AI from Scratch] Episode 288: Introduction to Segmentation — Classifying Images at the Pixel Level
Recap and Today's Theme Hello! In the previous episode, we discussed the workings and implementation of SSD (Single Shot MultiBox Detector), a real-time object detection model. SSD processes images in a single pass, detecting objects at ... -
Chapter 10
[AI from Scratch] Episode 289: Implementing U-Net for Medical Image Segmentation
Recap and Today's Theme Hello! In the previous episode, we explored the fundamentals of segmentation and its applications in tasks that require pixel-level classification, such as medical imaging and autonomous driving. Today, we will di... -
Chapter 10
[AI from Scratch] Episode 287: SSD (Single Shot MultiBox Detector)
Recap and Today's Theme Hello! In the previous episode, we discussed YOLOv3 and how it performs real-time object detection by processing the entire image in a single pass. Today, we will introduce SSD (Single Shot MultiBox Detector), ano... -
Chapter 10
[AI from Scratch] Episode 286: Implementing YOLOv3 — How to Build a Real-Time Object Detection Model
Recap and Today's Theme Hello! In the previous episode, we discussed the basics of object detection, covering popular techniques such as R-CNN, Fast R-CNN, Faster R-CNN, YOLO, and SSD, each with its unique characteristics and approaches.... -
Chapter 10
[AI from Scratch] Episode 284: Fine-Tuning — Retraining Parts of Transfer Learning Models
Recap and Today's Theme Hello! In the previous episode, we covered transfer learning, where we leveraged pre-trained models (like VGG16) and adapted them for new image classification tasks. Transfer learning allowed us to build high-accu... -
Chapter 10
[AI from Scratch] Episode 285: Basics of Object Detection
Recap and Today's Theme Hello! In the previous episode, we covered fine-tuning and discussed how to adapt pre-trained models to improve accuracy for specific tasks. Fine-tuning is a powerful technique in transfer learning, enabling bette... -
Chapter 10
[AI from Scratch] Episode 283: Image Classification Using Transfer Learning
Recap and Today's Theme Hello! In the previous episode, we discussed data augmentation, which improves model performance even with limited data by using techniques such as rotation, shifting, and noise addition. Today, we will dive into ... -
Chapter 10
[AI from Scratch] Episode 282: Practical Data Augmentation — How to Increase Image Data
Recap and Today's Theme Hello! In the previous episode, we explained how to build image classification models using CNNs (Convolutional Neural Networks). Using the handwritten digit dataset (MNIST) as an example, we learned how to classi... -
Chapter 10
[AI from Scratch] Episode 281: Building an Image Classification Model Using CNN
Recap and Today's Theme Hello! In the previous episode, we explained feature extraction methods like SIFT, SURF, and ORB for detecting key points in images. While these techniques are effective for object recognition and pattern matching... -
Chapter 10
[AI from Scratch] Episode 280: Feature Extraction (SIFT, SURF, ORB) — Methods for Extracting Keypoints from Images
Recap and Today's Theme Hello! In the previous episode, we discussed template matching, a fundamental technique for detecting specific patterns in images. Template matching is widely applied in object recognition, quality inspection, and... -
Chapter 10
[AI from Scratch] Episode 279: Template Matching
Recap and Today's Theme Hello! In the previous episode, we discussed image binarization, a fundamental technique for converting images into two-tone (black and white) representations. This method is widely used in applications such as ob... -
Chapter 10
[AI from Scratch] Episode 277: Image Histograms
Recap and Today's Theme Hello! In the previous episode, we discussed edge detection techniques, including the Sobel and Canny methods. Today, we will focus on image histograms, an essential tool in image processing that visually represen... -
Chapter 10
[AI from Scratch] Episode 278: Image Binarization
Recap and Today's Theme Hello! In the previous episode, we discussed image histograms and how to visualize the distribution of brightness and color in an image. This time, we’ll cover image binarization, a fundamental operation in image ... -
Chapter 10
[AI from Scratch] Episode 275: Basics of Convolution
Recap and Today's Theme Hello! In the previous episode, we discussed image preprocessing, where we learned how to resize, normalize, filter, and augment images. Today, we will delve into the foundational operation in image processing and... -
Chapter 10
[AI from Scratch] Episode 276: Edge Detection
Recap and Today's Theme Hello! In the previous episode, we explained the basics of convolution and how filters are used in image processing. This time, we will introduce an important technique in image processing: edge detection. Edge de...
