Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

NVIDIA NCA-GENM - NVIDIA Generative AI Multimodal

Page: 1 / 2
Total 56 questions

What is a common method to reduce the computational cost of deep learning models during inference?

A.

Pruning weights or neurons.

B.

Adding more convolutional filters.

C.

By replacing activation functions in some neurons with simpler ones.

D.

Increasing the batch size.

How does CLIP understand the content of both text and images?

A.

By converting text and images into a frequency domain for comparison.

B.

Using contrastive learning to match images with text descriptions.

C.

By translating images into text and comparing them with the prompt.

D.

Through a database of predefined images with their descriptions.

What are some methods to overcome limited throughput between CPU and GPU?

A.

Increase the clock speed of the CPU.

B.

Increase the number of CPU cores.

C.

Using techniques like memory pooling.

D.

Upgrade the GPU to a higher-end model.

In large-language models, what is the purpose of the attention mechanism?

A.

To measure the importance of the words in the output sequence.

B.

To assign weights to each word in the input sequence.

C.

To determine the order in which words are generated.

D.

To capture the order of the words in the input sequence.

You are conducting an experiment to evaluate the performance of different AI models. What is the purpose of AI model evaluation?

A.

To determine the best AI model architecture.

B.

To determine the ethical implications of AI model usage.

C.

To study the impact of AI models on human behavior.

D.

To analyze the cost-effectiveness of AI model development.

What is the correct order of steps in an ML project?

A.

Data preprocessing, Data collection, Model training, Model evaluation

B.

Data collection, Data preprocessing, Model training, Model evaluation

C.

Model evaluation, Data preprocessing, Model training, Data collection

D.

Model evaluation, Data collection, Data preprocessing, Model training

Which of the following best describes the purpose of GAN (Generative Adversarial Networks)?

A.

To produce new data that is similar to the training data.

B.

To optimize decision-making processes based on historical data.

C.

To classify and categorize data based on patterns and features.

D.

To optimize search algorithms for faster data retrieval.

Which of the following is a disadvantage of the ReLU activation function?

A.

It is computationally expensive.

B.

It is prone to vanishing gradient problem.

C.

It is not suitable for deep neural networks.

D.

It can cause dead neurons.

During the process of data cleansing, which of the following steps is NOT typically performed?

A.

Identifying and handling missing values

B.

Transforming data into a different format

C.

Collecting additional data

D.

Removing duplicates

Hyperparameter tuning is used for what purpose in machine learning experimentation?

A.

Adjusting the weights and biases of a neural network to optimize its performance.

B.

Selecting the best ML algorithm for a given task.

C.

Collecting and preprocessing data to improve the accuracy of the model.

D.

Selecting the optimal values for non-trainable parameters, such as learning rate or batch size.