Which AI application is vital for enabling autonomous vehicles?
- Computer Vision.
- Natural Language Processing.
- Speech Recognition.
- Virtual Reality.
Computer Vision plays a crucial role in enabling autonomous vehicles. It allows vehicles to "see" and interpret their surroundings, identify obstacles, and make decisions based on visual data.
What is the fundamental difference between symbolic AI and connectionist AI regarding knowledge representation?
- Symbolic AI focuses on general problem-solving, while Connectionist AI specializes in narrow tasks.
- Symbolic AI is rule-based, while Connectionist AI is rule-free.
- Symbolic AI relies on expert systems, while Connectionist AI uses statistical techniques.
- Symbolic AI uses explicit rules and symbols, while Connectionist AI uses neural networks and distributed representations.
The fundamental difference is that Symbolic AI uses explicit rules and symbols for knowledge representation, whereas Connectionist AI relies on neural networks and distributed representations. Symbolic AI is rule-based and highly structured, whereas Connectionist AI is more flexible and connection-driven.
The "_______" problem in AI safety involves ensuring that an AI system continues to operate safely even when it grows in capability.
- Alignment
- Flexibility
- Robustness
- Scalability
The "Alignment" problem in AI safety pertains to making sure that as AI systems become more capable and powerful, they remain aligned with human values and objectives. This is crucial to avoid unintended consequences or unsafe behavior as AI systems evolve.
What is the role of sensors in robotic automation?
- Sensors control the robot's movement.
- Sensors detect and respond to the environment.
- Sensors enable robots to think.
- Sensors provide power to robots.
Sensors in robotic automation play a crucial role in detecting and responding to the environment. They collect data about the robot's surroundings, enabling it to make decisions, avoid obstacles, and interact with its surroundings effectively.
What does "swarm robotics" refer to?
- A group of robots that communicate and coordinate their actions to accomplish tasks collectively.
- A robot that can move at high speeds.
- A type of insect-like robot.
- The use of drones for surveillance.
"Swarm robotics" refers to a field of robotics where a group of robots works together in a coordinated and decentralized manner to achieve a common goal. They communicate and collaborate without a central controller, inspired by the behavior of social insects like ants or bees.
In a scenario where an AI deployed in financial trading starts making highly risky trades due to a data anomaly, how would you design a system to prevent this in the future while maintaining the ability to capitalize on legitimate opportunities?
- Disable the AI system and rely solely on human traders.
- Implement strict trading limits for the AI and increase human oversight.
- Allow the AI to continue risky trading to maximize profits.
- Ignore the anomaly, as it may be a temporary issue.
To prevent risky trading while capitalizing on legitimate opportunities, you should increase human oversight, implement strict limits, and develop algorithms to detect and react to anomalies. Balancing risk and reward is essential in financial AI systems.
Which of the following applications is typically not associated with NLP?
- Sentiment analysis of social media posts.
- Language translation.
- Weather forecasting.
- Virtual personal assistants.
Weather forecasting is typically not associated with NLP. While NLP is essential in understanding and processing human language, weather forecasting relies on meteorological data and scientific models to predict weather conditions.
The principle of "_______" refers to the ethical guideline that AI systems should be transparent and explainable.
- Accountability
- Inscrutability
- Opacity
- Transparency
The principle of "Transparency" in AI ethics emphasizes that AI systems should be designed in a way that their decisions and operations can be understood and explained by humans. This promotes trust and accountability in AI systems.
Developing AI systems that can effectively handle _______ learning is crucial for adapting to dynamic environments with non-stationary data distributions.
- Lifelong
- Reinforcement
- Supervised
- Unsupervised
Developing AI systems capable of Lifelong Learning is crucial for adapting to dynamic environments with non-stationary data distributions. Lifelong learning allows systems to continuously acquire knowledge and adapt to new tasks and data distributions over time.
Which algorithm is least likely to be used in a real-time bidding (RTB) system in programmatic advertising?
- Decision Trees
- K-Means Clustering
- Logistic Regression
- Reinforcement Learning
Reinforcement Learning is the least likely to be used in real-time bidding (RTB) systems in programmatic advertising. RTB systems require rapid decision-making based on historical data and current conditions, which doesn't align with the training process of reinforcement learning.