Metric learning methods ======================= .. list-table:: :header-rows: 1 :widths: 25 55 20 * - Tutorial - Description - Link * - Train a Siamese network - Train a Siamese network, one of the earlier concepts of how to use neural networks for image similarity tasks. - :doc:`Siamese Network ` * - Train a Triplet network - Train a triplet network with anchor, positive and negative samples to learn an embedding space for retrieval. - :doc:`Triplet Network ` .. toctree:: :hidden: notebooks/siamese_network notebooks/triplet_network