-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Conversation
This file contains 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
* 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
fix typo in ndarray.md
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
Pandas Typo
* 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
Job d2l-zh/PR-803/2 is complete. |
Job d2l-zh/PR-803/3 is complete. |
@xiaotinghe this PR is pending fix of citations and forum links to Chinese version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
新增现代循环神经网络和计算性能两章。