You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.rst 666 B

1 year ago
2 years ago
2 years ago
2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. include:: README.rst
  2. .. toctree::
  3. :maxdepth: 1
  4. :caption: Overview
  5. Overview/Abductive-Learning
  6. Overview/Installation
  7. .. toctree::
  8. :maxdepth: 1
  9. :caption: Introduction to ABL-Package
  10. Intro/Basics
  11. Intro/Quick-Start
  12. Intro/Datasets
  13. Intro/Learning
  14. Intro/Reasoning
  15. Intro/Evaluation
  16. Intro/Bridge
  17. .. toctree::
  18. :maxdepth: 1
  19. :caption: Examples
  20. Examples/MNISTAdd
  21. Examples/HWF
  22. Examples/HED
  23. Examples/Zoo
  24. .. toctree::
  25. :maxdepth: 1
  26. :caption: API
  27. API/abl.data
  28. API/abl.learning
  29. API/abl.reasoning
  30. API/abl.bridge
  31. API/abl.utils
  32. .. toctree::
  33. :maxdepth: 1
  34. :caption: References
  35. References

An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.