hongyuanmei / NeuralWalker

Neural Walker in my AAAI-16 paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%