index_en.rst 493 字节
Newer Older
1
GET STARTED
W
weixing 已提交
2
============
3

W
weixing 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
If you want to quickly know how to use PaddlePaddle, please refer to the following guide:

..  toctree::
  :maxdepth: 1

  quickstart_en.rst

While using PaddlePaddle to build applications, please understand some basic concepts.

Here is an example of linear regression. It introduces workflow of PaddlePaddle, including data format, model configuration and training, etc.

..  toctree::
  :maxdepth: 1

  concepts/index_en.rst
W
weixing02 已提交
19
  developer's_guide_to_paddle_fluid.md