ANALYSIS
Lazy and Eager learning are two concepts in classification. Lazy learner waits until the last minute and eager learner is ready and eager to classify. Compare and contrast eager classification (e.g., decision tree, Bayesian, neural network) versus lazy classification (e.g., k-nearest neighbor, case-based reasoning) based on the accuracy and performance of the classifiers
Compare and contrast eager classification versus lazy classification based on the accuracy and performance of the classifiers
Answer
Lazy vs Eager learning
Lazy learning (e.g., instance-based learning): Simply stores training data (or only minor processing) and waits until it is given a test tuple.
Eager learning (eg. Decision trees, SVM, NN): Given a set of training set, constructs a classification model before receiving new (e.g., test) data to classify
Accuracy
Performance
Get Answers For Free
Most questions answered within 1 hours.