TensorFlow.Keras
0.7.2
See the version list below for details.
dotnet add package TensorFlow.Keras --version 0.7.2
NuGet\Install-Package TensorFlow.Keras -Version 0.7.2
<PackageReference Include="TensorFlow.Keras" Version="0.7.2" />
paket add TensorFlow.Keras --version 0.7.2
#r "nuget: TensorFlow.Keras, 0.7.2"
// Install TensorFlow.Keras as a Cake Addin
#addin nuget:?package=TensorFlow.Keras&version=0.7.2
// Install TensorFlow.Keras as a Cake Tool
#tool nuget:?package=TensorFlow.Keras&version=0.7.2
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- HDF5-CSharp (>= 1.12.5)
- MethodBoundaryAspect.Fody (>= 2.0.144)
- Newtonsoft.Json (>= 13.0.1)
- SharpZipLib (>= 1.3.3)
- TensorFlow.NET (>= 0.70.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TensorFlow.Keras:
Package | Downloads |
---|---|
SciSharp.Models.Core
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on TensorFlow.Keras:
Repository | Stars |
---|---|
SciSharp/SciSharp-Stack-Examples
Practical examples written in SciSharp's machine learning libraries
|
|
signumsoftware/framework
Open Source framework for writing data-centric applications using the latest versions of .Net Core, C# (not-nullable), ASP.NET Web API, Typescript (strict), React, D3 and Sql Server or PostgreeSQL
|
Version | Downloads | Last updated |
---|---|---|
0.10.1 | 38 | 1/29/2023 |
0.7.2 | 1,008 | 11/10/2022 |
0.7.0 | 7,517 | 1/8/2022 |
0.6.5 | 2,298 | 11/27/2021 |
0.6.4 | 2,138 | 10/9/2021 |
0.6.3 | 788 | 9/4/2021 |
0.6.2 | 1,109 | 8/21/2021 |
0.6.1 | 578 | 8/10/2021 |
0.5.1 | 8,402 | 5/1/2021 |
0.5.0 | 1,756 | 3/14/2021 |
0.4.0 | 1,462 | 2/6/2021 |
0.3.0 | 5,275 | 1/9/2021 |
0.2.1 | 1,070 | 12/12/2020 |
0.1.0 | 726 | 11/14/2020 |
Keras for .NET is a C# version of Keras ported from the python version.
* Support CIFAR-10 dataset in keras.datasets.
* Support Conv2D functional API.
* Support BatchNormalization layer.
* Building keras model in subclass, functional and sequential api
* Implemented backward_function.
* Support model.load_weights.
* Add Subtract layer
* Text preprocessing
* Preprocessing.timeseries_dataset_from_array
* Fixed memory leak for YOLOv3 model.