Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
4 years ago | |
|---|---|---|
| abducer | 4 years ago | |
| datasets | 4 years ago | |
| models | 4 years ago | |
| utils | 4 years ago | |
| README | 4 years ago | |
| framework.py | 4 years ago | |
| nonshare_example.py | 4 years ago | |
| share_example.py | 4 years ago | |
# Grounded abductive learning
This is the code repository of grounded abductive learning.
## Environment dependency
...
## Example
share_example.py and nonshare_exaple.py are examples of grounded abductive learning.
```bash
python share_example.py
```
## Authors
- [Le-Wen Cai](http://www.lamda.nju.edu.cn/cailw/) (Nanjing University)
- [Wang-Zhou Dai](http://daiwz.net) (Imperial College London)
- [Yu-Xuan Huang](http://www.lamda.nju.edu.cn/huangyx/) (Nanjing University)
## NOTICE
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.
Python other