Valid NCA-GENM Dumps shared by ExamDiscuss.com for Helping Passing NCA-GENM Exam! ExamDiscuss.com now offer the newest NCA-GENM exam dumps, the ExamDiscuss.com NCA-GENM exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com NCA-GENM dumps with Test Engine here:
Which of the following loss functions is MOST suitable for training a multimodal model for cross-modal retrieval, where the goal is to retrieve relevant images given a text query and vice versa?
Correct Answer: C
Triplet loss is specifically designed for learning embeddings where similar items are close together and dissimilar items are far apart. In cross-modal retrieval, you want the embeddings of a text query and its relevant images to be close, while the embeddings of the query and irrelevant images are far apart. Cross-entropy and binary cross-entropy are for classification. MSE is for regression. KL Divergence measures the difference between probability distributions, less suitable here.