Hype 0.1.3

.NET Framework 4.6
dotnet add package Hype --version 0.1.3
NuGet\Install-Package Hype -Version 0.1.3
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="Hype" Version="0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hype --version 0.1.3
#r "nuget: Hype, 0.1.3"
#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 Hype as a Cake Addin
#addin nuget:?package=Hype&version=0.1.3

// Install Hype as a Cake Tool
#tool nuget:?package=Hype&version=0.1.3

Hype is a proof-of-concept deep learning library, where you can perform optimization on compositional machine learning systems of many components, even when such components themselves internally perform optimization.

This is enabled by nested automatic differentiation (AD) giving you access to the automatic exact derivative of any floating-point value in your code with respect to any other. Underlying computations are run by a BLAS/LAPACK backend (OpenBLAS by default).

Product Versions
.NET Framework net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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
0.1.3 1,562 12/26/2015
0.1.2 957 12/15/2015
0.1.1 966 12/6/2015
0.1.0 961 11/16/2015

Please visit

https://github.com/hypelib/Hype/releases

for the latest release notes.