Ai 1
Ai 1
Artificial Intelligence:
Intelligence: ability to learn, understand and think
Definition of AI:
AI is a study which makes the computers to do things which are, at the moment,
at the hands of human beings.
Applications of AI are typically divided into two categories based on how well they can carry out
tasks.
1. General AI (Strong AI)
2. Narrow AI (Weak AI)
Narrow AI is programmed to perform only a limited range of predefined tasks in order to finish
or solve a certain issue.
General AI will be self-aware and capable of carrying out any task that its "mind" can conjure
up.
2. Turing Test:
In 1950, Alan Turing introduced a test to check whether a machine can think like a human or
not, this test is known as the Turing Test.
4. Sensor:
Sensor is a device which detects the change in the environment and sends the information to
other electronic devices. An agent observes its environment through sensors.
5. Actuators:
Actuators are the component of machines that converts energy into motion.
6. Effectors:
Effectors are the devices which affect the environment. Effectors can be legs, wheels, arms,
fingers, wings, fins, and display screen.
7. Rational agent:
Rational agent is an agent which has clear preference, models uncertainty, and acts in a way
to maximize its performance measure with all possible actions.
8. Rationality:
The rationality of an agent is measured by its performance measure. Rationality can be judged
on the basis of following points:
• Performance measure which defines the success criterion.
• Agent prior knowledge of its environment.
• Best possible actions that an agent can perform.
• The sequence of percepts
25. Applications of AI
Astronomy, Healthcare, Gaming, Finance, Data Security, Social media, Travel & Transport,
Automotive Industry, Robotics, Entertainment.
33. Inference
Inference means deriving new sentences from old
34. Logic:
Logic can be defined as the proof or validation behind any reason provided.
44. FOL:
FOL is also called predicate logic. It is a powerful language used to develop information
about an object and express the relationship between objects.
46. Predicate:
A predicate is an expression of one or more variables determined on some specific domain.
49. Clause:
Disjunction of literals (an atomic sentence) is called a clause. It is also known as a unit clause.
52. Which is the most straight forward approach for planning algorithm
STRIPS (Stanford Research Institute Problem Solver) algorithm was the planner used in
Shakey, one of the first robots built using AI technology.
54.Ontology:
In AI, an ontology refers to a formal and explicit representation of knowledge that describes
concepts, entities, relationships, and properties within a specific domain.
56. Resolution
Resolution is a theorem proving technique that converts given predicate
login into clause form or CNF.
57. Lifitng
Lifting, also known as Skolemization, is a process used to eliminate existential quantifiers (∃)
from formulas in first-order logic.