🧠 AI – Case-Based Reasoning (CBR)
🧠 Case-Based Reasoning (CBR) is a problem-solving process that uses past cases to solve new problems. The correct sequence in CBR typically follows these steps:
- 📝 User describes the problem
– The system first receives the problem input from the user. - ❓ System asks user additional questions to narrow search
– To refine the understanding of the problem, the system gathers more specific details. - 🔍 System searches database for similar cases
– Using the refined input, the system looks up previously solved cases in its case base. - 📂 System finds closest fit and retrieves solution
– From the retrieved cases, the system selects the one that most closely matches. - 🛠️ System modifies the so lution to better fit the problem and got successful
– If necessary, the retrieved solution is adapted to suit the new problem more precisely.