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 2.6 kB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Welcome to TensorLayer
  2. =======================================
  3. .. image:: user/my_figs/tl_transparent_logo.png
  4. :width: 30 %
  5. :align: center
  6. :target: https://github.com/tensorlayer/tensorlayer
  7. **Documentation Version:** |release|
  8. **Jun 2020** `Deep Reinforcement Learning Book Is Released <http://deepreinforcementlearningbook.org>`__.
  9. **Good News:** We won the **Best Open Source Software Award** `@ACM Multimedia (MM) 2017 <http://www.acmmm.org/2017/mm-2017-awardees/>`_.
  10. `TensorLayer`_ is a Deep Learning (DL) and Reinforcement Learning (RL) library extended from `Google TensorFlow <https://www.tensorflow.org>`_. It provides popular DL and RL modules that can be easily customized and assembled for tackling real-world machine learning problems.
  11. More details can be found `here <https://github.com/tensorlayer/tensorlayer>`_.
  12. .. note::
  13. If you got problem to read the docs online, you could download the repository
  14. on `GitHub`_, then go to ``/docs/_build/html/index.html`` to read the docs
  15. offline. The ``_build`` folder can be generated in ``docs`` using ``make html``.
  16. User Guide
  17. ------------
  18. The TensorLayer user guide explains how to install TensorFlow, CUDA and cuDNN,
  19. how to build and train neural networks using TensorLayer, and how to contribute
  20. to the library as a developer.
  21. .. toctree::
  22. :maxdepth: 2
  23. user/installation
  24. user/examples
  25. user/contributing
  26. user/get_involved
  27. user/faq
  28. .. toctree::
  29. :maxdepth: 2
  30. :caption: Getting started
  31. user/get_start_model
  32. user/get_start_advance
  33. API Reference
  34. -------------
  35. If you are looking for information on a specific function, class or
  36. method, this part of the documentation is for you.
  37. .. toctree::
  38. :maxdepth: 2
  39. :caption: Stable Functionalities
  40. modules/activation
  41. modules/array_ops
  42. modules/cost
  43. modules/dataflow
  44. modules/prepro
  45. modules/files
  46. modules/iterate
  47. modules/layers
  48. modules/models
  49. modules/nlp
  50. modules/vision
  51. modules/initializers
  52. modules/rein
  53. modules/utils
  54. modules/visualize
  55. .. toctree::
  56. :maxdepth: 2
  57. :caption: Alpha Version Functionalities
  58. modules/db
  59. modules/optimizers
  60. modules/distributed
  61. Command-line Reference
  62. ----------------------
  63. TensorLayer provides a handy command-line tool `tl` to perform some common tasks.
  64. .. toctree::
  65. :maxdepth: 2
  66. :caption: Command Line Interface
  67. modules/cli
  68. Indices and tables
  69. ==================
  70. * :ref:`genindex`
  71. * :ref:`modindex`
  72. * :ref:`search`
  73. .. _GitHub: https://github.com/tensorlayer/tensorlayer
  74. .. _TensorLayer: https://github.com/tensorlayer/tensorlayer/

TensorLayer3.0 是一款兼容多种深度学习框架为计算后端的深度学习库。计划兼容TensorFlow, Pytorch, MindSpore, Paddle.