# TensorFlow.NET TensorFlow.NET provides .NET Standard binding for [TensorFlow](https://www.tensorflow.org/). TensorFlow.NET is a member project of SciSharp stack. ### How to use ```cs using tf = TensorFlowNET.Core.Tensorflow; namespace TensorFlowNET.Examples { public class HelloWorld : IExample { public void Run() { } } } ```