Open
Conversation
1.数学符号使用不准确。∈是“属于”符号,用于表示元素与集合的关系。而这里讨论的是概念之间的包含关系(集合与子集),应使用⊂(包含于)符号。 2.“一般我们会在训练是一段时间后拿出验证集……”,“是”字多余 3.“验证效果的好坏决定了我们合适停止训练……”,“合适”应该是笔误,改为“何时”
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.
“所以可以理解为三者是包含关系: 神经网络 ∈ 机器学习 ∈ 人工智能” 数学符号使用不准确。
∈是“属于”符号,用于表示元素与集合的关系。我认为这三个概念是集合而非元素,应使用⊂(包含于)符号。“一般我们会在训练是一段时间后拿出验证集……”,
是字多余“验证效果的好坏决定了我们合适停止训练……”,
合适应该是笔误,改为何时