89.0k views
0 votes
In ________, descriptions of past experiences of human specialists, represented as cases, are stored in a database for later retrieval when the user encounters a new case with similar parameters.

User Micmcg
by
6.9k points

1 Answer

3 votes

Final answer:

Case-based reasoning is the storage of past experiences of human specialists, represented as cases, in a database for later retrieval. This approach uses past cases to solve new problems with similar parameters.

Step-by-step explanation:

In computer science, the storage of past experiences of human specialists, represented as cases, in a database for later retrieval is known as case-based reasoning. Case-based reasoning is a problem-solving approach that uses past cases to solve new problems with similar parameters. The cases stored in the database serve as a source of knowledge that can be used to provide solutions or recommendations for new cases based on similarities.

For example, in the medical field, a case-based reasoning system can store past medical cases, including symptoms, diagnosis, and treatments. When a new patient presents with similar symptoms, the system can retrieve relevant past cases and provide recommendations based on the similarities between the new and past cases.

User MdDroid
by
6.8k points