Skip to main content
DynetSharp package icon

DynetSharp

DyNet is a neural network library developed by Carnegie Mellon University and many others. It is written in C++ (with bindings in Python and C#) 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. Read the documentation (http://dynet.readthedocs.io/en/latest/) to get started, and feel free to contact the dynet-users group (https://groups.google.com/forum/#!forum/dynet-users) group with any questions (if you want to receive email make sure to select "all email" when you sign up). We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page (http://github.com/clab/dynet). You can also read more technical details in our technical report (https://arxiv.org/abs/1701.03980).

Total Downloads
7.2K
7,193
Published
Nov 7, 2023
Latest stable version

Install

.NET CLI
dotnet add package DynetSharp --version 1.1.0
Package Manager Console
Install-Package DynetSharp -Version 1.1.0
PackageReference
<PackageReference Include="DynetSharp" Version="1.1.0" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.