From d4a0376144d4754af142394314fb0f6b1951ed90 Mon Sep 17 00:00:00 2001 From: tink2123 Date: Wed, 14 Nov 2018 01:33:04 -0800 Subject: [PATCH] update --- 01.fit_a_line/README.md | 2 +- 01.fit_a_line/index.html | 2 +- 02.recognize_digits/README.md | 3 +-- 02.recognize_digits/index.html | 3 +-- 03.image_classification/README.md | 2 +- 03.image_classification/index.html | 2 +- 08.machine_translation/README.md | 2 +- 08.machine_translation/index.html | 2 +- 8 files changed, 8 insertions(+), 10 deletions(-) diff --git a/01.fit_a_line/README.md b/01.fit_a_line/README.md index ca220d4..81c8808 100644 --- a/01.fit_a_line/README.md +++ b/01.fit_a_line/README.md @@ -2,7 +2,7 @@ Let us begin the tutorial with a classical problem called Linear Regression \[[1](#References)\]. In this chapter, we will train a model from a realistic dataset to predict home prices. Some important concepts in Machine Learning will be covered through this example. -The source code for this tutorial lives on [book/fit_a_line](https://github.com/PaddlePaddle/book/tree/develop/01.fit_a_line).For instructions on getting started with this book,see [Running This Book](https://github.com/PaddlePaddle/book/blob/develop/README.md#running-the-book). +The source code for this tutorial lives on [book/fit_a_line](https://github.com/PaddlePaddle/book/tree/develop/01.fit_a_line). For instructions on getting started with this book,see [Running This Book](https://github.com/PaddlePaddle/book/blob/develop/README.md#running-the-book). ## Problem Setup diff --git a/01.fit_a_line/index.html b/01.fit_a_line/index.html index 003dc6d..8aa4b48 100644 --- a/01.fit_a_line/index.html +++ b/01.fit_a_line/index.html @@ -44,7 +44,7 @@ Let us begin the tutorial with a classical problem called Linear Regression \[[1](#References)\]. In this chapter, we will train a model from a realistic dataset to predict home prices. Some important concepts in Machine Learning will be covered through this example. -The source code for this tutorial lives on [book/fit_a_line](https://github.com/PaddlePaddle/book/tree/develop/01.fit_a_line).For instructions on getting started with this book,see [Running This Book](https://github.com/PaddlePaddle/book/blob/develop/README.md#running-the-book). +The source code for this tutorial lives on [book/fit_a_line](https://github.com/PaddlePaddle/book/tree/develop/01.fit_a_line). For instructions on getting started with this book,see [Running This Book](https://github.com/PaddlePaddle/book/blob/develop/README.md#running-the-book). ## Problem Setup diff --git a/02.recognize_digits/README.md b/02.recognize_digits/README.md index 21d16cd..8dabf54 100644 --- a/02.recognize_digits/README.md +++ b/02.recognize_digits/README.md @@ -1,7 +1,6 @@ # Recognize Digits -The source code for this tutorial is here: [book/recognize_digits](https://github.com/PaddlePaddle/book/tree/develop/02.recognize_digits). -For instructions on getting started with this book,see [Running This Book](https://github.com/PaddlePaddle/book/blob/develop/README.md#running-the-book). +The source code for this tutorial is here: [book/recognize_digits](https://github.com/PaddlePaddle/book/tree/develop/02.recognize_digits). For instructions on getting started with this book,see [Running This Book](https://github.com/PaddlePaddle/book/blob/develop/README.md#running-the-book). ## Introduction When one learns to program, the first task is usually to write a program that prints "Hello World!". diff --git a/02.recognize_digits/index.html b/02.recognize_digits/index.html index 0aebee3..2e86cb8 100644 --- a/02.recognize_digits/index.html +++ b/02.recognize_digits/index.html @@ -42,8 +42,7 @@