Questions tagged [instance-based-learning]

For questions related to instance-based learning techniques, such as k-nearest neighbors or case-based reasoning systems (such as CADET, which stands for Case-based Design Tool).

1 questions
4
votes
1 answer

Is case-based reasoning a machine learning technique?

A few years ago when I was in university, I had implemented (for my final year project) an Itinerary Planning System, which incorporates an AI technique called "case-based reasoning". Is case-based reasoning a machine learning technique or an AI…