Skip to content

alexxtaurus83/TensorFlow.NET-Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TensorFlow.NET Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 85.2%
  • Python 13.2%
  • F# 1.6%