TensorFlowSharp 1.15.1 (original) (raw)

.NET Bindings for TensorFlow

Product 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 net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 is compatible. 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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TensorFlowSharp:

Package Downloads
DeepMorphy Morphological analyzer for Russian language 14.9K
SiaNet.Backend.TensorFlowLib TensorFlow backend for SiaNet library. Please install SiaNet along with this backend. 3.9K
Neuromatic Package Description 1.0K
Crosser.EdgeNode.Modules.TensorFlow Package Description 545

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on TensorFlowSharp:

Repository Stars
cesarsouza/keras-sharp Keras# initiated as an effort to port the Keras deep learning library to C#, supporting both TensorFlow and CNTK 244
Azure/sg-aks-workshop Security + Governance Workshop 194
Version Downloads Last updated
1.15.1 253,052 12/4/2019
1.15.0 5,784 11/25/2019
1.15.0-pre2 1,255 11/7/2019
1.15.0-pre1 1,221 11/5/2019
1.13.1 93,188 11/4/2019
1.13.0 167,795 5/1/2019
1.12.0 61,462 12/6/2018
1.11.0 15,857 10/2/2018
1.10.0 6,732 9/7/2018
1.9.0 7,330 8/7/2018
1.9.0-pre1 1,930 8/2/2018
1.8.0-pre1 7,978 5/25/2018
1.7.0 39,199 4/15/2018
1.7.0-pre1 1,766 4/3/2018
1.6.0-pre1 2,037 3/11/2018
1.5.1-pre1 1,523 3/1/2018
1.5.0 13,426 1/27/2018
1.5.0-pre2 1,458 1/24/2018
1.5.0-pre1 1,604 1/14/2018
1.4.0 12,694 11/22/2017
1.4.0-pre1 1,984 11/5/2017
1.3.1-pre1 1,494 9/15/2017
1.3.0 4,047 9/15/2017
1.3.0-pre1 2,275 8/26/2017
1.2.2 13,054 6/28/2017
1.2.1 1,725 6/28/2017
0.96.0 9,559 5/21/2017
0.95.0 1,689 5/21/2017
0.94.0 1,633 5/21/2017
0.13.1 1,105 11/4/2019
0.13.0 2,692 5/1/2019

1.15.1: Add a Runner.Run method that does not allocate - contribution from Enrico Minack; 1.15.0: Updated to TensorFlow 1.15; 1.13.1: Fixes boolean and ushort tensor construction fixes from Enrico Minack; Runner.AddInput fixes from Colin Versteeg; captainst provided a convenience function for the samples; Zeeshan Ahmed added AdamOptimizer; Kevin Malenfant fixes a few bugs; Enrico Minack added support for mutable tensors; 1.13.0: An optimization implementation now exists for C#, contributed by Zeeshan Ahmed from the Microsoft data science team (RMSProp, SGD optimizer bindings); TFSession now has a static method for loading models; New methods for loading strings into tensors (also Zeeshan)