Hype 0.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hype --version 0.1.1
NuGet\Install-Package Hype -Version 0.1.1
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.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hype --version 0.1.1
#r "nuget: Hype, 0.1.1"
#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.1

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

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 Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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,675 12/26/2015
0.1.2 1,027 12/15/2015
0.1.1 1,046 12/6/2015
0.1.0 1,038 11/16/2015

Please visit

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

for the latest release notes.