DynetSharp 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package DynetSharp --version 1.0.4
NuGet\Install-Package DynetSharp -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DynetSharp" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynetSharp --version 1.0.4
#r "nuget: DynetSharp, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DynetSharp as a Cake Addin
#addin nuget:?package=DynetSharp&version=1.0.4

// Install DynetSharp as a Cake Tool
#tool nuget:?package=DynetSharp&version=1.0.4

DyNetSharp - C# wrapper for DyNet: The Dynamic Neural Network Toolkit

Installing the library

Prerequisites:

Before using DyNetSharp, you need to have the Microsoft Visual C++ Redistributable installed on the machine. The Visual Studio installation comes with it by default, otherwise you can download and install it from here.

Note: The library only works with x64 executables.

Building and installing from source:

See the GitHub page.

Using DyNetSharp

For the full markdown of how to use DyNetSharp, please see the GitHub page

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 266 11/7/2023
1.0.6 1,190 10/2/2021
1.0.4 704 5/21/2019

- Added implicit casting for Parameter/LookupParameters.
- GPU support (Requires compile from source).
- Minor bug fixes.