diff --git a/README.md b/README.md index f08da24e2f6f0e6d2c7e3632bf27da3e0c20565e..5dbddfe40bc70e86c67867d3dedda51fe0cbb87e 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,14 @@ PaddlePaddle provides a rich set of computational units to enable users to adopt ## License This tutorial is contributed by [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) and licensed under the [Apache-2.0 license](LICENSE). + + +PaddlePaddle 提供了丰富的计算单元,使得用户可以采用模块化的方法解决各种学习问题。在此repo中,我们展示了如何用 PaddlePaddle 来解决常见的机器学习任务,提供若干种不同的易学易用的神经网络模型。 + +- [fluid模型](fluid): 使用 PaddlePaddle Fluid版本的 APIs,我们特别推荐您使用Fluid模型。 + +- [legacy模型](legacy): 使用 PaddlePaddle v2版本的 APIs。 + + +## 许可证书 +此向导由[PaddlePaddle](https://github.com/PaddlePaddle/Paddle)贡献,受[Apache-2.0 license](LICENSE)许可认证.