BrightWire 3.0.2
See the version list below for details.
dotnet add package BrightWire --version 3.0.2
NuGet\Install-Package BrightWire -Version 3.0.2
<PackageReference Include="BrightWire" Version="3.0.2" />
paket add BrightWire --version 3.0.2
#r "nuget: BrightWire, 3.0.2"
// Install BrightWire as a Cake Addin #addin nuget:?package=BrightWire&version=3.0.2 // Install BrightWire as a Cake Tool #tool nuget:?package=BrightWire&version=3.0.2
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.
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
- BrightData (>= 3.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BrightWire:
Package | Downloads |
---|---|
BrightWire.CUDA.x64
This is the .net standard 2 version of BrightWire.CUDA which adds CUDA support to Bright Wire. This lets you run Bright Wire machine learning on a Maxwell or better NVIDIA GPU (x64 only). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 134 | 5/19/2024 |
4.0.0-rc | 139 | 5/16/2023 |
3.0.3 | 599 | 11/12/2021 |
3.0.2 | 366 | 10/17/2021 |
3.0.1 | 379 | 6/8/2021 |
3.0.0 | 392 | 3/22/2021 |
3.0.0-beta | 240 | 2/20/2021 |
2.1.1 | 2,116 | 2/23/2019 |
2.1.0 | 1,067 | 9/30/2018 |
2.0.6 | 1,041 | 7/27/2018 |
2.0.5 | 1,079 | 1/4/2018 |
2.0.4 | 1,004 | 9/23/2017 |
2.0.3 | 1,058 | 8/18/2017 |
updated to .net 5, added user notification interface and cancellation token handling, added index to buffer add method and renamed ColumnType to BrightDataType