Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0-alpha1 release #803

Merged
merged 107 commits into from
May 8, 2021
Merged

v2.0.0-alpha1 release #803

merged 107 commits into from
May 8, 2021

Conversation

astonzhang
Copy link
Member

新增现代循环神经网络和计算性能两章。

xyw5vplus1 and others added 30 commits March 10, 2021 21:54
* fix typo in ndarray.md

* change translation in linear-algebra.md
updated for typos and E2C translation
* fix 4.4.1.2. Model Complexity translation issues

* fix typo in chapter_multilayer-perceptrons/environment.md

Co-authored-by: Linhan_Wu <wulhhhh@gmail.com>
* 添加ubuntu系统确实nvcc程序时的安装命令

* 添加ubuntu系统缺失nvcc程序时的安装命令
* fix 4.4.1.2. Model Complexity translation issues

* fix typo in chapter_multilayer-perceptrons/environment.md

* fix typo and translation issues in kaggle-house-price.md

* fix typo in model-construction.md

* fix typo and translation issues in use-gpu.md

Co-authored-by: Linhan_Wu <wulhhhh@gmail.com>
* Update index.md

* Update index.md

* Update index.md

* Update index.md
* retrigger slides

* retrigger

* retrigger

* retrigger

* retrigger

* retrigger
update translations in softmax-regression.md
* Correct some translation errors.
Easy to read and understand.
Complete some equation description.

* fix error in nadaraya-waston.md

* fix translation errors in attention-scoring-functions.md

* nadaraya-waston.md
fix errors
add chinese punctuation
translate the code comment

* attention-scoring-functions.md
fix errors
add chinese punctuation
translate the code comment
Correct incorrect reference information in chapter_introduction/index.md
LenovoLRSH and others added 22 commits May 6, 2021 02:28
* Update lookup-api.md

fix one word '这'

* 修改和一点疑问。

我发现了一些基本的排版格式,例如数字和英文,在中文中间的需要两边加上空格。**之间的是斜体。
那么**直接的空格应该怎么处理?需要在*两边都加上空格吗?
**和**之间是加黑对吗?

* Update index.md

* Update attention-cues.md

* Update attention-scoring-functions.md

* Update nadaraya-waston.md

* Update transformer.md

* Update bahdanau-attention.md

* Update multihead-attention.md

* fix translate

* Update hybridize.md

* Update async-computation.md

* Update auto-parallelism.md

* Update hardware.md

* Update multiple-gpus-concise.md

* Update multiple-gpus.md

* Update parameterserver.md

* Update image-augmentation.md

* Update fine-tuning.md
* fix errors in 8.3. Language Models and the Dataset

* fix errors in 8.3.1. Learning a Language Model

* fix errors in 8.3.2. Markov Models and n-grams

* fix errors in 8.3.3. Natural Language Statistics

* fix errors in 8.3.4. Reading Long Sequence Data
the end of 8.3.

* fix errors and add terminology
for 8.3. Language Models and the Dataset
* fix errors in 9.7.0.

* fix errors 9.7.1. Encoder

* fix errors 9.7.2. Decoder

* fix errors in 9.7.3. Loss Function

* fix errors 9.7.4. Training

* fix errors 9.7.5. Prediction

* fix errors 9.7.6. Evaluation
fix errors 9.7.7. Summary
fix errors 9.7.8. Exercises

* fix invalid character in code

* change RNN to 循环神经网络

* replace GRU by 门控循环单元
replace LSTM by 长短期记忆网络
* fix errors 9.6. Encoder-Decoder Architecture
fix errors 9.6.1. Encoder

* fix errors 9.6.2. Decoder

* fix errors 9.6.3. Putting the Encoder and Decoder Together

* the end of fix errors 9.6
* fix errors in 9.5. Machine Translation and the Dataset

* fix errors in 9.5.1. Downloading and Preprocessing the Dataset

* fix errors in 9.5.2. Tokenization
fix errors in 9.5.3. Vocabulary

* fix errors in 9.5.4. Loading the Dataset

* the end of fix errors 9.5
* fix errors in 9.8. Beam Search

* fix errors in 9.8.1. Greedy Search

* fix errors in 9.8.2. Exhaustive Search

* fix errors in 9.8.3. Beam Search
the end of fix errors in 9.8.
* fix errors in 8.1. Sequence Models

* fix errors in 8.1.1. Statistical Tools

* fix errors in 8.1.1.1. Augoregressive Models

* fix errors in 8.1.1.2. Markov Models

* fix errors in 8.1.1.3. Causality

* fix errors in 8.1.2. Training

* fix errors in 8.1.3. Prediction
the end of fixing errors in 8.1.
* chapter_recurrent-modern/index

* Update index.md

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>
* Update lookup-api.md

fix one word '这'

* 修改和一点疑问。

我发现了一些基本的排版格式,例如数字和英文,在中文中间的需要两边加上空格。**之间的是斜体。
那么**直接的空格应该怎么处理?需要在*两边都加上空格吗?
**和**之间是加黑对吗?

* Update index.md

* Update attention-cues.md

* Update attention-scoring-functions.md

* Update nadaraya-waston.md

* Update transformer.md

* Update bahdanau-attention.md

* Update multihead-attention.md

* fix translate

* Update hybridize.md

* Update async-computation.md

* Update auto-parallelism.md

* Update hardware.md

* Update multiple-gpus-concise.md

* Update multiple-gpus.md

* Update parameterserver.md

* Update image-augmentation.md

* Update fine-tuning.md

* Update kaggle-cifar10.md
@mli
Copy link
Member

mli commented May 7, 2021

Job d2l-zh/PR-803/2 is complete.
Check the results at http://preview.d2l.ai/d2l-zh/PR-803/

@mli
Copy link
Member

mli commented May 8, 2021

Job d2l-zh/PR-803/3 is complete.
Check the results at http://preview.d2l.ai/d2l-zh/PR-803/

@astonzhang
Copy link
Member Author

@xiaotinghe this PR is pending fix of citations and forum links to Chinese version.

@astonzhang astonzhang changed the title [Do not merge] v2.0.0-alpha1 release v2.0.0-alpha1 release May 8, 2021
@astonzhang astonzhang merged commit dae3fda into release May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.