DyNet Examples — DyNet 2.0 documentation (original) (raw)

DyNet

This is a set of common (and less common) models and their implementation in Dynet (C++ and Python).

Some examples have only one of the two languages, or lack documentation, in which case we welcome contributions for the other. Documentation should include directions on how to download standard datasets, run these examples on these datasets, and calculate standard measures of accuracy etc. A good example of a simple README is in the mnist directory. Contributions to adding these are welcome!

Note that these examples are meant to be minimal examples, not necessarily the state of the art. Concurrently, we are working on creating a state-of-the-art model repository. In the mean time, you can browse the many research projects that use DyNet and find one that fits your needs.

Main Model Examples

These examples are of common models and are intended to be relatively well maintained.

Functionality Examples

These examples demonstrate how to take advantage of various types of functionality of DyNet.

Auxiliary Model Examples

These are somewhat less common and not necessarily well supported, but still may be useful for some people.