EricLouchez.Shorokoo 0.1.8-dev

This is a prerelease version of EricLouchez.Shorokoo.
dotnet add package EricLouchez.Shorokoo --version 0.1.8-dev
                    
NuGet\Install-Package EricLouchez.Shorokoo -Version 0.1.8-dev
                    
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="EricLouchez.Shorokoo" Version="0.1.8-dev" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EricLouchez.Shorokoo" Version="0.1.8-dev" />
                    
Directory.Packages.props
<PackageReference Include="EricLouchez.Shorokoo" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EricLouchez.Shorokoo --version 0.1.8-dev
                    
#r "nuget: EricLouchez.Shorokoo, 0.1.8-dev"
                    
#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.
#:package EricLouchez.Shorokoo@0.1.8-dev
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EricLouchez.Shorokoo&version=0.1.8-dev&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EricLouchez.Shorokoo&version=0.1.8-dev&prerelease
                    
Install as a Cake Tool

Shorokoo

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

Documentation

Guides, API reference, and samples: https://github.com/Eric-Louchez/Shorokoo

There are no supported framework assets in this 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.8-dev 30 6/20/2026
0.1.7-dev 50 6/16/2026
0.1.6-dev 40 6/16/2026
0.1.4-preview.1 54 6/12/2026