Image 1
- Car: ✓ (yes)
- Bus: ✗ (no)
- Pedestrian: ✓ (yes)
Image 1
Image 2
Image 3
Multi-Class Classification
Multi-Label Classification
Multi-label classification allows neural networks to predict multiple outcomes simultaneously for a single input. This approach is particularly valuable in real-world applications like object detection, where multiple objects can appear in the same image. By using sigmoid activations in the output layer, a single network can make independent predictions for each possible label.