What are three elements that are typically part of a machine learning pipeline in scikit-learn or pyspark? (Choose three.)
Answer : B, C, F
A neural network is composed of a first affine transformation (affine1) followed by a ReLU non-linearity, followed by a second affine transformation (affine2).
Which two explicit functions are implemented by this neural network? (Choose two.)
Answer : C, D
Which one is the most appropriate use case for artificial intelligence (AI)?
Answer : C
What is a class of machine learning problems where the algorithm is given feedback in the form of positive or negative reward in a dynamic environment?
Answer : A
In which example would recall be preferred over precision?
Answer : C
What are two methods used to detect outliers in structured data? (Choose two.)
Answer : B, D
Which is a technique that automates the handling of categorical variables?
Answer : D