株式会社PROMPT– Author –
-
Chapter 10
[AI from Scratch] Episode 294: Evaluation Metrics in Computer Vision — Accuracy, IoU, mAP, and More
Recap and Today's Theme Hello! In the previous episode, we covered pose estimation using OpenPose, a technique for detecting human joint positions and analyzing poses. OpenPose has applications in fields like sports analysis, rehabilitat... -
Chapter 10
[AI from Scratch] Episode 292: Basics of Face Recognition — Techniques for Face Detection and Recognition
Recap and Today's Theme Hello! In the previous episode, we introduced style transfer, a technique for applying the style of one image to another while preserving the content. This technology is gaining attention in the fields of art and ... -
Chapter 10
[AI from Scratch] Episode 293: Pose Estimation with OpenPose
Recap and Today's Theme Hello! In the previous episode, we explored the fundamentals of facial recognition and its various applications in security and social media. Today, we will dive into pose estimation, a technique used to estimate ... -
Chapter 10
[AI from Scratch] Episode 291: Style Transfer
Recap and Today's Theme Hello! In the previous episode, we discussed image generation using GANs (Generative Adversarial Networks) and explored their applications in generating and transforming images. Today, we will focus on Style Trans... -
Chapter 10
[AI from Scratch] Episode 290: Image Generation Using GANs — Understanding Generative Adversarial Networks
Recap and Today's Theme Hello! In the previous episode, we explored the implementation of U-Net, focusing on its role as a segmentation model for medical images and its performance in fields like healthcare and autonomous driving. U-Net ... -
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...
