Project information
- Category: Computer Vision
- Project date: 16 june, 2024
- Project URL: Siamese Network
Siamese Network with Fashion MNIST and Euclidean Distance
This project implements a Siamese Network on the Fashion MNIST dataset. The network is trained to determine whether two input images belong to the same class by calculating their Euclidean distance in feature space.