xiaoweih / DLV

GNU General Public License v3.0
9 stars 21 forks source link

DLV

NB: the software is currently under active development. Please feel free to contact the developer by email: xiaowei.huang@cs.ox.ac.uk.

Together with the software, there are two documents in Documents/ directory, one is the theory paper and the other is an user manual. The user manual will be updated from time to time. Please refer to the documents for more details about the software.

(1) Installation:

To run the program, one needs to install the following packages:

       Python 2.7
       Theano
       Keras

(2) Usage:

Use the following command to call the program:

       python main.py

Please use the file ''configuration.py'' to set the parameters for the system to run.

Xiaowei Huang