![]() |
VOOZH | about |
dotnet add package Shorokoo --version 0.0.1
NuGet\Install-Package Shorokoo -Version 0.0.1
<PackageReference Include="Shorokoo" Version="0.0.1" />
<PackageVersion Include="Shorokoo" Version="0.0.1" />Directory.Packages.props
<PackageReference Include="Shorokoo" />Project file
paket add Shorokoo --version 0.0.1
#r "nuget: Shorokoo, 0.0.1"
#:package Shorokoo@0.0.1
#addin nuget:?package=Shorokoo&version=0.0.1Install as a Cake Addin
#tool nuget:?package=Shorokoo&version=0.0.1Install as a Cake Tool
Define, train, and run neural networks in pure C#. Shorokoo is a .NET deep-learning framework with strongly typed tensors, reverse-mode autodiff, and ONNX interop.
This is the meta-package: it brings the runtime (Shorokoo.Core), the ready-made
layers (Shorokoo.Modules), and the [Module] source generator
(Shorokoo.CodeGen). Install this plus exactly one backend:
dotnet add package Shorokoo
dotnet add package Shorokoo.LinuxCPU # or Shorokoo.LinuxGPU / Shorokoo.WinCPU / Shorokoo.WinGPU
Guides, API reference, and samples: https://github.com/Shorokoo/Shorokoo
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1 | 68 | 6/25/2026 |
| 0.0.1-preview | 76 | 6/25/2026 |