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

6 years ago
6 years ago
123456789101112131415161718192021222324252627282930
  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. Variable
  17. Placeholder
  18. Graph
  19. Session
  20. Operation
  21. Gradient
  22. Train
  23. EagerMode
  24. LinearRegression
  25. LogisticRegression
  26. ImageRecognition

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