You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Get started with TensorFlow.NET
让我们先运行一个经典的HelloWorld程序,看看TensorFlow是在.NET上面运行的效果,我想不出有比做个HelloWorld再简单的方式了。
Let's run a classic HelloWorld program first and see if TensorFlow is running on .NET. I can't think of a simpler way to be a HelloWorld.
### Install the TensorFlow.NET SDK
To start building TensorFlow program you just need to download and install the .NET SDK (Software Development Kit).
```cmd
PM> Install-Package TensorFlow.NET
```
tensorflow框架的.NET版本,提供了丰富的特性和API,可以借此很方便地在.NET平台下搭建深度学习训练与推理流程。