ENABLERS OF ARTIFICAL INTELLIGENCE /Machine Learning Flashcards
(31 cards)
What is human compatible AI?
AI systems designed to align with human values, goals, and ethical principles to remain safe, beneficial, and controllable.
Give an example of human compatible AI in practice.
Adaptive cruise control.
What is wearable AI?
Devices that combine AI with wearable technology to provide functionalities like health monitoring and assistance.
Give two examples of wearable AI devices.
Smart watches, fitness trackers.
What is Edge AI?
Deployment of AI on local devices rather than relying on centralized cloud computing, allowing real-time processing and better privacy.
Give two examples of Edge AI devices.
Smartphones, autonomous vehicles.
How does AI enhance the Internet of Things (IoT)?
By improving functionality, efficiency, and decision-making of connected devices across sectors.
List three IoT applications enhanced by AI.
Smart homes, agriculture, healthcare.
What is a robot?
A programmable machine capable of carrying out tasks autonomously or semi-autonomously.
What are five types of AI robots?
Industrial, personal, autonomous, nanobots, humanoids.
What is Robotic Process Automation (RPA)?
A technology that uses software bots to automate repetitive, rule-based tasks like data entry.
What does it mean for an AI agent to be autonomous?
It learns and makes decisions independently without relying entirely on designer’s prior knowledge.
What is machine learning?
The field concerned with creating programs that improve automatically through experience.
What is deep learning?
A type of machine learning using multi-layered neural networks inspired by the human brain.
Name three applications of deep learning.
Speech recognition, image recognition, NLP.
What are the three main types of machine learning?
Supervised, unsupervised, reinforcement.
What is supervised learning?
Training a model using labeled data to predict future labels.
What is unsupervised learning?
Training a model without labeled data to discover hidden patterns.
What is reinforcement learning?
Training a model using reward and punishment.
What is online learning in ML?
Incremental learning using small batches of data, useful for changing data or limited hardware.
What is instance-based learning?
Learning by heart with examples like times tables; uses similarity measures.
What is model-based learning?
Building a predictive model from data, like fitting a line to make predictions.
What is the role of hyperparameters in training?
They define how the model learns and affect the outcome.