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.

README 524 B

3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324
  1. # ABL Package
  2. This is the code repository of abductive learning Package.
  3. ## Environment dependency
  4. ...
  5. ## Example
  6. share_example.py and nonshare_exaple.py are examples of grounded abductive learning.
  7. ```bash
  8. python share_example.py
  9. ```
  10. ## Authors
  11. - [Yu-Xuan Huang](http://www.lamda.nju.edu.cn/huangyx/) (Nanjing University)
  12. - [](http://www.lamda.nju.edu.cn//) (Nanjing University)
  13. ## NOTICE
  14. They can only be used for academic purpose. For other purposes, please contact with LAMDA Group(www.lamda.nju.edu.cn).

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