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 653 B

1234567891011121314151617181920212223242526272829303132333435
  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: 2
  9. :caption: Contents:
  10. Indices and tables
  11. ==================
  12. * :ref:`Front Cover <front-cover>`
  13. .. _front-cover:
  14. .. toctree::
  15. :maxdepth: 3
  16. :caption: Get Started with TensorFlow.NET:
  17. FrontCover
  18. Foreword
  19. Preface
  20. HelloWorld
  21. Tensor
  22. Constant
  23. Variable
  24. Operation
  25. Graph
  26. Session

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