AI Algorithms Interview Questions
Questions Answers Views Company eMail

Which is the most straight forward approach for planning algorithms?

605

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

822

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

544

What do you mean by overfitting and underfitting algorithms?

539

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

804

What is the iterative deepening depth-first search algorithm?

548

What is the bidirectional search algorithm?

581

What is meant by uniform cost search algorithm?

517

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

489

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

527

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

533

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

687

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

525

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

505


Post New AI Algorithms Questions

Un-Answered Questions { AI Algorithms }

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

533


What are the disadvantages of breadth-first search algorithm?

681


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.

1300


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

527


What is the bidirectional search algorithm?

581






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

804


Given a sorted array of n integers that has been rotated i(unknown) number of times, give a (log n) algorithm that finds an element in the array.

603


Which language is used for artificial intelligence?

586


What is iterative deepening depth-first search algorithm?

554


Define Routing Algorithm?

617


What is breadth-first search algorithm?

592


A* algorithm is based on which search method?

1161


Sorting algorithms and time complexity of various algorithms.

592


can anyone help me with some suggestions and improvemnts for sage line 50?

2124


Which algorithm is used for solving temporal probabilistic reasoning?

629