Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 5.67 KB

important.md

File metadata and controls

59 lines (47 loc) · 5.67 KB

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.

Confusion Matrix

The following notebooks contain code with confusion matrices. This is my preferred evaluation technique for classification problems.

Image Models with helpful image visualization functions

My Model Implementations

Datasets