Hype 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).
Install-Package Hype -Version 0.1.3
dotnet add package Hype --version 0.1.3
<PackageReference Include="Hype" Version="0.1.3" />
paket add Hype --version 0.1.3
Release Notes
Please visit
https://github.com/hypelib/Hype/releases
for the latest release notes.
Dependencies
-
- DiffSharp (>= 0.7.7)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.