Skip to content

Commit a296565

Browse files
authored
Merge pull request #5 from run-coding/master
修改文档
2 parents def6770 + 47e662e commit a296565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deep-learning/1.deep-learning-basic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ print("非向量化的版本:" + str(1000*(toc-tic)) + "毫秒")
290290

291291
那么,能否不使用`for`循环完成这样的一个计算过程呢?
292292

293-
假设上图的表格是一个4行3列的矩阵 _A_ ,记为 _A<sub>3×4</sub>_ ,接下来要使用Python的`Numpy`库完成这样的计算。打算使用两行代码完成,第一行代码对每一列进行求和,第二行代码分别计算每种食物每种营养成分的百分比。在`Jupyter Notebook`中输入如下代码,按`Shift+Enter`运行。
293+
假设上图的表格是一个3行4列的矩阵 _A_ ,记为 _A<sub>3×4</sub>_ ,接下来要使用Python的`Numpy`库完成这样的计算。打算使用两行代码完成,第一行代码对每一列进行求和,第二行代码分别计算每种食物每种营养成分的百分比。在`Jupyter Notebook`中输入如下代码,按`Shift+Enter`运行。
294294

295295
<p align="center">
296296
<img src="https://raw.github.com/loveunk/deeplearning_ai_books/master/images/56f38d09498335ae1155d2102f9b435d.png" />
@@ -1265,4 +1265,4 @@ _A<sup>[l]</sup>_ : _(n<sup>[l]</sup>,m)_ , _A<sup>[0]</sup>=X=(n<sup>[l]</s
12651265

12661266
* [1. Neural Networks and Deep Learning](https://github.com/loveunk/deep-learning-exercise-notebook/tree/master/1.%20Neural%20Networks%20and%20Deep%20Learning)
12671267

1268-
[回到顶部](#深度学习基础)
1268+
[回到顶部](#深度学习基础)

0 commit comments

Comments
 (0)