C# wrapper for DyNet: The Dynamic Neural Network Toolkit NuGet Package

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).




Got any C# wrapper for DyNet: The Dynamic Neural Network Toolkit Question?





Info

Version: 1.1.0
Author(s): Shaltiel Shmidman
Last Update: Tuesday, November 7, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://dynet.readthedocs.io/
NuGet Url: https://www.nuget.org/packages/DynetSharp


Install
Install-Package DynetSharp
dotnet add package DynetSharp
paket add DynetSharp
DynetSharp Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

2

days-since-last-release

143