BrightData 3.0.2
See the version list below for details.
dotnet add package BrightData --version 3.0.2
NuGet\Install-Package BrightData -Version 3.0.2
<PackageReference Include="BrightData" Version="3.0.2" />
paket add BrightData --version 3.0.2
#r "nuget: BrightData, 3.0.2"
// Install BrightData as a Cake Addin #addin nuget:?package=BrightData&version=3.0.2 // Install BrightData as a Cake Tool #tool nuget:?package=BrightData&version=3.0.2
Bright data is a performance oriented data table and linear algebra library that supports both CPU and GPU computation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net5.0
- System.Runtime.CompilerServices.Unsafe (>= 5.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.
updated to .net 5, added user notification interface and cancellation token handling, added index to buffer add method and renamed ColumnType to BrightDataType