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.

HelloWorld.md 536 B

1234567891011121314
  1. # Get started with TensorFlow.NET
  2. 让我们先运行一个经典的HelloWorld程序,看看TensorFlow是在.NET上面运行的效果,我想不出有比做个HelloWorld再简单的方式了。
  3. 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.
  4. ### Install the TensorFlow.NET SDK
  5. To start building TensorFlow program you just need to download and install the .NET SDK (Software Development Kit).
  6. ```cmd
  7. PM> Install-Package TensorFlow.NET
  8. ```

tensorflow框架的.NET版本,提供了丰富的特性和API,可以借此很方便地在.NET平台下搭建深度学习训练与推理流程。