Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 876 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 876 Bytes

PaddlePaddle Models

Documentation Status License

PaddlePaddle provides a rich set of computational units to enable users to adopt a modular approach to solving various learning problems. In this repo, we demonstrate how to use PaddlePaddle to solve common machine learning tasks, providing several different neural network model that anyone can easily learn and use.

  • fluid models: use PaddlePaddle's Fluid APIs. We especially recommend users to use Fluid models.

  • legacy models: use PaddlePaddle's v2 APIs.

License

This tutorial is contributed by PaddlePaddle and licensed under the Apache-2.0 license.