What is the difference between inductive machine learning and deductive machine learning?

devquora
devquora

Posted On: Dec 25, 2020

 

Few differences between inductive machine learning and deductive machine learning are

Inductive Machine LearningDeductive Machine Learning
Observe and learn from the set of instances and then draw the conclusionDerives conclusion and then work on it based on the previous decision
It is Statistical machine learning like KNN (K-nearest neighbor) or SVM (Support Vector Machine)Machine learning algorithm to deductive reasoning using a decision tree
A ⋀ B ⊢ A → B (Induction)A ⋀ (A → B) ⊢ B (Deduction)

    Related Questions

    Please Login or Register to leave a response.

    Related Questions