From a8a4a84c1ff294573dfbacdcf9b354d8f4323d0f Mon Sep 17 00:00:00 2001 From: Yunfeng Wang Date: Fri, 16 Dec 2016 16:55:55 +0800 Subject: [PATCH] fix typo: you -> we Hi paddle developers, In this tutorial, I guess it should be `We` rather than `You` according to context. Please check it, thanks. --- doc/tutorials/quick_start/index_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/quick_start/index_en.md b/doc/tutorials/quick_start/index_en.md index 4e765b23037..eed0a6239af 100644 --- a/doc/tutorials/quick_start/index_en.md +++ b/doc/tutorials/quick_start/index_en.md @@ -159,7 +159,7 @@ define_py_data_sources2(train_list='data/train.list', You can refer to the following link for more detailed examples and data formats: PyDataProvider2. ## Network Architecture -You will describe four kinds of network architectures in this section. +We will describe four kinds of network architectures in this section.
![](./src/PipelineNetwork_en.jpg)
First, you will build a logistic regression model. Later, you will also get chance to build other more powerful network architectures. -- GitLab