TensorFlow.NET
0.4.2
See the version list below for details.
dotnet add package TensorFlow.NET --version 0.4.2
NuGet\Install-Package TensorFlow.NET -Version 0.4.2
<PackageReference Include="TensorFlow.NET" Version="0.4.2" />
<PackageVersion Include="TensorFlow.NET" Version="0.4.2" />
<PackageReference Include="TensorFlow.NET" />
paket add TensorFlow.NET --version 0.4.2
#r "nuget: TensorFlow.NET, 0.4.2"
#:package TensorFlow.NET@0.4.2
#addin nuget:?package=TensorFlow.NET&version=0.4.2
#tool nuget:?package=TensorFlow.NET&version=0.4.2
Google's TensorFlow binding in .NET Standard.
Docs: https://tensorflownet.readthedocs.io/
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Google.Protobuf (>= 3.6.1)
- NumSharp (>= 0.7.3)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on TensorFlow.NET:
| Package | Downloads |
|---|---|
|
Microsoft.ML.TensorFlow
Microsoft.ML.TensorFlow contains ML.NET integration of TensorFlow. |
|
|
Microsoft.ML.Vision
Microsoft.ML.Vision contains high level APIs for vision tasks like image classification. |
|
|
Microsoft.ML.AutoML
ML.NET AutoML: Optimizes an ML pipeline for your dataset, by automatically locating the best feature engineering, model, and hyperparameters |
|
|
Microsoft.ML.CodeGenerator
ML.NET Code Generator |
|
|
TensorFlow.Keras
Keras for .NET Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on TensorFlow.NET:
| Repository | Stars |
|---|---|
|
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
|
|
|
SciSharp/SiaNet
An easy to use C# deep learning library with CUDA/OpenCL support
|
|
|
SciSharp/SharpCV
A Computer Vision library for C# and F# that combines OpenCV and NDArray together in .NET Standard.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.150.0 | 117,722 | 11/5/2023 |
| 0.110.4 | 20,732 | 9/24/2023 |
| 0.110.3 | 5,309 | 9/9/2023 |
| 0.110.2 | 45,660 | 7/9/2023 |
| 0.110.1 | 1,386 | 7/8/2023 |
| 0.110.0 | 4,088 | 6/26/2023 |
| 0.100.5 | 19,122 | 5/5/2023 |
| 0.100.4 | 7,418 | 3/3/2023 |
| 0.100.2 | 16,531 | 2/6/2023 |
| 0.70.2 | 6,597 | 11/10/2022 |
| 0.70.1 | 16,962 | 1/16/2022 |
| 0.70.0 | 14,459 | 1/8/2022 |
| 0.60.5 | 14,521 | 11/27/2021 |
| 0.60.4 | 18,972 | 10/9/2021 |
| 0.40.1 | 68,711 | 5/1/2021 |
| 0.40.0 | 11,573 | 3/14/2021 |
| 0.33.0 | 5,473 | 2/6/2021 |
| 0.20.1 | 1,356,069 | 9/29/2020 |
| 0.15.1 | 25,125 | 3/9/2020 |
| 0.14.0 | 10,849 | 1/1/2020 |
| 0.11.8.1 | 313,960 | 10/21/2019 |
| 0.11.3 | 13,176 | 9/10/2019 |
| 0.10.10 | 20,631 | 8/3/2019 |
| 0.4.0 | 550,583 | 2/22/2019 |
| 0.0.1 | 2,337 | 12/27/2018 |
Added ConfigProto to control CPU and GPU resource.
Fixed import name scope issue.