Prévia do material em texto
C) Random Forest D) Support Vector Machines E) Decision Trees Correct option: B) Explanation: Z-Score analysis measures how many standard deviations a data point is from the mean of the distribution, allowing for the identification of outliers by determining which points fall beyond a certain threshold, facilitating effective anomaly detection. 31) In supervised learning, which of the following algorithms is particularly effective for handling binary classification tasks, especially when the data is linearly separable, and provides a clear geometric interpretation of the decision boundary? A) Decision Trees B) Linear Regression C) Logistic Regression D) K-Nearest Neighbors E) Neural Networks Correct option: C) Explanation: Logistic regression is a statistical method used for binary classification that models the probability of a binary outcome based on one or more predictor variables, providing a clear interpretation of the decision boundary. 32) In the context of natural language processing, which of the following pre-processing techniques is often applied to reduce the dimensionality of the text data by removing common words that may not carry significant meaning, and how does it impact the analysis? A) Lemmatization B) Stopword Removal C) Tokenization D) Stemming E) POS Tagging Correct option: B) Explanation: Stopword removal eliminates common words (e.g., "and," "the") that do not contribute meaningful information to the analysis, thereby reducing dimensionality and improving the focus on more relevant terms in the text data. 33) In the context of deep learning, which type of neural network architecture is specifically designed to process sequential data, such as time series or natural language, by maintaining a form of memory of previous inputs? A) Convolutional Neural Networks B) Fully Connected Networks C) Recurrent Neural Networks D) Autoencoders E) Generative Adversarial Networks Correct option: C) Explanation: Recurrent Neural Networks (RNNs) are specifically designed to process sequential data by maintaining hidden states that capture information about previous inputs, making them well-suited for tasks involving temporal dependencies. 34) When evaluating the performance of a classification model, which metric is particularly useful for assessing the trade-off between true positive and false positive rates, especially in binary classification scenarios? A) Mean Absolute Error B) F1 Score C) ROC Curve D) R-Squared E) Log Loss Correct option: C) Explanation: The ROC curve visually represents the trade-off between true positive and false positive rates at various threshold settings, providing valuable insight into the model's performance across different classification scenarios. 35) In the context of machine learning, what is the primary advantage of using ensemble methods, and how do they improve the predictive performance of individual models? A) They reduce the complexity of the model. B) They combine multiple models to leverage their strengths and mitigate their weaknesses, resulting in improved accuracy. C) They eliminate the need for hyperparameter tuning. D) They simplify the interpretation of results. E) They are computationally more efficient. Correct option: B) Explanation: Ensemble methods combine the predictions of multiple models, leveraging their strengths and compensating for their weaknesses, which typically results in improved predictive accuracy and robustness compared to individual models. 36) In the domain of image recognition, which of the following techniques is commonly used to enhance the performance of convolutional neural networks by allowing them to focus on the most relevant features in the input images? A) Data Normalization B) Dropout C) Batch Normalization D) Max Pooling E) Feature Scaling Correct option: D) Explanation: Max pooling is a down-sampling technique that reduces the spatial dimensions of the input image while retaining the most salient features, allowing convolutional neural networks to focus on important aspects of the input data and improve performance. 37) In the context of natural language processing, which approach is often used to convert words into numerical representations that can be fed into machine learning models, thereby facilitating the analysis of text data? A) Tokenization B) Word Embeddings C) Stemming D) Lemmatization E) Stopword Removal Correct option: B) Explanation: Word embeddings, such as Word2Vec and GloVe, convert words into dense numerical vectors that capture semantic relationships, allowing machine learning models to process and analyze text data effectively. 38) In the context of decision trees, what is the primary purpose of pruning, and how does it enhance the performance of the model? A) To increase the depth of the tree B) To reduce the number of features used