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

6 years ago
6 years ago
12345678910111213141516171819202122232425262728293031323334
  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. Queue
  22. Gradient
  23. Train
  24. EagerMode
  25. LinearRegression
  26. LogisticRegression
  27. NearestNeighbor
  28. ImageRecognition
  29. NeuralNetwork
  30. ConvolutionNeuralNetwork