Chapter 2: Infrastructure and Tools For Ai Flashcards
(50 cards)
What does an operator take care of?
Conditions and everything that affects them
It consists of actions, preconditions, and changes resulting from taking actions.
What is a rational agent?
An entity that takes actions to achieve certain goals
The text discusses making rational agents more intelligent.
What are common techniques to impart intelligence to an agent?
- Machine learning
- Stored knowledge
- Rules
The focus is on machine learning in the text.
What is the role of labeled data in machine learning?
To solve a given problem by allowing machines to learn patterns
Machines extract patterns and relationships from labeled data.
What are the steps that an intelligent agent takes when using machine learning?
- Sensor perceives input
- Sends to feature extraction block
- Trained inference engine performs prediction
- Inference engine sends decision to actuator
This process results in taking required action in the real world.
Name some applications of machine learning.
- Image recognition
- Robotics
- Speech recognition
- Predicting stock market behavior
Machine learning is widely used in various fields.
What are the two types of models in AI?
- Analytical models
- Learned models
The text discusses the transition from analytical to learned models.
What characterizes analytical models?
Derived using mathematical formulation and human judgment
They are often simplistic and inaccurate.
What defines learned models?
Obtained through training, analyzing many examples of inputs and outputs
These models are complex and accurate.
What is a significant advantage of machine learning over analytical models?
No need to derive the underlying mathematical formula
Machines derive the formula based on data.
What is the first command to enter the Python command prompt?
$ python3
This command starts the Python interpreter.
What did Alan Turing ask in 1950?
Can machines think?
This question remains relevant in AI discussions today.
What does ML stand for?
Machine Learning
It is a key area of focus in applied AI.
What is the difference between strong AI and weak AI?
- Strong AI: Refers to AGI (Artificial General Intelligence)
- Weak AI: Refers to ANI (Artificial Narrow Intelligence)
Weak AI is what is generally meant in most product contexts.
True or False: AGI exists today.
False
AGI does not exist; current AI is narrow in application.
What is the main characteristic of ANI?
Narrow application of AI that is good at specific tasks
Its expertise does not extend to other areas.
What is a rules-based engine?
A system that replicates human decision-making without learning
It is considered AI but not ML.
What is the main challenge in AI adoption mentioned in the text?
Finding clear information about what makes a product AI
Marketing often complicates the understanding of AI.
What does AGI stand for?
Artificial General Intelligence
AGI refers to a type of AI that can understand, learn, and apply intelligence across a wide range of tasks, similar to human cognitive abilities.
True or False: Sentient AI currently exists.
False
Sentient AI does not exist, and the statement emphasizes the importance of ethical AI applications.
What are the consequences of unethical applications of AI?
They cause minor inconveniences and major upsets
Unethical applications of AI can lead to significant harm in various contexts.
What are the two essential components of Machine Learning (ML)?
Models and training data
The models are used to learn from historical data points.
What is the role of data scientists and ML engineers in ML?
They choose, build, tune, and maintain models for optimized performance
Their work is crucial for ensuring that ML models function effectively.
What are the four major learning categories in ML?
- Supervised learning
- Unsupervised learning
- Semi-supervised learning
- Reinforcement learning
Each learning type has specific models and algorithms associated with it.