Artificial Intelligence Interview Questions – Set 12
What’s the difference between inductive, deductive, and abductive learning? Inductive learning describes smart algorithms that learn from a set of instances to draw conclusions. In statistical ML, k-nearest neighbor and support vector machine are good examples of inductive learning. There are three literals in (top-down) inductive learning: Arithmetic literals Equality and inequality Predicates In deductive … Read more