AI Algorithms Interview Questions
Questions Answers Views Company eMail

What is informed (heuristic) search strategies algorithm?

551

Which is the most straight forward approach for planning algorithm?

676

Which algorithm in ‘unification and lifting’ takes two sentences and returns a unifier?

567

Which algorithm is used for solving temporal probabilistic reasoning?

610

Which algorithm inverts a complete resolution strategy?

571

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

724

When an algorithm is considered completed?

1227

A* algorithm is based on which search method?

1143

What is software cycle? Give a diagrammatic representation?

508

List the different algorithm techniques in machine learning?

503

What is the depth-first search algorithm?

586

What is breath-first search algorithm?

558

How are the k-nearest neigh-bors (knn) algorithms different from k-means clustering?

533

What is the breadth-first search algorithm?

523

How does deep learning contrast with other machine learning algorithms?

531


Post New AI Algorithms Questions

Un-Answered Questions { AI Algorithms }

Tell us why is naïve bayes machine learning algorithm naïve?

515


1. Consider the following algorithm: for ( i = 1 ; i <= 1 . 5 n ; i++) cout << i ; for ( i = n ; i >= 1 ; i - - ) cout << i ; (a) What is the output when n = 2, n = 4, and n = 6? (b) What is the time complexity T(n)? You may assume that the input n is divisible by 2.

2167


list the types of linked list with aid of diagram?

2222


What’s your favorite algorithm, & can you explain it into me in less than a minute?

811


What is the iterative deepening depth-first search algorithm?

534






Given a series of positive integers. Design an efficient algorithm that can detect pairs whose sum is equal to K such that K = ei + ej, and (i not equal to j).

554


What do you mean by overfitting and underfitting algorithms?

526


How does deep learning contrast with other machine learning algorithms?

531


A* algorithm is based on which search method?

1143


What is simulated annealing algorithm?

647


What are disadvantages uniform cost search algorithm?

1209


what are the minimum requirements for statr testing?

2228


Which algorithm inverts a complete resolution strategy?

571


What is meant by a * search algorithm?

548


Draw a flowchart to find the average of four number?

3813