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.

index.rst 527 B

123456789101112131415161718192021222324
  1. .. TensorFlow.NET documentation master file, created by
  2. sphinx-quickstart on Sat Jan 5 09:26:55 2019.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to TensorFlow.NET's documentation!
  6. ==========================================
  7. .. toctree::
  8. :maxdepth: 3
  9. :caption: The Definitive Guide to TensorFlow.NET
  10. FrontCover
  11. Foreword
  12. Preface
  13. HelloWorld
  14. Tensor
  15. Constant
  16. Placeholder
  17. Variable
  18. Operation
  19. Graph
  20. Session

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