Download CS607_Current_Subjective

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Existential risk from artificial general intelligence wikipedia , lookup

Concept learning wikipedia , lookup

Computer vision wikipedia , lookup

AI winter wikipedia , lookup

Embodied cognitive science wikipedia , lookup

Time series wikipedia , lookup

Catastrophic interference wikipedia , lookup

Philosophy of artificial intelligence wikipedia , lookup

Type-2 fuzzy sets and systems wikipedia , lookup

Expert system wikipedia , lookup

Convolutional neural network wikipedia , lookup

Machine learning wikipedia , lookup

Neural modeling fields wikipedia , lookup

Logic programming wikipedia , lookup

Pattern recognition wikipedia , lookup

History of artificial intelligence wikipedia , lookup

Fuzzy concept wikipedia , lookup

Knowledge representation and reasoning wikipedia , lookup

Fuzzy logic wikipedia , lookup

Transcript
How does neural network resemble the human brain?
Answer:- (Page 187)
It resembles the brain in two respects
• Knowledge is acquired by the network through a learning process (called training)
• Interneuron connection strengths known as synaptic weights are used to store the knowledge
Elaborate the goal state of STRIPS. 2
Answer:
Goal is also represented in the same manner as a state. For example, if the goal of a planning
problem is to be at the hotel with radio, it is represented as, at(hotel) _ have(radio
Write disadvantages of Artificial Neural Networks. 5marks
Answer:- (Page 187)
• The power of ANNs lie in their parallel architecture
– Unfortunately, most machines we have are serial (Von Neumann architecture)
• Lack of defined rules to build a neural network for a specific problem
– Too many variables, for instance, the learning algorithm, number of neurons per layer, number of
layers, data representation etc
• Knowledge is implicit
• Data dependency
Fuzzy logic includes fixes or partially truth. Describe this statement. 3
Fuzzy logic is a superset of conventional (Boolean)logic that has been extended
to handle the concept of partial truth -- truth values between "completely true" and
"completely false".
Increment the combination of has no effect on the instance space, explain? 3
Give 5 names of the parts of Fuzzy Inference system? 5
Answer:- (Page 154)
• Fuzzification of the input variables
• Application of fuzzy operator in the antecedent (premises)
• Implication from antecedent to consequent
• Aggregation of consequents across the rules
• Defuzzification of output
Strategy of Un-supervised..? 5
• Useful for finding patterns in large data sets
• Form clusters of input data
• Map the clusters into outputs
• Given a new example, find its cluster, and generate the associated output
60% mcqs from Moaaz file
What is hypothesis space?3 marks
The hypothesis space used by a machine learning system is the set of all hypotheses that might possibly be returned by
it. It is typically denoted by a hypothesis language, possibly in conjunction with a language bias.
What is knowledge acquisition?
2 mrks
Knowledge acquisition is the process of extracting, structuring and organizing knowledge from one source, usually
human experts
What is inductive learning?
2 mrks
Answer:- (Page 162)
Inductive learning takes examples and generalizes rather than starting with existing knowledge. For
example, having seen many cats, all of which have tails, one might conclude that all cats have tails.
Among Entropy and information gain which is the best to measure effectiveness? 2 marks
Answer:- (Page 177)
information gain
“Boolean logic is a subset of fuzzy logic.” Do you agree with the statement or not? Give
reason to support your answer.(Marks 3)
Answer:- (Page 147)
Fuzzy logic is a superset of conventional (Boolean) logic that has been extended to handle the concept of partial truth -truth values between "completely true" and "completely false".
For example, There are two persons. Person A is standing on the left of person B. Person A is definitely shorter than
person B. But if boolean gauge has only two readings, 1 and 0, then a person can be either all or short. Let‟s say if the
cut off point is at 5 feet 10 inches then all the people having a height greater than this limit are taller and the rest are
short.
Advantage of ANN’s?




Excellent for pattern recognition
Excellent classifiers
Handles noisy data well
Good for generalization
Elaborate planning. 2marks
Answer:
Planning is an advanced form problem solving which generates a sequence of operators
that guarantee the goal. Furthermore, such sequence of operators or actions (commonly used
in planning literature) is called a plan.
Robots features?5mrks
What is fuzzy logic?
A type of logic that recognizes more than simple true and false values. With fuzzy logic, propositions can be represented
with degrees of truthfulness and falsehood. For example, the statement, today is sunny,might be 100% true if there are
no clouds, 80% true if there are a few clouds, 50% true if it's hazy and 0% true if it rains all day.
Fuzzy logic has proved to be particularly useful in expert system and other artificial intelligence applications.
Classical logic
A classical set is a container, which wholly includes or wholly excludes any given element.
What is computer vision? Application area of computer vision?
Computer vision extracts useful information from static pictures and sequence of images
Steps of Expert System Development Lifecycle?
Answer:- (Page 129)
• Feasibility study
• Rapid prototyping
• Alpha system (in-house verification)
• Beta system (tested by users)
• Maintenance and evolution
unsupervised leaning methadlogy?
Rep
Fuzzy logic and classicaldifference?
Write disadvantages of Artificial Neural Networks. 5marks
Answer:- (Page 187)
• The power of ANNs lie in their parallel architecture
– Unfortunately, most machines we have are serial (Von Neumann architecture)
• Lack of defined rules to build a neural network for a specific problem
– Too many variables, for instance, the learning algorithm, number of neurons per layer, number of
layers, data representation etc
• Knowledge is implicit
• Data dependency
Features of Robot?
► Reasoning, dealing with uncertainty
► Vision, learning
► Autonomy, physical Intelligence