-
-
Notifications
You must be signed in to change notification settings - Fork 6
L1 Apprentice
Afonso Diela edited this page Sep 17, 2024
·
1 revision
Take your skills to the next level with deep learning-powered projects focusing on classification, object detection, and more.
-
MNIST Handwritten Digit Recognition
- Description: Train a neural network to classify handwritten digits from the famous MNIST dataset.
- Key Concepts: Neural networks, image classification, MNIST dataset.
- Notebook: Open in Colab
-
- Description: Implement a CNN to classify images into different categories, such as airplanes, cars, and animals, using the CIFAR-10 dataset.
- Key Concepts: CNN, image classification, CIFAR-10 dataset.
- Notebook: Open in Colab
-
- Description: Apply YOLOv5, a real-time object detection algorithm, to detect objects in images and videos.
- Key Concepts: Object detection, YOLOv5, bounding boxes.
- Notebook: Open in Colab
-
Semantic Segmentation with DeepLabv3+
- Description: Use DeepLabv3+ to segment images into different semantic regions, identifying specific objects or areas.
- Key Concepts: Semantic segmentation, DeepLabv3+, pixel-wise classification.
- Notebook: Open in Colab
-
Facial Recognition with OpenFace
- Description: Explore facial recognition technology using OpenFace, a library for facial identification and verification.
- Key Concepts: Facial recognition, face embeddings, OpenFace.
- Notebook: Open in Colab
-
- Description: Follow the movement of objects across video frames using object tracking algorithms.
- Key Concepts: Object tracking, video processing, bounding boxes.
- Notebook: Open in Colab
-
- Description: Estimate human poses (joint positions) from images or videos using deep learning models.
- Key Concepts: Human pose estimation, keypoints, OpenCV.
- Notebook: Open in Colab