In artificial intelligence, what do semantic analyses used for?
No Answer is Posted For this Question
Be the First to Post Answer
How logical inference can be solved in propositional logic?
Which is not the commonly used programming language for AI? a) PROLOG b) Java c) LISP d) Perl e) Java script
When do we call the states are safely explorable? a) A goal state is unreachable from any state b) A goal state is denied access c) A goal state is reachable from every state d) None of the mentioned
What is hidden markov model (hmms) is used?
List the name of the areas where the robotics can be applied?
What are the axes of movement of the robot?
What is the heuristic function of greedy best-first search? a) f(n) != h(n) b) f(n) < h(n) c) f(n) = h(n) d) f(n) > h(n)
What is used for tracking uncertain events? a) Filtering algorithm b) Sensors c) Actuators d) None of the mentioned
How the new states are generated in genetic algorithm? a) Composition b) Mutation c) Cross-over d) Both b & c
What is user interface?
In which state spaces does the online-dfs-agent will work? a) Irreversible state spaces b) Reversible state spaces c) searchable state spaces d) All of the mentioned
Hill climbing sometimes called ____________ because it grabs a good neighbor state without thinking ahead about where to go next. a) Needy local search b) Heuristic local search c) Greedy local search d) Optimal local search