Deep Learning with PyTorch : Siamese Network

Go to class
Write Review

Deep Learning with PyTorch : Siamese Network provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Deep Learning with PyTorch : Siamese Network is taught by Parth Dhameliya. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • In this 2-hour long guided-project course, you will learn how to implement a Siamese Network, you will train the network with the Triplet loss function. You will create Anchor, Positive and Negative image dataset, which will be the inputs of triplet loss function, through which the network will learn feature embeddings. Siamese Network have plethora of applications such as face recognition, signature checking, person re-identification, etc. In this project, you will train a simple Siamese Network for person re-identification.