Recreating the Siamese Network. Originally developed by Yann LeCun et al. to recognise handwritten digits (0-9). The original architecture has evolved into many important models, such as the JEPA models, which have sparked my interest. I am recreating it in Python using PyTorch and have plans to explore uses for this.
Messing around with AI using a machine learning algorithm I made from scratch