Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 556 Bytes

tutorial.rst

File metadata and controls

31 lines (20 loc) · 556 Bytes

DyNet Tutorial

C++ Tutorial

See the tutorials for the C++ version of DyNet

.. toctree::
   :maxdepth: 2

   cpp_basic_tutorial

Python Tutorial

Guided examples in Python can be found below :

.. toctree::
   :maxdepth: 2
   :titlesonly:

   tutorials_notebooks/tutorial-1-xor.ipynb
   tutorials_notebooks/API.ipynb
   tutorials_notebooks/RNNs.ipynb
   python_saving_tutorial

A more comprehensive tutorial can be found here (EMNLP 2016 tutorial).