Questão 10 — Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Which option describes embeddings in the context of AI?
- A. A method for compressing large datasets
- B. An encryption method for securing sensitive data
- C. A method for visualizing high-dimensional data
- D. A numerical method for data representation in a reduced dimensionality space
Resposta correta:
D
Explicação
Explanation: Embeddings in AI refer to numerical representations of data (e.g., text, images) in a lower- dimensional space, capturing semantic or contextual relationships. They are widely used in NLP and other AI tasks to represent complex data in a format that models can process efficiently. Exact Extract from AWS AI Documents: From the AWS AI Practitioner Learning Path: "Embeddings are numerical representations of data in a reduced dimensionality space. In natural language processing, for example, word or sentence embeddings capture semantic relationships, enabling models to process text efficiently for tasks like classification or similarity search." (Source: AWS AI Practitioner Learning Path, Module on AI Concepts) Detailed Option A: A method for compressing large datasetsWhile embeddings reduce dimensionality, their primary purpose is not data compression but rather to represent data in a way that preserves meaningful relationships. This option is incorrect. Option B: An encryption method for securing sensitive dataEmbeddings are not related to encryption or data security. They are used for data representation, making this option incorrect. Option C: A method for visualizing high-dimensional dataWhile embeddings can sometimes be used in visualization (e.g., t-SNE), their primary role is data representation for model processing, not visualization. This option is misleading. Option D: A numerical method for data representation in a reduced dimensionality spaceThis is the correct answer. Embeddings transform complex data into lower-dimensional numerical vectors, preserving semantic or contextual information for use in AI models. Reference: AWS AI Practitioner Learning Path: Module on AI Concepts Amazon Comprehend Developer Guide: Embeddings for Text Analysis (https://docs.aws.amazon.com/ comprehend/latest/dg/embeddings.html) AWS Documentation: What are Embeddings? (https://aws.amazon.com/what-is/embeddings/)