Prévia do material em texto
( ) They eliminate the need for human oversight entirely. ( ) They can operate without any historical data inputs. 8) AI systems often rely on large datasets for training, which can sometimes lead to issues related to overfitting, where a model learns the training data too well and performs poorly on unseen data. In order to combat this issue, practitioners often apply various techniques during the training process. Which of the following techniques is commonly used to prevent overfitting in machine learning models? ( ) Increasing the size of the training data without any preprocessing. ( ) Ignoring validation data during training. ( x ) Implementing dropout layers to randomly deactivate neurons during training. ( ) Using a single training epoch for model fitting. ( ) Focusing exclusively on increasing model complexity. 9) The application of AI in autonomous vehicles has garnered significant attention due to its potential to enhance road safety and improve transportation efficiency. Which component is crucial for enabling an AI system to perceive and understand its environment in real-time? ( ) A simple rule-based decision-making engine. ( ) A static map of the driving area. ( ) Manual input from a human driver at all times. ( x ) A robust sensor suite that includes cameras, LIDAR, and radar for environmental sensing. ( ) A fixed algorithm that does not adapt to new conditions. 10) Natural language generation (NLG) is a subfield of AI focused on transforming structured data into human-readable text. One of the key challenges in NLG is ensuring that the generated content is coherent and contextually relevant. Which of the following approaches is often employed to improve the fluency and relevance of NLG outputs? ( ) Using only simple sentence structures to avoid complexity. ( ) Relying on predefined templates without variation. ( x ) Implementing advanced neural architectures like GPT or BERT to enhance language quality. ( ) Limiting the model's training to a single dataset. ( ) Ignoring the context in which data is presented. 11) In the context of AI ethics, the concept of fairness is crucial to ensuring that AI systems do not perpetuate existing societal biases. What is one commonly proposed method for assessing fairness in AI algorithms? ( ) Implementing a single metric for all applications without context. ( ) Focusing solely on the accuracy of the model. ( ) Ignoring the demographic characteristics of the dataset. ( x ) Evaluating the model's performance across different demographic groups to identify disparities. ( ) Using only qualitative assessments without quantitative analysis. 12) The use of AI in personalized marketing has transformed how businesses engage with consumers. However, this personalization raises concerns about privacy and data security. What is a widely adopted approach that companies can utilize to balance personalization with user privacy? ( ) Collecting as much user data as possible without consent. ( x ) Utilizing anonymization techniques to protect individual identities while analyzing trends. ( ) Ignoring user preferences for targeted advertising. ( ) Relying solely on third-party data without verification. ( ) Implementing unchecked algorithmic decision-making processes. 13) AI-driven chatbots have become increasingly common in customer service applications, providing instant responses to user inquiries. One challenge faced by these chatbots is understanding user intent accurately. Which of the following techniques is commonly employed to improve a chatbot's ability to discern user intent? ( ) Limiting the chatbot to a fixed set of responses. ( x ) Utilizing natural language understanding (NLU) to parse and interpret user input. ( ) Relying solely on keyword matching for response generation. ( ) Ignoring context in multi-turn conversations. ( ) Using pre-recorded audio responses without any AI capabilities. 14) The concept of transfer learning has gained traction in the machine learning community as a means of improving model performance on tasks with limited labeled data. What does transfer learning primarily involve? ( ) Training a model from scratch for every new task. ( ) Ignoring previously learned knowledge in new tasks. ( x ) Adapting a pre-trained model to a new but related task, leveraging prior knowledge. ( ) Using only unsupervised data for training without any labels. ( ) Focusing solely on one specific domain without exploration. 15) In the domain of AI and robotics, the development of autonomous agents capable of navigating complex environments is a significant area of research. One of the foundational concepts in this field is simultaneous localization and mapping (SLAM). What is the primary objective of SLAM in robotic navigation? ( ) To simplify the environment into a 2D map. ( ) To operate only in known environments. ( x ) To enable a robot to construct a map of an unknown environment while simultaneously keeping track of its location within that environment. ( ) To rely solely on GPS for navigation. ( ) To function without any sensory input. 16) In the context of AI-based recommendation systems, collaborative filtering is a popular technique employed to generate personalized suggestions for users. What is a fundamental principle of collaborative filtering? ( ) It relies only on demographic information to make recommendations. ( x ) It uses the preferences of similar users to predict the preferences of a target user. ( ) It functions independently of user interactions. ( ) It focuses solely on content-based attributes of items. ( ) It ignores historical data in favor of random suggestions. 17) The implementation of AI in supply chain management has the potential to optimize processes and reduce costs. One significant application is predictive analytics, which helps in forecasting demand. Which of the following best describes the role of predictive analytics in supply chain management? ( ) It eliminates the need for human decision-making. ( ) It relies solely on historical sales data without any external factors. ( x ) It analyzes historical data along with market trends to predict future demand and optimize inventory levels. ( ) It functions only at the end of the supply chain process.