Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

AI Algorithms Interview Questions
Questions Answers Views Company eMail

Which is the most straight forward approach for planning algorithms?

1155

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

1299

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

1080

What do you mean by overfitting and underfitting algorithms?

1074

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

1282

What is the iterative deepening depth-first search algorithm?

1090

What is the bidirectional search algorithm?

1019

What is meant by uniform cost search algorithm?

945

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

937

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

958

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

976

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

1168

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

1062

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

1010


Post New AI Algorithms Questions

Un-Answered Questions { AI Algorithms }

What is breadth-first search algorithm?

1003


Which algorithm inverts a complete resolution strategy?

1247


what are the minimum requirements for statr testing?

2736


Why size of integer depends on the machine architecture then what the best sorting algorithm and why?

1040


Explain the Canny's Algorithm.

1034


Give an algorithm for the following problem. Given a list of n distinct positive integers, partition the list into two sublists, each of size n/2, such that the difference between the sums of the integers in the two sublists is minimized. You may assume that n is a multiple of 2.

2744


Explain the concept behind dead lock avoidance, banker's algorithm.

1074


What is meant by uniform cost search algorithm?

945


What features would you use to build a recommendation algorithm for users?

1040


Give an example of an O (n) algorithm and O (n*n) algorithm such that the algorithm is slower.

1045


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.

1759


When an algorithm is considered completed?

1741


What is breath-first search algorithm?

989


What is the bidirectional search algorithm?

1019


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).

995