34 Commits

Author SHA1 Message Date
JiehangXie
2682240e3a
【Paddle】add discussion for paddle chap 9-12 (#1226)
【Paddle】add discussion for paddle chap 9-12
2022-11-23 10:19:58 -08:00
w5688414
7f4c68d3bd
【PaddlePaddle】Update nadaraya-waston.md & Adjust warnings (#1218)
* Update nadaraya-waston.md

* Change warning location

* Add warning filter to index.md

* Test warnings of d2l.paddle

* Adjust warnings

* Optimize warnings

* Update chapter_convolutional-modern warnings
2022-11-09 17:11:16 +08:00
tngt
318d0e3c42
Standardized code format (#1217)
* Update selecting-servers-gpus.md (#1208)

Optimized language expression.

* Update machine-translation-and-dataset.md

* Update ndarray.md (#1216)

* Update index.md (#1213)

将Line11  “但是仍需要通过设计更复杂的序列模型  可以  进一步处理它”
更改为     “但是仍需要通过设计更复杂的序列模型  来      进一步处理它”。
仍需要和可以同时使用带来了语言不顺,因此用来替换掉可以。

* [fix] Formula Error (#1211)

链式法则中,对于多元函数求微分,应该使用偏微分符号。
已对比英文版本并做出修改。

* update sagemaker

* update bahdanau-attention

* update bahdanau-attention

* nadaraya-waston

* update transformer

* update async-computation

* update hybridize

* update multiple-gpu-concise

* update multiple-gpus

* update anchor

* update image-augmentation

* update kaggle-cifar10

* update kaggle-dog

* update object-detection-dataset

* update semantic-segmentation-and-dataset

* model-construction

* update use-gpu

* update bert

* update nadaraya-waston

Co-authored-by: Steve George <china.stevegeorge@gmail.com>
Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: byte911 <92360792+byte911@users.noreply.github.com>
Co-authored-by: caoke-963 <62205878+caoke-963@users.noreply.github.com>
Co-authored-by: Andy Shaw <570057644@qq.com>
2022-11-09 00:46:24 +08:00
吴高升
b64b41d8c1
[PaddlePaddle] Merge master into Paddle branch (#1186)
* change 15.2 title in chinese version (#1109)

change title ’15.2. 情感分析:使用递归神经网络‘ to ’15.2. 情感分析:使用循环神经网络‘

* 修改部分语义表述 (#1105)

* Update r0.17.5 (#1120)

* Bump versions in installation

* 94行typo: (“bert.mall”)->(“bert.small”) (#1129)

* line 313: "bert.mall" -> "bert.small" (#1130)

* fix: update language as native reader (#1114)

* Fix the translation of "stride" (#1115)

* Update index.md (#1118)

修改部分语义表述

* Update self-attention-and-positional-encoding.md (#1133)

依照本书的翻译习惯,将pooling翻译成汇聚

* maybe a comment false (#1149)

* maybe a little false

* maybe a little false

* A minor bug in the rcnn section (Chinese edition) (#1148)

* Update bert.md (#1137)

一个笔误
# 假设batch_size=2,num_pred_positions=3
# 那么batch_idx应该是np.repeat( [0,1], 3 ) = [0,0,0,1,1,1]

* Update calculus.md (#1135)

* fix typo in git documentation (#1106)

* fix: Update the Chinese translation in lr-scheduler.md (#1136)

* Update lr-scheduler.md

* Update chapter_optimization/lr-scheduler.md

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* fix translation for kaggle-house-price.md (#1107)

* fix translation for kaggle-house-price.md

* fix translation for kaggle-house-price.md

Signed-off-by: sunhaizhou <haizhou.sun@smartmore.com>

* Update weight-decay.md (#1150)

* Update weight-decay.md

关于“k多选d”这一部分,中文读者使用排列组合的方式可能更容易理解
关于“给定k个变量,阶数的个数为...”这句话是有歧义的,不是很像中国话,应该是说“阶数为d的项的个数为...”。
并增加了一句对“因此即使是阶数上的微小变化,比如从$2$到$3$,也会显著增加我们模型的复杂性。”的解释
解释为何会增加复杂性以及为何需要细粒度工具。

* Update chapter_multilayer-perceptrons/weight-decay.md

yep

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Update chapter_multilayer-perceptrons/weight-decay.md

yep

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Fix a spelling error (#1161)

* Update gru.md (#1152)

The key distinction between vanilla RNNs and GRUs is that the latter support gating of the hidden state.
翻译错误

* Unify the function naming (#1113)

Unify naming of the function 'init_xavier()'.

* Update mlp-concise.md (#1166)

* Update mlp-concise.md

语句不通顺

* Update environment.md

语序异常

* Update config.ini

* fix the imprecise description (#1168)

Co-authored-by: yuande <yuande>

* fix typo in chapter_natural-language-processing-pretraining/glove.md (#1175)

* Fix some typos. (#1163)

* Update batch-norm.md (#1170)

fixing typos u->x in article

* Update linear-regression.md (#1090)

We invoke Stuart Russell and Peter Norvig who, in their classic AI text book Artificial Intelligence: A Modern Approach :cite:Russell.Norvig.2016, pointed out that

原译文把who也直接翻译出来了。

* Update mlp.md (#1117)

* Update mlp.md

修改部分语义表述

* Update chapter_multilayer-perceptrons/mlp.md

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Update chapter_multilayer-perceptrons/mlp.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Correct a translation error. (#1091)

* Correct a translation error.

* Update chapter_computer-vision/image-augmentation.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update aws.md (#1121)

* Update aws.md

* Update chapter_appendix-tools-for-deep-learning/aws.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update image-augmentation.md (#1093)

* Update anchor.md (#1088)

fix a minor issue in  code

* Update anchor.md

* Update image-augmentation.md

* fix typo and improve translation in chapter_linear-networks\softmax-regression.md (#1087)

* Avoid `torch.meshgrid` user warning (#1174)

Avoids the following user warning:
```python
~/anaconda3/envs/torch/lib/python3.10/site-packages/torch/functional.py:568: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at  ../aten/src/ATen/native/TensorShape.cpp:2228.)
  return _VF.meshgrid(tensors, **kwargs)  # type: ignore[attr-defined]
```

* bump to 2.0.0-beta1

* Update sequence.md

* bump beta1 on readme

* Add latex code block background to config

* BLD: Bump python support version 3.9 (#1183)

* BLD: Bump python support version 3.9

* Remove clear and manually downgrade protobuf 4.21.4 to 3.19.4

* BLD: Bump torch and tensorflow

* Update Jenkinsfile

* Update chapter_installation/index.md

* Update chapter_installation/index.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update config.ini

* Update INFO.md

* Update INFO.md

* Drop mint to show code in pdf, use Inconsolata font, apply code cell color (#1187)

* resolve the conflicts

* revise from publisher (#1089)

* revise from publisher

* d2l api

* post_latex

* revise from publisher

* revise ch11

* Delete d2l-Copy1.bib

* clear cache

* rm d2lbook clear

* debug anchor

* keep original d2l doc

Co-authored-by: Ubuntu <ubuntu@ip-172-31-12-66.us-west-2.compute.internal>
Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: Aston Zhang <asv325@gmail.com>

* 重复语句 (#1188)

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Improve expression for chapter_preliminaries/pandas.md (#1184)

* Update pandas.md

* Improve expression

* Improve expression

* Update chapter_preliminaries/pandas.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Improce expression for chapter_preliminaries/linear-algebra.md (#1185)

* Improce expression

* Improve code comments

* Update chapter_preliminaries/linear-algebra.md

* Update chapter_preliminaries/linear-algebra.md

* Update chapter_preliminaries/linear-algebra.md

* Update chapter_preliminaries/linear-algebra.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Fix multibox_detection bugs

* Update d2l to 0.17.5 version

* restore older version

* Upgrade pandas

* change to python3.8

* Test warning log

* relocate  warning log

* test logs filtering

* Update gru.md

* Add DeprecationWarning filter

* Test warning log

* Update attention mechanisms & computational performance

* Update multilayer perceptron& linear & convolution networks & computer vision

* Update recurrent&optimition&nlp pretraining & nlp applications

* ignore warnings

* Update index.md

* Update linear networks

* Update multilayer perceptrons&deep learning computation

* Update preliminaries

* Check and Add warning filter

* Update kaggle-cifar10.md

* Update object-detection-dataset.md

* Update ssd.md fcn.md

* Update hybridize.md

* Update hybridize.md

Signed-off-by: sunhaizhou <haizhou.sun@smartmore.com>
Co-authored-by: zhou201505013 <39976863+zhou201505013@users.noreply.github.com>
Co-authored-by: Xinwei Liu <xinzone@outlook.com>
Co-authored-by: Anirudh Dagar <anirudhdagar6@gmail.com>
Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: hugo_han <57249629+HugoHann@users.noreply.github.com>
Co-authored-by: gyro永不抽风 <1247006353@qq.com>
Co-authored-by: CanChengZheng <zcc550169544@163.com>
Co-authored-by: linlin <jajupmochi@gmail.com>
Co-authored-by: iuk <liukun0104@gmail.com>
Co-authored-by: yoos <49556860+liyunlongaaa@users.noreply.github.com>
Co-authored-by: Mr. Justice Lawrence John Wargrave <65226618+RUCWargrave@users.noreply.github.com>
Co-authored-by: Chiyuan Fu <fuchiyuan2019@outlook.com>
Co-authored-by: Sunhuashan <48636870+Sunhuashan@users.noreply.github.com>
Co-authored-by: Haiker Sun <haizhou.uestc2011@gmail.com>
Co-authored-by: Ming Liu <akira.liu@njnu.edu.cn>
Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>
Co-authored-by: silenceZheng66 <13754430639@163.com>
Co-authored-by: Wenchao Yan <56541797+YWonchall@users.noreply.github.com>
Co-authored-by: Kiki2049 <55939997+Kiki2049@users.noreply.github.com>
Co-authored-by: Krahets <krahets@163.com>
Co-authored-by: friedmainfunction <73703265+friedmainfunction@users.noreply.github.com>
Co-authored-by: Jameson <miraclecome@gmail.com>
Co-authored-by: P. Yao <12227516+YaoPengCN@users.noreply.github.com>
Co-authored-by: Yulv-git <34329208+Yulv-git@users.noreply.github.com>
Co-authored-by: Liu,Xiao <45966993+liuxiao916@users.noreply.github.com>
Co-authored-by: YIN, Gang <1246410+yingang@users.noreply.github.com>
Co-authored-by: Joe-HZ <58297431+Joe-HZ@users.noreply.github.com>
Co-authored-by: lybloveyou <102609904+lybloveyou@users.noreply.github.com>
Co-authored-by: VigourJiang <jiangfuqiang154@163.com>
Co-authored-by: zxhd863943427 <74853597+zxhd863943427@users.noreply.github.com>
Co-authored-by: LYF <27893441+liyufan@users.noreply.github.com>
Co-authored-by: Aston Zhang <asv325@gmail.com>
Co-authored-by: xiaotinghe <xiaotih@amazon.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-12-66.us-west-2.compute.internal>
Co-authored-by: Holly-Max <60691735+Holly-Max@users.noreply.github.com>
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Shuai Zhang <cheungdaven@gmail.com>
2022-08-23 14:48:41 -07:00
xtt
b0cb7bed0f
[Paddle]Add chapter_computational-performance (#1167)
* [Paddle]Add chapter_computational-performance

* add Residual

* Fix sgd bugs

* remove the number

* Fix gpu config

* Fix some syntax and describe issue

* Update gpu configuration

Co-authored-by: w5688414 <w5688414@gmail.com>
2022-07-05 11:34:48 -07:00
esperar
9cc03518c6
Update async-computation.md (#1053) 2021-12-28 11:38:16 -08:00
goldmermaid
6f23af8ef9
[polish] chapter 12 peer review (#1018)
* chapter12 0-3 polish

* soft polish chapter 12 done
2021-11-29 22:40:41 -08:00
goldmermaid
c31002c1fa
[clean] Space Auto Remover - CH12 (#975)
* installation updates

* installation updates

* auto clean async-computation

* auto clean auto-parallelism

* auto clean hardware

* auto clean hybridize

* auto clean multiple-gpus-concise

* auto clean multiple-gpus

* auto clean parameterserver

* manual

* manual

* manual

* manual

* manual
2021-10-07 15:17:54 -07:00
zYx.Tom
0d2af614d8
end of fix erros in 12.2. Asynchronous Computation (#829)
* end of fix erros in 12.2. Asynchronous Computation

* Update async-computation.md

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>
2021-06-01 08:54:09 -07:00
xiaotinghe
52ff6ee209
forum link (#805) 2021-05-08 13:39:26 -07:00
xiaotinghe
5434ee180c
chapter_computational-performance/async-computation (#794) 2021-05-07 11:17:18 -07:00
HelloWorld
d511b06f89
润色翻译 (#785)
* 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
2021-05-06 02:28:53 +08:00
Aston Zhang
a6d31a2e94 add ch12 2021-04-23 20:08:14 +00:00
Aston Zhang
4bd2c89336 add ch12 first 3 sections 2021-04-15 20:03:15 +00:00
Mu Li
9fd73ade5e clean 2021-02-17 01:10:40 +00:00
Aston Zhang
9a65612e7d 3e feedback 2020-03-06 03:04:47 +00:00
Aston Zhang
a0fd61444d 2e feedback 2020-03-06 01:11:29 +00:00
rongruosong
7f68a702bc modify x->X (#522) 2019-08-28 17:25:32 -07:00
Aston Zhang
b50c81ba2e qr code at the end of each sectioin 2019-01-23 22:04:53 +00:00
Aston Zhang
9eed7fdd5d [1e feedback] ch8 2019-01-15 08:35:48 +00:00
Aston Zhang
bd9f19f233 [1e feedback] ch2 2019-01-13 07:29:17 +00:00
Aston Zhang
105a613865 [1e feedback code]ch7-8 2019-01-08 05:56:18 +00:00
Aston Zhang
f0dac92571 gluonbook -> import d2lzh as d2l 2019-01-03 01:06:53 +00:00
Aston Zhang
be51b5ecba 2pass auto para 2018-10-08 19:58:05 +00:00
Aston Zhang
f1309c057a 2pass async com 2018-10-08 19:30:44 +00:00
Aston Zhang
8536f28cc3 revise all 2018-09-08 11:20:21 +00:00
Aston Zhang
bdc8ad2fdb fix lint 2018-09-06 15:40:47 +08:00
rongruosong
55f2de491b revise typo of async-comp (#357)
* '错别字修改'

* revise subscript

* keep index original

* keep original

* 语句错别字修改

* keep original

* keep original

* revise small typo

* revise typos

* revise deferred-init

* revise small typo

* revise typos

* keep same

* keep original

* keep original

* revise async-comp
2018-09-05 12:28:58 -07:00
Aston Zhang
e23953da44 add gluonbook refs 2018-08-31 22:45:13 +00:00
muli
aaf6099b1e revise the reset perf chapter 2018-08-31 19:43:12 +00:00
muli
28ea370abf revise async comp and hybridize 2018-08-30 23:41:20 +00:00
Aston Zhang
18f355ff78 lint: missing space 2018-08-21 05:38:26 +00:00
Aston Zhang
37932e34fb fix broken links 2018-07-02 22:39:16 +00:00
Aston Zhang
64495e045d rename 2018-07-02 21:32:41 +00:00