Skip to content

Commit

Permalink
d2l-zh graffle (#1230)
Browse files Browse the repository at this point in the history
* Bump version to 2.0.0!

* graffle

Co-authored-by: Aston Zhang <[email protected]>
Co-authored-by: He <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2022
1 parent a51206e commit 8d72713
Show file tree
Hide file tree
Showing 133 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author = Aston Zhang, Zachary C. Lipton, Mu Li, and Alexander J. Smola

copyright = 2022, All authors. Licensed under CC-BY-SA-4.0 and MIT-0.

release = 2.0.0-beta1
release = 2.0.0

lang = zh

Expand Down
2 changes: 1 addition & 1 deletion d2l/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

__version__ = "2.0.0-beta1"
__version__ = "2.0.0"
Binary file added graffle/appendix/3dFunc.graffle
Binary file not shown.
Binary file added graffle/appendix/ChainNet1.graffle
Binary file not shown.
Binary file added graffle/appendix/ChainNet2.graffle
Binary file not shown.
Binary file added graffle/appendix/GridPoints.graffle
Binary file not shown.
Binary file added graffle/appendix/GridTransform.graffle
Binary file not shown.
Binary file added graffle/appendix/GridTransformFilled.graffle
Binary file not shown.
Binary file added graffle/appendix/GridWithArrow.graffle
Binary file not shown.
Binary file added graffle/appendix/Marginal.graffle
Binary file not shown.
Binary file added graffle/appendix/ParVec.graffle
Binary file not shown.
Binary file added graffle/appendix/ProjVec.graffle
Binary file not shown.
Binary file added graffle/appendix/RectTrans.graffle
Binary file not shown.
Binary file added graffle/appendix/SpaceDivision.graffle
Binary file not shown.
Binary file added graffle/appendix/SpaceDivision3D.graffle
Binary file not shown.
Binary file added graffle/appendix/SubArea.graffle
Binary file not shown.
Binary file added graffle/appendix/SumOrder.graffle
Binary file not shown.
Binary file added graffle/appendix/VecAdd.graffle
Binary file not shown.
Binary file added graffle/appendix/VecAngle.graffle
Binary file not shown.
Binary file added graffle/appendix/comparing_estimators.graffle
Binary file not shown.
Binary file added graffle/appendix/mutual_information.graffle
Binary file not shown.
Binary file added graffle/appendix/negSecDer.graffle
Binary file not shown.
Binary file added graffle/appendix/posSecDer.graffle
Binary file not shown.
Binary file added graffle/appendix/statistical_power.graffle
Binary file not shown.
Binary file added graffle/appendix/statistical_significance.graffle
Binary file not shown.
Binary file added graffle/appendix/zeroSecDer.graffle
Binary file not shown.
Binary file added graffle/attention/add_norm.graffle
Binary file not shown.
Binary file added graffle/attention/attention-output.graffle
Binary file not shown.
Binary file added graffle/attention/attention.graffle
Binary file not shown.
Binary file added graffle/attention/cnn-rnn-self-attention.graffle
Binary file not shown.
Binary file added graffle/attention/encoder-decoder.graffle
Binary file not shown.
Binary file added graffle/attention/eye-book.graffle
Binary file not shown.
Binary file added graffle/attention/eye-coffee.graffle
Binary file not shown.
Binary file added graffle/attention/multi-head-attention.graffle
Binary file not shown.
Binary file added graffle/attention/positional_encoding.graffle
Binary file not shown.
Binary file added graffle/attention/qkv.graffle
Binary file not shown.
Binary file added graffle/attention/self-attention-predict.graffle
Binary file not shown.
Binary file added graffle/attention/self-attention.graffle
Binary file not shown.
Binary file not shown.
Binary file added graffle/attention/seq2seq_attention.graffle
Binary file not shown.
Binary file added graffle/attention/transformer.graffle
Binary file not shown.
Binary file added graffle/book-org.graffle
Binary file not shown.
Binary file added graffle/computation/asyncgraph.graffle
Binary file not shown.
Binary file added graffle/computation/blocks.graffle
Binary file not shown.
Binary file added graffle/computation/computegraph.graffle
Binary file not shown.
Binary file added graffle/computation/copyto.graffle
Binary file not shown.
Binary file added graffle/computation/frontends.graffle
Binary file not shown.
Binary file added graffle/computation/threading.graffle
Binary file not shown.
Binary file added graffle/computation/twogpu.graffle
Binary file not shown.
1 change: 1 addition & 0 deletions graffle/convert.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find . -iname '*.pdf' | while read f; do pdf2svg $f ${f%.pdf}.svg; done
Binary file added graffle/gan/gan.graffle
Binary file not shown.
Binary file added graffle/intro/data-collection.graffle
Binary file not shown.
Binary file added graffle/intro/diveintodl.graffle
Binary file not shown.
Binary file added graffle/intro/ml-loop.graffle
Binary file not shown.
Binary file added graffle/intro/rl-environment.graffle
Binary file not shown.
Binary file added graffle/intro/supervised-learning.graffle
Binary file not shown.
Binary file added graffle/intro/wake-word.graffle
Binary file not shown.
Binary file added graffle/linear/fit_linreg.graffle
Binary file not shown.
Binary file added graffle/linear/neuron.graffle
Binary file not shown.
Binary file added graffle/linear/singlelayer.graffle
Binary file not shown.
Binary file added graffle/linear/singleneuron.graffle
Binary file not shown.
Binary file added graffle/linear/softmaxreg.graffle
Binary file not shown.
Binary file added graffle/mlp/add_norm.graffle
Binary file not shown.
Binary file added graffle/mlp/capacity_vs_error.graffle
Binary file not shown.
Binary file added graffle/mlp/dropout2.graffle
Binary file not shown.
Binary file added graffle/mlp/forward.graffle
Binary file not shown.
Binary file added graffle/mlp/mlp.graffle
Binary file not shown.
Binary file added graffle/nlp/bert-input.graffle
Binary file not shown.
Binary file added graffle/nlp/bert-one-seq.graffle
Binary file not shown.
Binary file added graffle/nlp/bert-qa.graffle
Binary file not shown.
Binary file added graffle/nlp/bert-tagging.graffle
Binary file not shown.
Binary file added graffle/nlp/bert-two-seqs.graffle
Binary file not shown.
Binary file added graffle/nlp/cbow.graffle
Binary file not shown.
Binary file added graffle/nlp/conv1d-2d.graffle
Binary file not shown.
Binary file added graffle/nlp/conv1d-channel.graffle
Binary file not shown.
Binary file added graffle/nlp/conv1d.graffle
Binary file not shown.
Binary file added graffle/nlp/elmo-gpt-bert.graffle
Binary file not shown.
Binary file added graffle/nlp/hi-softmax.graffle
Binary file not shown.
Binary file added graffle/nlp/nli_attention.graffle
Binary file not shown.
Binary file added graffle/nlp/nlp-map-app.graffle
Binary file not shown.
Binary file added graffle/nlp/nlp-map-nli-attention.graffle
Binary file not shown.
Binary file added graffle/nlp/nlp-map-nli-bert.graffle
Binary file not shown.
Binary file added graffle/nlp/nlp-map-pretrain.graffle
Binary file not shown.
Binary file added graffle/nlp/nlp-map-sa-cnn.graffle
Binary file not shown.
Binary file added graffle/nlp/nlp-map-sa-rnn.graffle
Binary file not shown.
Binary file added graffle/nlp/sentiment-rnn.graffle
Binary file not shown.
Binary file added graffle/nlp/skip-gram.graffle
Binary file not shown.
Binary file added graffle/nlp/textcnn.graffle
Binary file not shown.
Binary file added graffle/performance/a77.graffle
Binary file not shown.
Binary file added graffle/performance/bw-hierarchy.graffle
Binary file not shown.
Binary file added graffle/performance/bw-hierarchy.pdf
Binary file not shown.
Binary file added graffle/performance/data-parallel.graffle
Binary file not shown.
Binary file added graffle/performance/falseshare.graffle
Binary file not shown.
Binary file added graffle/performance/mobo.graffle/data.plist
Binary file not shown.
Binary file added graffle/performance/mobo.graffle/image1.tiff
Binary file not shown.
Binary file added graffle/performance/mobo.graffle/preview.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graffle/performance/neon128.graffle
Binary file not shown.
Binary file added graffle/performance/ps-distributed.graffle
Binary file not shown.
Binary file added graffle/performance/ps-distributed.pdf
Binary file not shown.
Binary file added graffle/performance/ps-multimachine.graffle
Binary file not shown.
Binary file added graffle/performance/ps-multimachine.pdf
Binary file not shown.
Binary file added graffle/performance/ps-multips.graffle
Binary file not shown.
Binary file added graffle/performance/ps-multips.pdf
Binary file not shown.
Binary file added graffle/performance/ps.graffle
Binary file not shown.
Binary file added graffle/performance/ps.pdf
Binary file not shown.
Binary file added graffle/performance/splitting.graffle
Binary file not shown.
Binary file added graffle/preliminaries/polygon_circle.graffle
Binary file not shown.
Binary file added graffle/recsys/rec-caser.graffle
Binary file not shown.
Binary file added graffle/recsys/rec-deepfm.graffle
Binary file not shown.
Binary file added graffle/recsys/rec-intro.graffle
Binary file not shown.
Binary file added graffle/recsys/rec-mf.graffle
Binary file not shown.
Binary file added graffle/recsys/rec-neumf.graffle
Binary file not shown.
Binary file added graffle/recsys/rec-ranking.graffle
Binary file not shown.
Binary file added graffle/recsys/rec-seq-data.graffle
Binary file not shown.
Binary file added graffle/rnn/beam-search.graffle
Binary file not shown.
Binary file added graffle/rnn/birnn-ORIGINAL.graffle
Binary file not shown.
Binary file added graffle/rnn/birnn.graffle
Binary file not shown.
Binary file added graffle/rnn/deep-rnn-ORIGINAL.graffle
Binary file not shown.
Binary file added graffle/rnn/deep-rnn.graffle
Binary file not shown.
Binary file added graffle/rnn/hmm.graffle
Binary file not shown.
Binary file added graffle/rnn/lang-model-data.graffle
Binary file not shown.
Binary file added graffle/rnn/rnn-bptt.graffle
Binary file not shown.
Binary file added graffle/rnn/rnn-train.graffle
Binary file not shown.
Binary file added graffle/rnn/rnn.graffle
Binary file not shown.
Binary file added graffle/rnn/s2s-prob1.graffle
Binary file not shown.
Binary file added graffle/rnn/s2s-prob2.graffle
Binary file not shown.
Binary file added graffle/rnn/seq2seq-details.graffle
Binary file not shown.
Binary file added graffle/rnn/seq2seq.graffle
Binary file not shown.
Binary file added graffle/rnn/seq2seq_predict.graffle
Binary file not shown.
Binary file added graffle/rnn/sequence-model.graffle
Binary file not shown.
Binary file added graffle/rnn/timemachine-5gram.graffle
Binary file not shown.
Binary file added graffle/rnn/truncated-bptt.graffle
Binary file not shown.
Binary file added graffle/transformer.graffle
Binary file not shown.

0 comments on commit 8d72713

Please sign in to comment.