Categories: Interview Question

Artificial Intelligence Interview Questions

Here we have mentioned most frequently asked Artificial Intelligence Interview Questions and Answers specially for freshers and experienced.


1. What is Artificial Intelligence?

Ans:

Artificial Intelligence is an area of computer science that emphasizes the creation of intelligent machine that work and reacts like humans.

2. What is an artificial intelligence Neural Networks?

Ans:

Artificial intelligence Neural Networks can model mathematically the way biological brain works, allowing the machine to think and learn the same way the humans do- making them capable of recognizing things like speech, objects and animals like we do.

3. What are the various areas where AI (Artificial Intelligence) can be used?

Ans:

Artificial Intelligence can be used in many areas like Computing, Speech recognition, Bio-informatics, Humanoid robot, Computer software, Space and Aeronautics’s etc.

4. Which is not commonly used programming language for AI?

Ans:

Perl language is not commonly used programming language for AI

5. What is Prolog in AI?

Ans:

In AI, Prolog is a programming language based on logic.

6. Give an explanation on the difference between strong AI and weak AI?

Ans:

Strong AI makes strong claims that computers can be made to think on a level equal to humans while weak AI simply predicts that some features that are resembling to human intelligence can be incorporated to computer to make it more useful tools.

7. Mention the difference between statistical AI and Classical AI ?

Ans:

Statistical AI is more concerned with “inductive” thought like given a set of pattern, induce the trend etc. While, classical AI, on the other hand, is more concerned with “ deductive” thought given as a set of constraints, deduce a conclusion etc.

8. What is alternate, artificial, compound and natural key?

Ans:

Alternate Key: Excluding primary keys all candidate keys are known as Alternate Keys.
Artificial Key: If no obvious key either stands alone or compound is available, then the last resort is to, simply create a key, by assigning a number to each record or occurrence. This is known as artificial key.
Compound Key: When there is no single data element that uniquely defines the occurrence within a construct, then integrating multiple elements to create a unique identifier for the construct is known as Compound Key.
Natural Key: Natural key is one of the data element that is stored within a construct, and which is utilized as the primary key.

9. What does a production rule consist of?

Ans:

The production rule comprises of a set of rule and a sequence of steps.

10. Which search method takes less memory?

Ans:

The “depth first search” method takes less memory.



11. Which is the best way to go for Game playing problem?

Ans:

Heuristic approach is the best way to go for game playing problem, as it will use the technique based on intelligent guesswork. For example, Chess between humans and computers as it will use brute force computation, looking at hundreds of thousands of positions.

12. A* algorithm is based on which search method?

Ans:

A* algorithm is based on best first search method, as it gives an idea of optimization and quick choose of path, and all characteristics lie in A* algorithm.

13. What does a hybrid Bayesian network contain?

Ans:

A hybrid Bayesian network contains both a discrete and continuous variables.

14. What is agent in artificial intelligence?

Ans:

Anything perceives its environment by sensors and acts upon an environment by effectors are known as Agent. Agent includes Robots, Programs, and Humans etc.

15. What does Partial order or planning involve?

Ans:

In partial order planning , rather than searching over possible situation it involves searching over the space of possible plans. The idea is to construct a plan piece by piece.

16. What are the two different kinds of steps that we can take in constructing a plan?

Ans:

a) Add an operator (action)
b) Add an ordering constraint between operators

17. Which property is considered as not a desirable property of a logical rule-based system?

Ans:

“Attachment” is considered as not a desirable property of a logical rule based system.

18. What is Neural Network in Artificial Intelligence?

Ans:

In artificial intelligence, neural network is an emulation of a biological neural system, which receives the data, process the data and gives the output based on the algorithm and empirical data.

19. When an algorithm is considered completed?

Ans:

An algorithm is said completed when it terminates with a solution when one exists.

20. What is a heuristic function?

Ans:

A heuristic function ranks alternatives, in search algorithms, at each branching step based on the available information to decide which branch to follow.




21. What is the function of the third component of the planning system?

Ans:

In a planning system, the function of the third component is to detect when a solution to problem has been found.

22. What is “Generality” in AI ?

Ans:

Generality is the measure of ease with which the method can be adapted to different domains of application.

23. What is a top-down parser?

Ans:

A top-down parser begins by hypothesizing a sentence and successively predicting lower level constituents until individual pre-terminal symbols are written.

24. Mention the difference between breadth first search and best first search in artificial intelligence?

Ans:

These are the two strategies which are quite similar. In best first search, we expand the nodes in accordance with the evaluation function. While, in breadth first search a node is expanded in accordance to the cost function of the parent node.

25. What are frames and scripts in “Artificial Intelligence”?

Ans:

Frames are a variant of semantic networks which is one of the popular ways of presenting non-procedural knowledge in an expert system. A frame which is an artificial data structure is used to divide knowledge into substructure by representing “stereotyped situations’. Scripts are similar to frames, except the values that fill the slots must be ordered. Scripts are used in natural language understanding systems to organize a knowledge base in terms of the situation that the system should understand.

26. What is FOPL stands for and explain its role in Artificial Intelligence?

Ans:

FOPL stands for First Order Predicate Logic, Predicate Logic provides
a) A language to express assertions about certain “World”
b) An inference system to deductive apparatus whereby we may draw conclusions from such assertion
c) A semantic based on set theory

27. What does the language of FOPL consists of

Ans:

a) A set of constant symbols
b) A set of variables
c) A set of predicate symbols
d) A set of function symbols
e) The logical connective
f) The Universal Quantifier and Existential Qualifier
g) A special binary relation of equality

28. For online search in ‘Artificial Intelligence’ which search agent operates by interleaving computation and action?

Ans:

In online search, it will first take action and then observes the environment.

29. Which search algorithm will use a limited amount of memory in online search?

Ans:

RBFE and SMA* will solve any kind of problem that A* can’t by using a limited amount of memory.

30. In ‘Artificial Intelligence’ where you can use the Bayes rule?

Ans:

In Artificial Intelligence to answer the probabilistic queries conditioned on one piece of evidence, Bayes rule can be used.


31. For building a Bayes model how many terms are required?

Ans:

For building a Bayes model in AI, three terms are required; they are one conditional probability and two unconditional probability.

32. While creating Bayesian Network what is the consequence between a node and its predecessors?

Ans:

While creating Bayesian Network, the consequence between a node and its predecessors is that a node can be conditionally independent of its predecessors.

33. To answer any query how the Bayesian network can be used?

Ans:

If a Bayesian Network is a representative of the joint distribution, then by summing all the relevant joint entries, it can solve any query.

34. What combines inductive methods with the power of first order representations?

Ans:

Inductive logic programming combines inductive methods with the power of first order representations.

35. In Inductive Logic Programming what needed to be satisfied?

Ans:

The objective of an Inductive Logic Programming is to come up with a set of sentences for the hypothesis such that the entailment constraint is satisfied.

36. In top-down inductive learning methods how many literals are available? What are they?

Ans:

There are three literals available in top-down inductive learning methods they are
a) Predicates
b) Equality and Inequality
c) Arithmetic Literals

37. Which algorithm inverts a complete resolution strategy?

Ans:

‘Inverse Resolution’ inverts a complete resolution, as it is a complete algorithm for learning first order theories.

38. In speech recognition what kind of signal is used?

Ans:

In speech recognition, Acoustic signal is used to identify a sequence of words.

39. In speech recognition which model gives the probability of each word following each word?

Ans:

Biagram model gives the probability of each word following each other word in speech recognition.

40. Which algorithm is used for solving temporal probabilistic reasoning?

Ans:

To solve temporal probabilistic reasoning, HMM (Hidden Markov Model) is used, independent of transition and sensor model.



41. What is Hidden Markov Model (HMMs) is used?

Ans:

Hidden Markov Models are a ubiquitous tool for modelling time series data or to model sequence behaviour. They are used in almost all current speech recognition systems.

42. In Hidden Markov Model, how does the state of the process is described?

Ans:

The state of the process in HMM’s model is described by a ‘Single Discrete Random Variable’.

43. In HMM’s, what are the possible values of the variable?

Ans:

‘Possible States of the World’ is the possible values of the variable in HMM’s.

44. In HMM, where does the additional variable is added?

Ans:

While staying within the HMM network, the additional state variables can be added to a temporal model.

45. In Artificial Intelligence, what do semantic analyses used for?

Ans:

In Artificial Intelligence, to extract the meaning from the group of sentences semantic analysis is used.

46. What is meant by compositional semantics?

Ans:

The process of determining the meaning of P*Q from P,Q and* is known as Compositional Semantics.

47. How logical inference can be solved in Propositional Logic?

Ans:

In Propositional Logic, Logical Inference algorithm can be solved by using
a) Logical Equivalence
b) Validity
c) Satisfying ability

48. Which process makes different logical expression looks identical?

Ans:

‘Unification’ process makes different logical expressions identical. Lifted inferences require finding substitute which can make a different expression looks identical. This process is called unification.

49. Which algorithm in ‘Unification and Lifting’ takes two sentences and returns a unifier?

Ans:

In ‘Unification and Lifting’ the algorithm that takes two sentences and returns a unifier is ‘Unify’ algorithm.

50. Which is the most straight forward approach for planning algorithm?

Ans:

State space search is the most straight forward approach for planning algorithm because it takes account of everything for finding a solution.




51. What is Artificial Intelligence?

Ans:

Artificial Intelligence is an area of computer science that emphasizes the creation of intelligent machine that work and reacts like humans.

52. What is the difference between strong AI and weak AI?

Ans:

Strong AI makes the bold claim that computers can be made to think on a level (at least) equal to humans. Weak AI simply states that some “thinking-like” features can be added to computers to make them more useful tools… and this has already started to happen (witness expert systems, drive-by-wire cars and speech recognition software). What does ‘think’ and ‘thinking-like’ mean? That’s a matter of much debate.

53. What is a top-down parser?

Ans:

A top-down parser begins by hypothesizing a sentence and successively predicting lower level constituents until individual pre-terminal symbols are written.

54. Where can I find conference information?

Ans:

Georg Thimm maintains a webpage that lets you search for upcoming or past conferences in a variety of AI disciplines.

55. What is an artificial intelligence Neural Networks?

Ans:

Artificial intelligence Neural Networks can model mathematically the way biological brain works, allowing the machine to think and learn the same way the humans do- making them capable of recognizing things like speech, objects and animals like we do.

56. I am a programmer interested in AI. I am writing a game that needs AI. Where do I start?

Ans:

It depends what the game does. If it’s a two-player board game,look into the “Mini-max” search algorithm for games (see [4-1]). In most commercial games, the AI is is a combination of high-level scripts and low-level efficiently-coded, real-time, rule-based systems. Often, commercial games tend to use finite state machines for computer players. Recently, discrete Markov models have been used to simulate unpredictible human players (the buzzword compliant name being “fuzzy” finite state machines).
A recent popular game, “Black and White”, used machine learning techniques for the non-human controlled characters. Basic reinforcement learning, perceptrons and decision trees were all parts of the learning system. Is this the begining of academic AI in video games.

57. What is “Generality” in AI ?

Ans:

Generality is the measure of ease with which the method can be adapted to different domains of application.

58. What are partial, alternate, artificial, compound and natural key?

Ans:

It is a set of attributes that can uniquely identify weak entities and that are related to same owner entity. It is sometime called as Discriminator.
Alternate Key:
All Candidate Keys excluding the Primary Key are known as Alternate Keys.
Artificial Key:
If no obvious key, either stand alone or compound is available, then the last resort is to simply create a key, by assigning a unique number to each record or occurrence. Then this is known as developing an artificial key.
Compound Key:
If no single data element uniquely identifies occurrences within a construct, then combining multiple elements to create a unique identifier for the construct is known as creating a compound key.
Natural Key:
When one of the data elements stored within a construct is utilized as the primary key, then it is called the natural key.

59. What are the various areas where AI (Artificial Intelligence) can be used?

Ans:

Artificial Intelligence can be used in many areas like Computing, Speech recognition, Bio-informatics, Humanoid robot, Computer software, Space and Aeronautics’s etc.

60. What is an agent?

Ans:

A very misused term. Today, an agent seems to mean a stand-alone piece of AI-ish software that scours across the internet doing something “intelligent.” Russell and Norvig define it as “anything that can can be viewed a perceiving its environment through sensors and acting upon that environment through effectors.” Several papers I’ve read treat it as ‘any program that operates on behalf of a human,’ similar to its use in the phrase ‘travel agent’. Marvin Minsky has yet another definition in the book “Society of Mind.” Minsky’s hypothesis is that a large number of seemingly-mindless agents can work together in a society to create an intelligent society of mind. Minsky theorizes that not only will this be the basis of computer intelligence, but it is also an explaination of how human intelligence works. Andrew Moore at Carnegie Mellon University once remarked that “The only proper use of the word ‘agent’ is when preceded by the words ‘travel’, ‘secret’, or ‘double’.”


61. What is the function of the third component of the planning system?

Ans:

In a planning system, the function of the third component is to detect when a solution to problem has been found.

62. What are best graduate schools for AI?

Ans:

The short answer is: MIT, CMU, and Stanford are historically the powerhouses of AI and still are the top 3 today.
There are however, hundreds of schools all over the world with at least one or two active researchers doing interesting work in AI. What is most important in graduate school is finding an advisor who is doing something YOU are interested in. Read about what’s going on in the field and then identify the the people in the field that are doing that research you find most interesting. If a professor and his students are publishing frequently, then that should be a place to consider.

63. Which is not commonly used programming language for AI?

Ans:

Perl language is not commonly used programming language for AI

64. What has AI accomplished?

Ans:

Quite a bit, actually. In ‘Computing machinery and intelligence.’, Alan Turing, one of the founders of computer science, made the claim that by the year 2000, computers would be able to pass the Turing test at a reasonably sophisticated level, in particular, that the average interrogator would not be able to identify the computer correctly more than 70 per cent of the time after a five minute conversation. AI hasn’t quite lived upto Turing’s claims, but quite a bit of progress has been made, including:
Deployed speech dialog systems by firms like IBM, Dragon and Lernout&Hauspie
Financial software, which is used by banks to scan credit card transactions for unusual patterns that might signal fraud. One piece of software is estimated to save banks $500 million annually.
Applications of expert systems/case-based reasoning: a computerized Leukemia diagnosis system did a better job checking for blood disorders than human experts.
Machine translation for Environment Canada: software developed in the 1970s translated natural language weather forcasts between English and French. Purportedly stil in use.

65. What is a heuristic function?

Ans:

A heuristic function ranks alternatives, in search algorithms, at each branching step based on the available information to decide which branch to follow.

66. What is the difference between classical AI and statistical AI?

Ans:

Statistical AI, arising from machine learning, tends to be more concerned with “inductive” thought: given a set of patterns, induce the trend. Classical AI, on the other hand, is more concerned with “deductive” thought: given a set of constraints, deduce a conclusion. Another difference, as mentioned in the previous question, is that C++ tends to be a favourite language for statistical AI while LISP dominates in classical AI.
A system can’t be truely intelligent without displaying properties of both inductive and deductive thought. This lends many to beleive that in the end, there will be some kind of synthesis of statistical and classical AI.

67. What is Prolog in AI?

Ans:

In AI, Prolog is a programming language based on logic.

68. What are the branches of AI?

Ans:

There are many, some are ‘problems’ and some are ‘techniques’.
Automatic Programming – The task of describing what a program should do and having the AI system ‘write’ the program.
Bayesian Networks – A technique of structuring and inferencing with probabilistic information. (Part of the “machine learning” problem).
Constraint Statisfaction – solving NP-complete problems, using a variety of techniques.
Knowledge Engineering/Representation – turning what we know about particular domain into a form in which a computer can understand it.
Machine Learning – Programs that learn from experience or data.
Natural Language Processing(NLP) – Processing and (perhaps) understanding human (“natural”) language. Also known as computational linguistics.
Neural Networks(NN) – The study of programs that function in a manner similar to how animal brains do.
Planning – given a set of actions, a goal state, and a present state, decide which actions must be taken so that the present state is turned into the goal state
Robotics – The intersection of AI and robotics, this field tries to get (usually mobile) robots to act intelligently.
Speech Recognition – Conversion of speech into text.

69. When an algorithm is considered completed?

Ans:

An algorithm is said completed when it terminates with a solution when one exists.

70. What are good programming languages for AI?

Ans:

This topic can be somewhat sensitive, so I’ll probably tread on a few toes, please forgive me. There is no authoritative answer for this question, as it really depends on what languages you like programming in. AI programs have been written in just about every language ever created. The most common seem to be Lisp, Prolog, C/C++, recently Java, and even more recently, Python.
LISP- For many years, AI was done as research in universities and laboratories, thus fast prototyping was favored over fast execution. This is one reason why AI has favored high-level langauges such as Lisp. This tradition means that current AI Lisp programmers can draw on many resources from the community. Features of the language that are good for AI programming include: garbage collection, dynamic typing, functions as data, uniform syntax, interactive environment, and extensibility. Read Paul Graham’s essay, “Beating the Averages” for a discussion of some serious advantages:
PROLOG- This language wins ‘cool idea’ competition. It wasn’t until the 70s that people began to realize that a set of logical statements plus a general theorem prover could make up a program. Prolog combines the high-level and traditional advantages of Lisp with a built-in unifier, which is particularly useful in AI. Prolog seems to be good for problems in which logic is intimately involved, or whose solutions have a succinct logical characterization. Its major drawback (IMHO)



71. Give an explanation on the difference between strong AI and weak AI?

Ans:

Strong AI makes strong claims that computers can be made to think on a level equal to humans while weak AI simply predicts that some features that are resembling to human intelligence can be incorporated to computer to make it more useful tools.

72. Mention the difference between statistical AI and Classical AI ?

Ans:

Statistical AI is more concerned with “inductive” thought like given a set of pattern, induce the trend etc. While, classical AI, on the other hand, is more concerned with “ deductive” thought given as a set of constraints, deduce a conclusion etc.

73. Which property is considered as not a desirable property of a logical rule-based system?

Ans:

“Attachment” is considered as not a desirable property of a logical rule based system.

74. What are common uses and/or applications for AI?

Ans:

Your answer here should show that you recognize the far-reaching and practical applications of AI, but your answer is up to you because your personal understanding of the AI field is what the interviewer is trying to ascertain. If possible, mention those uses most relevant to the potential employer. Possibilities include contract analysis, object detection and classification for avoidance and/or navigation, image recognition, content distribution, predictive maintenance, data processing, automation of manual tasks or data-driven reporting.

75. What are intelligent agents and how are they used in AI?

Ans:

Intelligent agents are autonomous entities that use sensors to know what is going on, and then use actuators to perform their tasks or goals. They can be simple or complex and can be programmed to learn to better accomplish their tasks.

76. What is TensorFlow and what is it used for?

Ans:

TensorFlow is an open-source software library originally developed by the Google Brain Team for use in machine learning and neural networks research. It is used for data-flow programming. TensorFlow makes it much easier to build certain AI features into applications, including natural language processing and speech recognition.

77. What is machine learning and how does it relate to AI?

Ans:

Machine learning is a subset of AI. The idea is that machines will “learn” and get better at tasks over time rather than having humans constantly having to input parameters. Machine learning is a practical application of AI.

78. What are neural networks and how do they relate to AI?

Ans:

Neural networks are a class of machine learning algorithms. The neuron part of neural is the computational component and the network part is how the neurons are connected. Neural networks pass data among themselves, gathering more and more meaning as the data moves along. Because the networks are interconnected, more complex data can be processed more easily.

79. What is deep learning and how does it relate to AI?

Ans:

Deep learning is a subset of machine learning. It refers to using multi-layered neural networks to process data in increasingly complex ways, enabling the software to train itself to perform tasks like speech and image recognition through exposure to these vast amounts of data, for continual improvement in the ability to recognize and process information. Layers of neural networks stacked on top of each for use in deep learning are called deep neural networks.

80. Why is image recognition a key function of AI?

Ans:

Humans are visual and AI is designed to emulate human brains. Therefore, teaching machines to recognize and categorize images is a crucial part of AI. Image recognition also helps machines to learn (as in machine learning) because the more images that are processed, the better the software gets at recognizing and processing those images.




81. What is automatic programming?

Ans:

Automatic programming is describing what a program should do and then having the AI system “write” the program.

82. What is a Bayesian network and how does it relate to AI?

Ans:

A Bayesian network is a graphical model for probabilistic relationships among a set of variables. It mimics the human brain in processing variables.

83. What are Constraint Satisfaction Problems?

Ans:

Constraint Satisfaction Problems (CSPs) are mathematical problems defined as a set of objects the state of which must meet a number of constraints. CSPs are useful for AI because the regularity of their formulation offers a commonality for analyzing and solving problems.

84. What is supervised versus unsupervised learning?

Ans:

Supervised learning is a machine learning process in which outputs are fed back into a computer for the software to learn from, for more accurate results the next time. With supervised learning, the “machine” receives initial training to start. In contrast, unsupervised learning means a computer will learn without initial training to base its learning on.

85. What is an artificial intelligence Neural Networks?

Ans:

Artificial intelligence Neural Networks are composed of multiple nodes, which imitate biological neurons of human brain, empowering the machine to think and learn the same way the human’s do- making them fit for seeing things like speech, objects and animals like we do.

86. What are the various areas where AI (Artificial Intelligence) can be used?

Ans:

Artificial Intelligence can be used in several areas like Computing, Bio-informatics, Speech recognition, Humanoid robot, Space, Computer software and Aeronautics’s etc.

87. Give an explanation on the difference between strong AI and weak AI?

Ans:

Strong AI: It makes solid claims that computers can be made to think on a level equivalent to humans
Weak AI: It predicts that some features that resemble to human intelligence can be united to computer to make it more useful tools.

88. Mention the difference between statistical AI and Classical AI?

Ans:

Statistical AI: It is concerned with “inductive” thought like given a set of pattern, induce the trend etc.
Classical AI: It is more concerned with “deductive” thought given as a set of constraints, deduce a conclusion etc.

89. What is alternate, artificial, compound and natural key?

Ans:

Alternate Key: All candidate keys are known as Alternate Keys except primary keys
Artificial Key: If no key either stands alone, then the last resort is to, simply create a key, by assigning a number to each record. This is known as artificial key.
Compound Key: When there is no single data element that exclusively defines the existence within a construct, then integrating various elements to create a unique identifier for the construct is known as Compound Key.
Natural Key: Natural key is one of the data elements that is stored within a construct and is used as the primary key.

90. Which is the best way to go for Game playing problem?

Ans:

Heuristic approach is the best way to go for game playing issue, as it will use the method based on intelligent guesswork. For e.g. Chess between humans and computers as it will use brute force computation, looking at hundreds of thousands of positions.


91. What is agent in artificial intelligence?

Ans:

Anything identifies its environment with the use of sensors and acts upon an environment by effectors are known as Agent. Agent includes Programs, Robots and Humans etc.

92. What does Partial order or planning involve?

Ans:

In partial order, rather than searching over possible situation it includes searching over the space of possible plans. The idea is to construct a plan piece by piece.

93. What are the two different kinds of steps that we can take in constructing a plan?

Ans:

Steps:
Add an operator (action)
Add an ordering constraint between operators

94. What is Neural Network in Artificial Intelligence?

Ans:

In artificial intelligence, neural network is an emulation of a biological neural system, which receives the data, processes the data and gives the output based on the algorithm and empirical data.

95. When an algorithm is considered completed?

Ans:

An algorithm is completed when it dismisses with a solution when one exists.

96. What is a heuristic function?

Ans:

A heuristic function ranks alternatives, in search algorithms, at each branching step based on the available information to decide which branch to follow.

97. What is “Generality” in AI?

Ans:

Generality is the amount of ease with which the method can be modified to various domains of application.

98. What is a top-down parser?

Ans:

A top-down parser begins by guessing a sentence and logically predicting lower level constituents until individual pre-terminal symbols are made.

99. Mention the difference between breadth first search and best first search in artificial intelligence?

Ans:

These are the two strategies which are quite similar.
Best first search: In this we expand the nodes in accordance with the evaluation function.
Breadth first search: In this a node is expanded in accordance to the cost function of the parent node.

100. What are frames and scripts in “Artificial Intelligence”?

Ans:

Frames are a modified of semantic networks which is one of the popular ways of presenting non-procedural knowledge in an expert system. These are used to share knowledge into substructure by representing “stereotyped situations’.
Scripts are similar to frames, except the values that fill the slots must be ordered. These are used in natural language understanding systems to establish a knowledge base in terms of the situation that the system should understand.



101. What does the language of FOPL consists of

Ans:

A set of constant symbols
A set of predicate symbols
A set of variables
The logical connective
A set of function symbols
A special binary relation of equality
The Universal Quantifier and Existential Qualifier

102. In ‘Artificial Intelligence’ where you can use the Bayes rules?

Ans:

In Artificial Intelligence, Bayes rule can be used to answer the queries conditioned on one piece of evidence.
For building a Bayes model how many terms are required?
Three terms are required for building a Bayes model in AI. They are one conditional probability and two unconditional probabilities.

103. While creating Bayesian Network what is the consequence between a node and its predecessors?

Ans:

While creating Bayesian Network, the consequence between a node and its predecessors is that a node can be conditionally independent of its predecessors.

104. To answer any query how the Bayesian network can be used?

Ans:

If a Bayesian Network is a representative of the joint distribution, then by summing all the relevant joint entries, it can solve any query.

105. What combines inductive methods with the power of first order representations?

Ans:

Inductive logic programming combines inductive methods with the power of first order representations.

106. In Inductive Logic Programming what needed to be satisfied?

Ans:

The motto of an Inductive Logic Programming is to come up with the bunch of sentences for the hypothesis such that the entailment constraint is satisfied.

107. What is Prolog in AI?

Ans:

Prolog in AI is a programming language based on logic.

Dinesh Gopal Chand

Share
Published by
Dinesh Gopal Chand
Tags: Artificial IntelligenceArtificial Intelligence Interview Questioninterview question

Recent Posts

  • Interview Question

AngularJS Interview Questions

In this software era doesn't matter you are working on php,java or .net, everywhere there is demand frontend software (such…

6 years ago
  • Interview Question

IT Fresher Interview Questions

Here we have mentioned most frequently asked IT Fresher Interview Questions and Answers specially for freshers and experienced. 1. What…

6 years ago
  • Interview Question

Github Interview Questions

Here we have mentioned most frequently asked Github Interview Questions and Answers specially for freshers and experienced. 1. What is…

6 years ago
  • Interview Question

HTML5 Interview Questions

Here we have mentioned most frequently asked HTML5 Interview Questions and Answers specially for freshers and experienced. 1. What is…

6 years ago
  • Interview Question

Geography Interview Questions

Here we have mentioned most frequently asked Geography Interview Questions and Answers specially for freshers and experienced. 1. What is…

6 years ago
  • Interview Question

JSP Interview Questions

Here we have mentioned most frequently asked JSP Interview Questions and Answers specially for freshers and experienced. 1. Explain JSP…

6 years ago

This website uses cookies.