From 06bb534694d419681ca406fc396049af4309a2e7 Mon Sep 17 00:00:00 2001 From: caoying03 Date: Tue, 14 Nov 2017 14:09:33 +0800 Subject: [PATCH] update README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eead2927..178d76de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Introduction to models +[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://github.com/PaddlePaddle/models) +[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](https://github.com/PaddlePaddle/models) +[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](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. ## 1. Word Embedding -- GitLab