Fix typos, grammar, and formatting issues in dnn_basic page#926
Open
Kristinblue wants to merge 1 commit intosipeed:mainfrom
Open
Fix typos, grammar, and formatting issues in dnn_basic page#926Kristinblue wants to merge 1 commit intosipeed:mainfrom
Kristinblue wants to merge 1 commit intosipeed:mainfrom
Conversation
In section "一、如何解决一个问题--引出机器解决问题" Original: "按照大家的知识,都知道这是一个一元一次方程(y = kx + b能解决的" Issue: Missing closing parenthesis and improper punctuation. Suggestion: Change to "按照大家的知识,都知道这是一个一元一次方程 (y = kx + b) 能解决的" In section "二、如何让机器总结出算法" Original: "我们认为地设计一个算法结构" Issue: Typo, 认为 should be 人为. Suggestion: Change 认为 to 人为. Original: "我们加入碰巧直接设计成了y = kx + b" Issue: Typo, 加入 should be 假如. Suggestion: Change 加入 to 假如. Original: "我们将我们这条直线的的几个点代入到这个方程" Issue: Extra word 的. Suggestion: Remove the extra 的, change to "我们将我们这条直线的几个点代入到这个方程". Original: "那我们就可以假设这个模型基本满足了我们以后有一个x, 要求着图中线上任意一点的y值" Issue: Unclear and ungrammatical sentence. Suggestion: Rephrase to“那我们就可以假设这个模型基本满足了我们以后的需求:有一个x, 要求图中线上任意一点的y值” In section "五、继续:深度神经网络(续" Original: "每个节点输出的值都需要经过Sigmod(∑(Wn * x + Bn))" Issue: Misspelling of activation function "Sigmoid". Suggestion: Change Sigmod to Sigmoid.
This file contains hidden or 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
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.
In section "一、如何解决一个问题--引出机器解决问题"
Original: "按照大家的知识,都知道这是一个一元一次方程(y = kx + b能解决的"
Issue: Missing closing parenthesis and improper punctuation.
Suggestion: Change to "按照大家的知识,都知道这是一个一元一次方程 (y = kx + b) 能解决的"
In section "二、如何让机器总结出算法"
Original: "我们认为地设计一个算法结构"
Issue: Typo, 认为 should be 人为.
Suggestion: Change 认为 to 人为.
Original: "我们加入碰巧直接设计成了y = kx + b"
Issue: Typo, 加入 should be 假如.
Suggestion: Change 加入 to 假如.
Original: "我们将我们这条直线的的几个点代入到这个方程"
Issue: Extra word 的.
Suggestion: Remove the extra 的, change to "我们将我们这条直线的几个点代入到这个方程".
Original: "那我们就可以假设这个模型基本满足了我们以后有一个x, 要求着图中线上任意一点的y值"
Issue: Unclear and ungrammatical sentence.
Suggestion: Rephrase to“那我们就可以假设这个模型基本满足了我们以后的需求:有一个x, 要求图中线上任意一点的y值”
In section "五、继续:深度神经网络(续"
Original: "每个节点输出的值都需要经过Sigmod(∑(Wn * x + Bn))"
Issue: Misspelling of activation function "Sigmoid".
Suggestion: Change Sigmod to Sigmoid.