1 / 16

Case Based Reasoning Project Presentation

Case Based Reasoning Project Presentation. Presenter: Madan Bharadwaj Instructor: Dr. Avelino Gonzalez. Agenda. Problem Definition Approaches considered Program Structure Relevant Results Conclusion Summary. Introduction. What is Case Based Reasoning? What is knowledge in CBR?

rodd
Télécharger la présentation

Case Based Reasoning Project Presentation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Case Based Reasoning Project Presentation Presenter: Madan Bharadwaj Instructor: Dr. Avelino Gonzalez

  2. Agenda • Problem Definition • Approaches considered • Program Structure • Relevant Results • Conclusion • Summary

  3. Introduction • What is Case Based Reasoning? • What is knowledge in CBR? • Implementation issues in CBR

  4. Problem Definition • Given:# Case Library of 21 cases# 7 test cases# Information about the domain • Develop a CBR System • Using any Programming Language

  5. Approaches Considered • Use Domain Thresholds from Handouts • Extract rules from Case Library • Pattern Matching and Thresholds • Pattern Matching

  6. Chosen Approach • Pattern Matching only • Justification

  7. Choice of Prog. Language • Visual Basic vs C++ • VB advantages • C++ Disadvantages • Pros of using C++ • Ideally…

  8. Program Structure • Initialize Case Library • Take Test Case Input • Pattern Matching with all cases in Case Library • Compare Pattern Matching results for closest match • Display

  9. Results • To Prove Credibility of System test with # Library Case# Sample case similar to Library Case • Test with given test cases

  10. Library Case Results • Chosen Library Case: Case #2 • 100% Match • Closest Match: Library Case #2 • Diagnosis: LEAK

  11. Test case (like Lib. Case) • Input parameters similar to Library Case #2 • 95.3639 % Match • Closest Match: Case #2 • Diagnosis: LEAK

  12. Other Test Case Results • Answers unknown • Checked intuitively for correctness

  13. Adaptation • Adaptation not used • Possible, but needs expert help during design time to ensure correctness

  14. Augmentations • Graphical Display • Case Library in Database • More checks for faulty inputs

  15. Conclusion • Case Library dependent • Better performance in Weak-theory domains • Simple Design • Execution time • Lack of Intuitive Knowledge

  16. Summary • Purely Case Based Approach • Used Pattern Matching • Tested with fabricated cases • Augmentations • Conclusions derived

More Related