Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 2.15 KB

File metadata and controls

36 lines (28 loc) · 2.15 KB

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

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