Neural Monkey: An Open-source Tool for Sequence Learning
Neural Monkey: An Open-source Tool for Sequence Learning
Jindřich Helcl,Jindřich Libovický
TLDR
The design of the Neural Monkey system is described and the reader is introduced to running experiments using Neural Monkey, an open-source neural machine translation (NMT) and general sequence-to-sequence learning system built over the TensorFlow machine learning library.
Abstract
Abstract In this paper, we announce the development of Neural Monkey – an open-source neural machine translation (NMT) and general sequence-to-sequence learning system built over the TensorFlow machine learning library. The system provides a high-level API tailored for fast prototyping of complex architectures with multiple sequence encoders and decoders. Models’ overall architecture is specified in easy-to-read configuration files. The long-term goal of the Neural Monkey project is to create and maintain a growing collection of implementations of recently proposed components or methods, and therefore it is designed to be easily extensible. Trained models can be deployed either for batch data processing or as a web service. In the presented paper, we describe the design of the system and introduce the reader to running experiments using Neural Monkey.
