![]() |
Answer: Lazy learning defers the computation of predictions until needed, relying on instance-specific information, while eager learning precomputes a model during training, making predictions faster but potentially requiring more memory.Lazy learning and eager learning are two contrasting approaches in machine learning, primarily referring to the handling of model construction and prediction. Let’s delve into the details of the differences between lazy and eager learning:
Conclusion:In summary, the choice between lazy and eager learning depends on factors such as the size of the dataset, computational resources, adaptability to new data, and the trade-off between memory usage and prediction speed. Each approach has its strengths and weaknesses, making them suitable for different types of machine learning tasks. |
Reffered: https://www.geeksforgeeks.org
AI ML DS |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 11 |