AI Algorithms Interview Questions
Questions Answers Views Company eMail

Which is the most straight forward approach for planning algorithms?

803

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

967

What was deep learning, & how does it contrast with other machine learning algorithms?

695

What do you mean by overfitting and underfitting algorithms?

694

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

933

What is the iterative deepening depth-first search algorithm?

710

What is the bidirectional search algorithm?

735

What is meant by uniform cost search algorithm?

669

Tell me how do you choose an algorithm for a classification problem?

602

Can you pick an algorithm. Write the psuedo-code for a parallel implementation?

653

Can you list some use cases where classification machine learning algorithms can be used?

672

Explain me what's your favorite algorithm, and can you explain it to me in less than a minute?

851

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

683

Tell us how will you know which machine learning algorithm to choose for your classification problem?

654


Post New AI Algorithms Questions

Un-Answered Questions { AI Algorithms }

What is breadth-first search algorithm?

728


Give a general algorithm for converting a m-array tree to a 2-ary tree.

763


What is the bidirectional search algorithm?

735


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

933


what is software cycle?give a diagramatic representation

2537






Name search algorithm technology?

771


What is the depth-first search algorithm?

743


What was deep learning, & how does it contrast with other machine learning algorithms?

695


What is informed (heuristic) search strategies algorithm?

697


List the different algorithm techniques in machine learning?

653


Which algorithm is used for solving temporal probabilistic reasoning?

789


What are the complexities of sorting algorithms and how can this complexity be calculated?

761


Consider the following algorithm: for ( i = 2 ; i <= n ; i++) { for ( j = 0 ; j <= n) { cout << i << j ; j = j + floor(n/4) ; } } (a) What is the output when n = 4 (b) What is the time complexity T(n). You may assume that n is divisible 4.

1448


Explain the Canny's Algorithm.

729


What is simulated annealing algorithm?

817