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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AI Algorithms Interview Questions

What is the breadth-first search algorithm?

0 Answers  


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

0 Answers  


Consider the following algorithm: j = 1 ; while ( j <= n/2) { i = 1 ; while ( i <= j ) { cout << j << i ; i++; } j++; } (a) What is the output when n = 6, n = 8, and n = 10? (b) What is the time complexity T(n)? You may assume that the input n is divisible by 2.

1 Answers  


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

0 Answers  


What is Back propagation in Neural Networks?

1 Answers  






What is breath-first search algorithm?

0 Answers  


A* algorithm is based on which search method?

0 Answers  


What is depth-first search algorithm?

0 Answers  


There are numbers from 1 to n, which are inverted such that it results in numbers from n to 1. If only two consecutive numbers are stampled at a time and are inverted, how many moves are required?

1 Answers   IBM, TCS,


What is the most efficient way to store 1 million phone numbers memory-wise?

0 Answers   Aspire, Infogain,


What are disadvantages uniform cost search algorithm?

0 Answers  


Which algorithm is used for solving temporal probabilistic reasoning?

0 Answers  


Categories