У нас вы можете посмотреть бесплатно Metric Learning for Images - Keras Code Examples или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video explains how to implement Metric Learning for Image Similarity Search in Keras! This is one of the most exciting areas of Deep Learning especially in applications such as Contrastive Self-Supervised Learning. You may also be interested in checking out a video I made taking apart the Retrieval-Augmented Generation model for NLP. The embeddings that come out of Deep Neural Networks / distributed representations, are one of the most interesting and useful products of Deep Learning. I hope you find this walkthrough useful, I think the key takeaway is understanding how to write a custom DataLoader and Training Step for this kind of learning task. Content Links: Original Keras Code Example: https://keras.io/examples/vision/metr... SparseCategoricalCrossEntropy: https://www.tensorflow.org/api_docs/p... tf.range: https://www.tensorflow.org/api_docs/p... tf.einsum: https://www.tensorflow.org/api_docs/p... np.squeeze: https://numpy.org/doc/stable/referenc... SimCLR: https://arxiv.org/pdf/2002.05709.pdf SimSiam: https://arxiv.org/pdf/2011.10566.pdf RAG: https://arxiv.org/pdf/2005.11401.pdf AlphaFold2: https://deepmind.com/blog/article/alp... Thanks for watching! Please check out the rest of the Keras Code Examples Playlist! Chapters 0:00 Beginning 0:44 Motivation 6:03 Indices for Pairing 7:49 Custom keras.utils.Sequence 10:24 Custom Training Step 17:43 Evaluating the Representations