This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cs501r_f2016:lab9 [2016/11/09 18:33] wingated |
cs501r_f2016:lab9 [2021/06/30 23:42] (current) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| - You must implement a siamese network that accepts two input images | - You must implement a siamese network that accepts two input images | ||
| - The network must output the probability that the two images are the same class | - The network must output the probability that the two images are the same class | ||
| + | - You should train the network using the contrastive loss function discussed in class | ||
| - Your implementation should use a ResNet architecture | - Your implementation should use a ResNet architecture | ||