/TensorFlow.NET-Examples

TensorFlow.NET Examples

Primary LanguageC#Apache License 2.0Apache-2.0

TensorFlow.NET Examples

TensorFlow.NET Examples contains many practical examples written in C#. If you still don't know how to use .NET for deep learning, getting started from this Repo is your best choice.

Join the chat at https://gitter.im/publiclab/publiclab

Requirements:

  • .NET Core 3.1

  • Visual Studio 2019 (v16.4)

Run specific example in shell:

dotnet TensorFlowNET.Examples.dll -ex "MNIST CNN"

Example runner will download all the required files like training data and model pb files.

TensorFlow.NET is a part of SciSharp STACK