Skip to content

Commit

Permalink
roll back env yml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Nov 21, 2018
1 parent 53f0b38 commit 0d5ecc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
16 changes: 0 additions & 16 deletions build/build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions build/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: d2l-zh-build
dependencies:
- python=3.6
- jupyter=1.0.0
- sphinx=1.6.3
- sphinx=1.8.2
- matplotlib=2.2.2
- pandas=0.23.2
- notebook=5.0.0
- pip:
- nbsphinx==0.2.14
- nbsphinx==0.3.5
- recommonmark==0.4.0
- https://github.com/mli/notedown/tarball/master
- mxnet-cu92==1.2.1
Expand Down
10 changes: 0 additions & 10 deletions chapter_appendix/notation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@
|$\nabla_{\cdot} y$|$y$关于$\cdot$的梯度|


## 概率和统计

|||
|:--|:-:|
|$\mathbb{P}(\cdot)$|概率分布|
|$\cdot \sim \mathbb{P}$|随机变量$\cdot$的概率分布是$\mathbb{P}$|
|$\mathbb{P}(\cdot \mid \cdot)$|条件概率分布|
|$\mathbb{E}_\cdot\left(f(\cdot)\right)$|函数$f(\cdot)$对$\cdot$的数学期望|


## 复杂度

|||
Expand Down
4 changes: 2 additions & 2 deletions chapter_natural-language-processing/glove.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ $$\sum_{i\in\mathcal{V}} \sum_{j\in\mathcal{V}} h(x_{ij}) \left(\mathbf{u}_j^\to

|$w_k$=|“solid”|“gas”|“water”|“fashion”|
|--:|:-:|:-:|:-:|
|$p_1=\mathbb{P}(w_k\mid\text{``ice"})$|0.00019|0.000066|0.003|0.000017|
|$p_2=\mathbb{P}(w_k\mid\text{``steam"})$|0.000022|0.00078|0.0022|0.000018|
|$p_1=\mathbb{P}(w_k\mid\text{ice})$|0.00019|0.000066|0.003|0.000017|
|$p_2=\mathbb{P}(w_k\mid\text{steam})$|0.000022|0.00078|0.0022|0.000018|
|$p_1/p_2$|8.9|0.085|1.36|0.96|

我们可以观察到以下现象:
Expand Down

0 comments on commit 0d5ecc0

Please sign in to comment.