Code base for Mei et al. AAAI 2016 paper
- Anaconda - Anaconda includes all the Python-related dependencies
- Theano - Computational graphs are built on Theano
- ArgParse - Command line parsing in Python
Here are the instructions to use the code base.
To train the model with options, use the command line
python train_model.py --options
For the details of options, please check
python train_model.py --help
Choose a model to evaluate on test map, with the command line:
python test_model.py --options
python test_ensemble.py --options
For the details of options, please check
python test_models.py --help
python test_ensemble.py --options
This project is licensed under the MIT License - see the LICENSE.md file for details