You have access to training data but no access to test data. What evaluation method can you use to assess the performance of your AI model?
Which of the following prompt engineering techniques is most effective for improving an LLM's performance on multi-step reasoning tasks?
Which aspect in the development of ethical AI systems ensures they align with societal values and norms?
Which of the following contributes to the ability of RAPIDS to accelerate data processing? (Pick the 2 correct responses)
You are working on developing an application to classify images of animals and need to train a neural model. However, you have a limited amount of labeled data. Which technique can you use to leverage the knowledge from a model pre-trained on a different task to improve the performance of your new model?
You are in need of customizing your LLM via prompt engineering, prompt learning, or parameter-efficient fine-tuning. Which framework helps you with all of these?
In neural networks, the vanishing gradient problem refers to what problem or issue?
Which of the following claims is correct about quantization in the context of Deep Learning? (Pick the 2 correct responses)
What are some methods to overcome limited throughput between CPU and GPU? (Pick the 2 correct responses)
Which technique is used in prompt engineering to guide LLMs in generating more accurate and contextually appropriate responses?
When preprocessing text data for an LLM fine-tuning task, why is it critical to apply subword tokenization (e.g., Byte-Pair Encoding) instead of word-based tokenization for handling rare or out-of-vocabulary words?
Which Python library is specifically designed for working with large language models (LLMs)?
You are using RAPIDS and Python for a data analysis project. Which pair of statements best explains how RAPIDS accelerates data science?
In evaluating the transformer model for translation tasks, what is a common approach to assess its performance?
What metrics would you use to evaluate the performance of a RAG workflow in terms of the accuracy of responses generated in relation to the input query? (Choose two.)
Which calculation is most commonly used to measure the semantic closeness of two text passages?
Which of the following principles are widely recognized for building trustworthy AI? (Choose two.)
When should one use data clustering and visualization techniques such as tSNE or UMAP?
In the context of machine learning model deployment, how can Docker be utilized to enhance the process?
When implementing data parallel training, which of the following considerations needs to be taken into account?