최신 AI Testing CT-AI_v1.0_World 무료샘플문제:
1. Arihant Meditation is a startup using Al to aid people in deeper and better meditation based on analysis of various factors such as time and duration of the meditation, pulse and blood pressure, EEG patters etc. among others. Their model accuracy and other functional performance parameters have not yet reached their desired level.
Which ONE of the following factors is NOT a factor affecting the ML functional performance?
SELECT ONE OPTION
A) The data pipeline
B) The number of classes
C) Biased data
D) The quality of the labeling
2. A software component uses machine learning to recognize the digits from a scan of handwritten numbers. In the scenario above, which type of Machine Learning (ML) is this an example of?
SELECT ONE OPTION
A) Reinforcement learning
B) Clustering
C) Classification
D) Regression
3. Which ONE of the following describes a situation of back-to-back testing the LEAST?
SELECT ONE OPTION
A) Comparison of the results of the current neural network ML model on the current data set with a slightly modified data set.
B) Comparison of the results of a current neural network model ML model implemented in platform A (for example Pytorch) with a similar neural network model ML model implemented in platform B (for example Tensorflow), for the same data.
C) Comparison of the results of a home-grown neural network model ML model with results in a neural network model implemented in a standard implementation (for example Pytorch) for same data
D) Comparison of the results of a neural network ML model with a current decision tree ML model for the same data.
4. Which ONE of the following approaches to labelling requires the least time and effort?
SELECT ONE OPTION
A) Internal
B) Al-Assisted
C) Pre-labeled dataset
D) Outsourced
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: C | 질문 # 3 정답: D | 질문 # 4 정답: C |