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


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

Post New Answer

More AI Algorithms Interview Questions

What is the uniform cost search algorithm?

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  


A lot of questions were asked on sorting for eg. Best algorithm on the basis of number of swaps, number of comparisons etc.

0 Answers   DELL,


Which is the most straight forward approach for planning algorithm?

0 Answers  


A* algorithm is based on which search method?

0 Answers  






What do you mean by overfitting and underfitting algorithms?

0 Answers  


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.

0 Answers   Expedia,


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

0 Answers   Twitter,


Write an algorithm to traverse a knight covering all the squares on a chessboard starting at a particular point.

0 Answers   Amazon,


Which is the most straight forward approach for planning algorithms?

0 Answers  


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

0 Answers  


Explain the Canny's Algorithm.

0 Answers   Adobe,


Categories