
2023年最新の実際に出る1z0-1122-23問題集テストエンジン試験問題はここにある
更新された公式資料は1z0-1122-23認証済みの1z0-1122-23問題集PDF
質問 # 16
What is the purpose of Attention Mechanism in Transformer architecture?
- A. Break down a sentence into smaller pieces called tokens.
- B. Weigh the importance of different words within a sequence and understand the context.
- C. Convert tokens into numerical forms (vectors) that the model can understand.
- D. Apply a specific function to each word individually.
正解:B
解説:
The attention mechanism in the Transformer architecture is a technique that allows the model to focus on the most relevant parts of the input and output sequences. It computes a weighted sum of the input or output embeddings, where the weights indicate how much each word contributes to the representation of the current word. The attention mechanism helps the model capture the long-range dependencies and the semantic relationships between words in a sequence12. Reference: The Transformer Attention Mechanism - MachineLearningMastery.com, Attention Mechanism in the Transformers Model - Baeldung
質問 # 17
As an IT manager for your company, you are responsible for migrating your company's image and video analysis workloads to Oracle Cloud Infrastructure (OCI). Your team is particularly interested in a cloud service that offers advanced computer vision capabilities, including custom model training.
Which OCI service would you consider for this purpose?
- A. OCI Speech
- B. OCI Language
- C. OCI Document Understanding
- D. OCI Vision
正解:D
解説:
OCI Vision is the best choice for migrating your company's image and video analysis workloads to Oracle Cloud Infrastructure, as it offers advanced computer vision capabilities, including custom model training. With OCI Vision, you can build your own models to detect and classify objects in images and videos, using your own data and labels. You can also use OCI Vision's pretrained models for common tasks such as face detection, face recognition, and face analysis. OCI Vision supports various file formats, such as JPG, PNG, PDF, and TIFF, and can connect to many data sources, such as Object Storage, Autonomous Transaction Processing, and InfluxDB3. Reference: Vision - Oracle
質問 # 18
Which is an application of Generative Adversarial Networks (GANs) in the context of Generative AI?
- A. Prediction of continuous values from Input data
- B. Classification of data points into categories
- C. Generation of labeled outputs for training
- D. Creation of realistic images that resemble training data
正解:D
解説:
Generative Adversarial Networks (GANs) are a type of AI model that can generate realistic images that resemble training data. The architecture of a GAN consists of two separate neural networks that are pitted against each other in a game-like scenario. The first network, known as the generator network, tries to create fake data that looks real. The second network, known as the discriminator network, tries to distinguish between real and fake data. The generator network learns from the feedback of the discriminator network and tries to fool it by improving the quality of the fake data. The discriminator network also learns from the feedback of the generator network and tries to improve its accuracy. The process continues until the generator network produces data that is indistinguishable from the real data4. GANs can be used to create realistic images of faces, animals, landscapes, and more5. Reference: Generative models - OpenAI, Artificial Intelligence Explained: What Are Generative Adversarial ...
質問 # 19
Which type of machine learning is used to understand relationships within data and is not focused on making predictions or classifications?
- A. Reinforcement learning
- B. Active learning
- C. Unsupervised learning
- D. Supervised learning
正解:C
解説:
Unsupervised learning is a type of machine learning that is used to understand relationships within data and is not focused on making predictions or classifications. Unsupervised learning algorithms work with unlabeled data, which means the data does not have predefined categories or outcomes. The goal of unsupervised learning is to discover hidden patterns, structures, or features in the data that can provide valuable insights or reduce complexity. Some of the common techniques and applications of unsupervised learning are:
Clustering: Grouping similar data points together based on their attributes or distances. For example, clustering can be used to segment customers based on their preferences, behavior, or demographics.
Dimensionality reduction: Reducing the number of variables or features in a dataset while preserving the essential information. For example, dimensionality reduction can be used to compress images, remove noise, or visualize high-dimensional data in lower dimensions.
Anomaly detection: Identifying outliers or abnormal data points that deviate from the normal distribution or behavior of the data. For example, anomaly detection can be used to detect fraud, network intrusion, or system failure.
Association rule mining: Finding rules that describe how variables or items are related or co-occur in a dataset. For example, association rule mining can be used to discover frequent itemsets in market basket analysis or recommend products based on purchase history. Reference: : Unsupervised learning - Wikipedia, What is Unsupervised Learning? | IBM
質問 # 20
What is the primary purpose of reinforcement learning?
- A. Identifying patterns in data
- B. Learning from outcomes to make decisions
- C. Making predictions from labeled data
- D. Finding relationships within data sets
正解:B
解説:
Reinforcement learning is a type of machine learning that is based on learning from outcomes to make decisions. Reinforcement learning algorithms learn from their own actions and experiences in an environment, rather than from labeled data or explicit feedback. The goal of reinforcement learning is to find an optimal policy that maximizes a cumulative reward over time. A policy is a rule that determines what action to take in each state of the environment. A reward is a feedback signal that indicates how good or bad an action was for achieving a desired objective. Reinforcement learning involves a trial-and-error process of exploring different actions and observing their consequences, and then updating the policy accordingly. Some of the challenges and components of reinforcement learning are:
Exploration vs exploitation: Balancing between trying new actions that might lead to higher rewards in the future (exploration) and choosing known actions that yield immediate rewards (exploitation).
Markov decision process (MDP): A mathematical framework for modeling sequential decision making problems under uncertainty, where the outcomes depend only on the current state and action, not on the previous ones.
Value function: A function that estimates the expected long-term return of each state or state-action pair, based on the current policy.
Q-learning: A popular reinforcement learning algorithm that learns a value function called Q-function, which represents the quality of taking a certain action in a certain state.
Deep reinforcement learning: A branch of reinforcement learning that combines deep neural networks with reinforcement learning algorithms to handle complex and high-dimensional problems, such as playing video games or controlling robots. Reference: : Reinforcement learning - Wikipedia, What is Reinforcement Learning? - Overview of How it Works - Synopsys
質問 # 21
Which AI domain is associated with tasks such as identifying the sentiment of text and translating text between languages?
- A. Natural Language Processing
- B. Anomaly Detection
- C. Computer Vision
- D. Speech Processing
正解:A
解説:
Natural Language Processing (NLP) is an AI domain that is associated with tasks such as identifying the sentiment of text and translating text between languages. NLP is an interdisciplinary field that combines computer science, linguistics, and artificial intelligence to enable computers to process and understand natural language data, such as text or speech. NLP involves various techniques and applications, such as:
Text analysis: Extracting meaningful information from text data, such as keywords, entities, topics, sentiments, emotions, etc.
Text generation: Producing natural language text from structured or unstructured data, such as summaries, captions, headlines, stories, etc.
Machine translation: Translating text or speech from one language to another automatically and accurately.
Question answering: Retrieving relevant answers to natural language questions from a knowledge base or a document collection.
Speech recognition: Converting speech signals into text or commands.
Speech synthesis: Converting text into speech signals with natural sounding voices.
Natural language understanding: Interpreting the meaning and intent of natural language inputs and generating appropriate responses.
Natural language generation: Creating natural language outputs that are coherent, fluent, and relevant to the context. Reference: : What is Natural Language Processing? | IBM, Natural language processing - Wikipedia
質問 # 22
What is the primary goal of machine learning?
- A. Explicitly programming computers
- B. Creating algorithms to solve complex problems
- C. Improving computer hardware
- D. Enabling computers to learn and improve from experience
正解:D
解説:
Machine learning is a branch of artificial intelligence that enables computers to learn from data and experience without being explicitly programmed. Machine learning algorithms can adapt to new data and situations and improve their performance over time2. Reference: Artificial Intelligence (AI) | Oracle
質問 # 23
Which NVIDIA GPU is offered by Oracle Cloud Infrastructure?
- A. K80
- B. P200
- C. T4
- D. A100
正解:D
解説:
Oracle Cloud Infrastructure offers NVIDIA A100 Tensor Core GPUs as one of the GPU options for its compute instances. The NVIDIA A100 GPU is a powerful and versatile GPU that can accelerate a wide range of AI and HPC workloads. The A100 GPU delivers up to 20x higher performance than the previous generation V100 GPU and supports features such as multi-instance GPU, automatic mixed precision, and sparsity acceleration12. The OCI Compute bare-metal BM.GPU4.8 instance offers eight 40GB NVIDIA A100 GPUs linked via high-speed NVIDIA NVLink direct GPU-to-GPU interconnects3. This instance is ideal for training large language models, computer vision models, and other complex AI tasks. Reference: Accelerated Computing and Oracle Cloud Infrastructure (OCI) - NVIDIA, Oracle Cloud Infrastructure Offers New NVIDIA GPU-Accelerated Compute ..., GPU, Virtual Machines and Bare Metal | Oracle
質問 # 24
How does Oracle Cloud Infrastructure Anomaly Detection service contribute to fraud detection?
- A. By transcribing spoken language
- B. By identifying abnormal patterns in data
- C. By generating spoken language from text
- D. By analyzing text sentiment
正解:B
解説:
Oracle Cloud Infrastructure Anomaly Detection is an AI service that provides real-time and batch anomaly detection for univariate and multivariate time series data. Through a simple user interface, organizations can create and train models to detect anomalies and identify unusual behavior, changes in trends, outliers, and more. Anomaly Detection can contribute to fraud detection by analyzing data from various sources, such as transactions, logs, sensors, or customer behavior, and alerting users when suspicious or fraudulent activities are detected2. Reference: Anomaly Detection | Oracle
質問 # 25
What is the primary purpose of Convolutional Neural Networks (CNNs)?
- A. Processing sequential data
- B. Creating music compositions
- C. Generating Images
- D. Detecting patterns in images
正解:D
解説:
Convolutional Neural Networks (CNNs) are a type of deep learning algorithm that is particularly well-suited for image recognition and processing tasks. They are made up of multiple layers, including convolutional layers, pooling layers, and fully connected layers. The convolutional layer is the core building block of a CNN, and it is where the majority of computation occurs. It requires a few components, which are input data, a filter, and a feature map. The filter is a small matrix of weights that slides over the input data and performs element-wise multiplication and summation, resulting in a feature map that represents the activation of a certain feature in the input. By applying multiple filters, the CNN can detect different patterns in the image, such as edges, shapes, colors, textures, etc. The pooling layer is used to reduce the spatial dimensionality of the feature maps, while preserving the most important information. The fully connected layer is the final layer of a CNN, and it is where the classification or regression task is performed based on the extracted features. CNNs can learn to detect complex patterns in images by adjusting their weights during training using backpropagation and gradient descent algorithms. Reference: : Convolutional neural network - Wikipedia, What are Convolutional Neural Networks? | IBM, Convolutional Neural Network (CNN) in Machine Learning
質問 # 26
What is the difference between classification and regression in Supervised Machine Learning?
- A. Classification and regression both assign data points to categories.
- B. Classification predicts continuous values, whereas regression assigns data points to categories.
- C. Classification assigns data points to categories, whereas regression predicts continuous values.
- D. Classification and regression both predict continuous values.
正解:C
解説:
Classification and regression are two subtypes of supervised learning in machine learning. The main difference between them is the type of output variable they deal with. Classification assigns data points to discrete categories based on some criteria or rules. For example, classifying emails into spam or not spam based on their content is a classification problem because the output variable is binary (spam or not spam). Regression predicts continuous values for data points based on their input features. For example, predicting house prices based on their size, location, amenities, etc., is a regression problem because the output variable is continuous (house price). Classification and regression use different types of algorithms and metrics to evaluate their performance. Reference: : Oracle Cloud Infrastructure AI - Machine Learning Concepts, Classification vs Regression in Machine Learning | by ...
質問 # 27
What role do tokens play in Large Language Models (LLMs)?
- A. They are Individual units into which a piece of text is divided during processing by the model.
- B. They represent the numerical values of model parameters.
- C. They determine the size of the model's memory.
- D. They are used to define the architecture of the model's neural network.
正解:A
解説:
Tokens are the basic units of text representation in large language models. They can be words, subwords, characters, or symbols. Tokens are used to encode the input text into numerical vectors that can be processed by the model's neural network. Tokens also determine the vocabulary size and the maximum sequence length of the model3. Reference: Oracle Cloud Infrastructure 2023 AI Foundations Associate | Oracle University
質問 # 28
......
最新版無料体験を掴み取れ!Oracle 1z0-1122-23問題集PDFは更新された:https://jp.fast2test.com/1z0-1122-23-premium-file.html