This states important concepts in my notebooks
This siamese network outputs two vectors and compares their euclidian distance. By this method, I compare the similiarity and dissimilarity between pairs of images of fashion items. The Fashion Mnist Dataset is used here.
The following notebooks contain code with confusion matrices. This is my preferred evaluation technique for classification problems.
- Pairs of Images and their euclidean distance
- Image, Correct Label, Predicted Label
- GIF Mnist. Red label for wrong label
- Image, Label and Accuracy of prediction
- Coloured Image with predictions
- Upload file for prediction
- ResNet
- ResNet50
- VGG Network
- Siamese Network
- Inception Resnet V2
- Inception V3
- MobileNetV2
- Encoder - Decoder
- Retina Net (Loaded from model checkpoints)
- U-Net
- Mask R-CNN