This repository was archived by the owner on Jan 24, 2024. It is now read-only.
modify install url in all books#315
Merged
llxxxll merged 1 commit intoPaddlePaddle:developfrom May 16, 2017
Merged
Conversation
llxxxll
reviewed
May 16, 2017
| 让我们从经典的线性回归(Linear Regression \[[1](#参考文献)\])模型开始这份教程。在这一章里,你将使用真实的数据集建立起一个房价预测模型,并且了解到机器学习中的若干重要概念。 | ||
|
|
||
| 本教程源代码目录在[book/fit_a_line](https://github.com/PaddlePaddle/book/tree/develop/01.fit_a_line), 初次使用请参考PaddlePaddle[安装教程](https://github.com/PaddlePaddle/book/blob/develop/README.md)。 | ||
| 本教程源代码目录在[book/fit_a_line](https://github.com/PaddlePaddle/book/tree/develop/01.fit_a_line), 初次使用请参考PaddlePaddle[安装教程](https://github.com/PaddlePaddle/book/blob/develop/README.md#运行这本书)。 |
Collaborator
There was a problem hiding this comment.
『初次使用请参考PaddlePaddle[安装教程]』这样的描述也可能不太准确,有没有必要说明一下PaddlePaddleBook是包含PaddlePaddle运行环境,如果没有安装过PaddlePaddle,可以直接通过下面的方式完成PaddlePaddleBook的环境安装。
Collaborator
Author
There was a problem hiding this comment.
在Book的Readme中已经��:“我们把Jupyter、PaddlePaddle、以及各种被依赖的软件都打包进一个Docker image了”。
llxxxll
approved these changes
May 16, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #2143