Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
7 years ago | |
|---|---|---|
| docs/assets | 7 years ago | |
| src/TensorFlowNET.Core | 7 years ago | |
| tensorflowlib | 7 years ago | |
| test | 7 years ago | |
| .gitignore | 7 years ago | |
| LICENSE | 7 years ago | |
| README.md | 7 years ago | |
| TensorFlow.NET.sln | 7 years ago | |
TensorFlow.NET provides .NET Standard binding for TensorFlow.
TensorFlow.NET is a member project of SciSharp stack.
using tf = TensorFlowNET.Core.Tensorflow;
namespace TensorFlowNET.Examples
{
public class HelloWorld : IExample
{
public void Run()
{
var hello = tf.constant("Hello, TensorFlow!");
}
}
}
tensorflow框架的.NET版本,提供了丰富的特性和API,可以借此很方便地在.NET平台下搭建深度学习训练与推理流程。
C# Unity3D Asset PureBasic Python