NumSharp.Lite
0.1.12
NumSharp.Lite is the compact version of NumSharp without full datatype supported.
Install-Package NumSharp.Lite -Version 0.1.12
dotnet add package NumSharp.Lite --version 0.1.12
<PackageReference Include="NumSharp.Lite" Version="0.1.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NumSharp.Lite --version 0.1.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NumSharp.Lite, 0.1.12"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Implicit from scalar NDArray to byte.
Deconstruct NDArray to tuple(byte, byte, byte).
Create NDArray from string[].
Improve ToString() performance.
Add float and double to np.frombuffer.
Fix bool data size.
Dependencies
-
.NETStandard 2.0
- System.Memory (>= 4.5.3)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NumSharp.Lite:
Package | Downloads |
---|---|
TensorFlow.NET
Google's TensorFlow full binding in .NET Standard.
Building, training and infering deep learning models.
https://tensorflownet.readthedocs.io
|
|
CherubNLP
.NET text analysis tool.
Tokenize, Stemming and Lemmatization.
|
|
SciSharp.TensorFlowHub
TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models.
|
GitHub repositories
This package is not used by any popular GitHub repositories.