Schwittleymani / ECO

Electronic Chaos Oracle
https://schwittlick.net/eco
Apache License 2.0
6 stars 1 forks source link

Test Setup NeuralMonkey #179

Open schwittlick opened 7 years ago

schwittlick commented 7 years ago

https://github.com/ufal/neuralmonkey

An open-source tool for sequence learning in NLP built on TensorFlow.

Neural Sequence Learning Using TensorFlow

The Neural Monkey package provides a higher level abstraction for sequential neural network models, most prominently in Natural Language Processing (NLP). It is built on TensorFlow. It can be used for fast prototyping of sequential models in NLP which can be used e.g. for neural machine translation or sentence classification.

The higher-level API brings together a collection of standard building blocks (RNN encoder and decoder, multi-layer percetpron) and a simple way of adding new building blocks implemented directly in TensorFlow.

transfluxus commented 7 years ago

sounds nice. how exactly does it look like?