What do you mean by overfitting and underfitting algorithms?


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

Post New Answer

More AI Algorithms Interview Questions

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  


Tell briefly about the Banker's algorithm and what is it used for?

0 Answers   Impetus,


Which is the most straight forward approach for planning algorithms?

0 Answers  


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

0 Answers  


Which algorithm in ‘unification and lifting’ takes two sentences and returns a unifier?

0 Answers  






How does deep learning contrast with other machine learning algorithms?

0 Answers  


What is the iterative deepening depth-first search algorithm?

0 Answers  


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

0 Answers  


What is iterative deepening depth-first search algorithm?

0 Answers  


Name search algorithm technology?

0 Answers  


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

0 Answers  


What is informed (heuristic) search strategies algorithm?

0 Answers  


Categories