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:
You are building a multimodal model to classify news articles using both text and images. The text data is processed using spaCy, and image data is processed using Keras. You've noticed that the model is heavily biased towards the text dat a. Which of the following techniques would be MOST effective in addressing this modality imbalance?
Correct Answer: C
Modality-specific weighting directly addresses the imbalance by penalizing errors from the underrepresented modality (images) more heavily. Data augmentation helps improve the image model's performance but doesn't directly address the imbalance. TF-IDF and text sequence normalization focus on text processing. PCA can reduce dimensionality but doesn't directly address the imbalance problem. Therefore, modality-specific weighting is the most effective.