Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NeuralWalker

Code base for Mei et al. AAAI 2016 paper

Dependencies

  • Anaconda - Anaconda includes all the Python-related dependencies
  • Theano - Computational graphs are built on Theano
  • ArgParse - Command line parsing in Python

Instructions

Here are the instructions to use the code base.

Train Models

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

Test Models

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Neural Walker in my AAAI-16 paper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages