Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow.NET

TensorFlow.NET provides .NET Standard binding for TensorFlow.

TensorFlow.NET is a member project of SciSharp stack.

tensors_flowing

How to use

using tf = TensorFlowNET.Core.Tensorflow;

namespace TensorFlowNET.Examples
{
    public class HelloWorld : IExample
    {
        public void Run()
        {
            var hello = tf.constant("Hello, TensorFlow!");
        }
    }
}

About

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C#.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages