index_en.rst 1.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
################
Beginner's Guide
################

PaddlePaddle (PArallel Distributed Deep LEarning) is a
simple, efficient and extensible deep learning framework.

Please refer to  `PaddlePaddle Github <https://github.com/PaddlePaddle/Paddle>`_ for details, and  `release note <../release_note_en.html>`_ for features incorporated in current version.

For beginners of PaddlePaddle, the following documentation will tutor you about installing PaddlePaddle:

    - `Installation Manuals <../beginners_guide/install/index_en.html>`_ :Installation on Ubuntu/CentOS/Windows/MacOS is supported.

The following resources are recommended for novices in deep learning:

    - `Resources <../beginners_guide/basics/learning_materials.html>`_ :Selected books and lectures about machine learning, deep learning and programming languages.

If you have been armed with certain level of deep learning knowledge, and it happens to be the first time to try PaddlePaddle, the following cases of model building will expedite your learning process:

    - `Programming with Fluid <../beginners_guide/programming_guide/programming_guide.html>`_ : Core concepts and basic usage of Fluid

    - `Quick Start <../beginners_guide/quick_start/index.html>`_: Two easy-to-go models, linear regression model and digit recognition model, are in place to speed up your study of training neural networks

    - `Deep Learning  <../beginners_guide/basics/index.html>`_: This section encompasses various fields of fundamental deep learning knowledge, such as image classification, customized recommendation, machine translation, and examples implemented by Fluid are provided. 


..  toctree::
    :hidden:

    install/index_en.rst
    basics/learning_materials_en.md