(11Answer
(Choose 1 answer)
Which of the following is a correct definition of the triplet loss? Consider that a>0. (We encourage you to figure out the answer from first principles, rather than just refer to the lecture.)
A. max(||f(A)-f(P)||2-||f(A)-f(N)||2+α,0)
B. min(||f(A)-f(P)||2-||f(A)-f(N)||2+a,0)
C. max(||f(A)-f(P)||-||f(A)-f(N)||+α,0)
D. min(||f(A)-f(P)||-||f(A)-f(N)||+α,0)