Skip to content

Commit

Permalink
Update to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
neubig committed Mar 23, 2018
1 parent 568c45f commit 967d545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

The Dynamic Neural Network Toolkit

**News!** The master branch is now DyNet version 2.0 (as of 6/28/2017), which contains a number of changes including a new model format, etc. If you're looking for the old version, check out the [v1.1 branch](https://github.com/clab/dynet/tree/v1.1).

- [General](#general)
- [Installation](#installation)
- [C++](#c-installation)
Expand Down
4 changes: 1 addition & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
DyNet documentation
===================

**News!** The master branch is now DyNet version 2.0 (as of 6/28/2017), which contains a number of changes including a new model format, etc. If you're looking for the old version, check out the `v1.1 branch <https://github.com/clab/dynet/tree/v1.1>`_.

`DyNet <http://github.com/clab/dynet>`_ (formerly known as `cnn <http://github.com/clab/cnn-v1>`_) is a neural network library developed by Carnegie Mellon University and many others. It is written in C++ (with bindings in Python) and is designed to be efficient when run on either CPU or GPU, and to work well with networks that have dynamic structures that change for every training instance. For example, these kinds of networks are particularly important in natural language processing tasks, and DyNet has been used to build state-of-the-art systems for `syntactic parsing <https://github.com/clab/lstm-parser>`_, `machine translation <https://github.com/neubig/lamtram>`_, `morphological inflection <https://github.com/mfaruqui/morph-trans>`_, and many other application areas.
`DyNet <http://github.com/clab/dynet>`_ (formerly known as `cnn <http://github.com/clab/cnn-v1>`_) is a neural network library developed by Carnegie Mellon University and many others. It is written in C++ (with bindings in Python) and is designed to be efficient when run on either CPU or GPU, and to work well with networks that have dynamic structures that change for every training instance. For example, these kinds of networks are particularly important in natural language processing tasks, and DyNet has been used to build state-of-the-art systems for `syntactic parsing <https://github.com/clab/lstm-parser>`_, `machine translation <https://github.com/neulab/xnmt>`_, `morphological inflection <https://github.com/mfaruqui/morph-trans>`_, and many other application areas.

Read the documentation below to get started. If you have any problems see :ref:`debugging` for how to debug and/or get in contact with the developers. We also greatly welcome contributions, so see :ref:`contributing` for details.

Expand Down

0 comments on commit 967d545

Please sign in to comment.