BrightData 4.0.0
dotnet add package BrightData --version 4.0.0
NuGet\Install-Package BrightData -Version 4.0.0
<PackageReference Include="BrightData" Version="4.0.0" />
paket add BrightData --version 4.0.0
#r "nuget: BrightData, 4.0.0"
// Install BrightData as a Cake Addin #addin nuget:?package=BrightData&version=4.0.0 // Install BrightData as a Cake Tool #tool nuget:?package=BrightData&version=4.0.0
Bright Wire
http://www.jackdermody.net/brightwire Copyright (c) 2016-2024 Jack Dermody - Open Source MIT License
About
Bright Data is a data table, data processing and data analysis library for .NET.
Data tables are immutable and can be stored either in memory or on disk and can be used as the input to Bright Wire's machine learning graph.
Data tables can contain tensors (including vectors and matrices), binary data, strings, sparse vectors and numbers.
Tensor based linear algebra uses hardware acceleration when possible.
Related Libraries
BrightData.MKL (MKL support) BrightData.Cuda (GPU support - via CUDA)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- CommunityToolkit.HighPerformance (>= 8.2.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on BrightData:
Package | Downloads |
---|---|
BrightWire
Bright Wire is an open source machine learning library for .net core. Includes neural networks (feed forward, convolutional and recurrent), naive bayes, linear regression, decision trees, logistic regression, k-means clustering and dimensionality reduction. |
|
BrightData.Numerics
Numerics provider for Bright Data - allows CPU computation, including with MKL |
|
BrightData.Cuda
Cuda provider for Bright Data - allows GPU computation on NVIDIA GPUs |
|
BrightData.MKL
MKL provider for Bright Data - allows optimised linear algebra on Intel CPUs |
GitHub repositories
This package is not used by any popular GitHub repositories.