Beginner’s Guide

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

Please refer to PaddlePaddle Github for details, and Release Note for features incorporated in current version.

Let’s start with studying basic concept of PaddlePaddle:

  • Basic Concept : introduce the basic concept and usage of Paddle

If you have mastered the basic concept of Paddle and you expect to model and build your own network according to the actual problems, you can refer to some details of the use of paddle in the Coding Practice :

  • Coding Practice : introduce how to model and build your own network for practical problems