parent
604a473acf
commit
7c14f49ffb
@ -1,8 +1,18 @@
|
|||||||
GET STARTED
|
GET STARTED
|
||||||
============
|
============
|
||||||
|
|
||||||
|
If you want to quickly know how to use PaddlePaddle, please refer to the following guide:
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
quickstart_en.rst
|
quickstart_en.rst
|
||||||
|
|
||||||
|
|
||||||
|
While using PaddlePaddle to build applications, please understand some basic concepts.
|
||||||
|
Here is an example of linear regression. It introduces use flow of PaddlePaddle, including data format, model configuration and training, etc.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
concepts/use_concepts_en.rst
|
concepts/use_concepts_en.rst
|
||||||
|
Loading…
Reference in new issue