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.

FrontCover.md 457 B

7 years ago
7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # The Definitive Guide to Tensorflow.NET
  2. # Tensorflow.NET 权威指南
  3. ![column-major order](_static/cover.jpg)
  4. ### The CSharp binding for Google's TensorFlow
  5. #### An Open Source Machine Learning Framework for Everyone
  6. ### 谷歌TensorFlow的C#封装库
  7. #### 开源机器学习框架。
  8. <p style='float:right;'>
  9. Haiping Chen & Christian Kahr<br/>
  10. Christmas, 2018<br/>
  11. 陈海平 & 克里斯汀 卡尔<br/>
  12. 2018年圣诞节
  13. </p>

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