Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
AI-For-Beginners
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Huan Ma
AI-For-Beginners
Commits
dd99aeca
Commit
dd99aeca
authored
3 years ago
by
Dmitri Soshnikov
Browse files
Options
Downloads
Patches
Plain Diff
Fix the formula
parent
0c554a09
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
3-NeuralNetworks/03-Perceptron/README.md
+2
-1
2 additions, 1 deletion
3-NeuralNetworks/03-Perceptron/README.md
3-NeuralNetworks/03-Perceptron/images/activation-func.png
+0
-0
0 additions, 0 deletions
3-NeuralNetworks/03-Perceptron/images/activation-func.png
with
2 additions
and
1 deletion
3-NeuralNetworks/03-Perceptron/README.md
+
2
−
1
View file @
dd99aeca
...
@@ -18,7 +18,8 @@ y(x) = f(w<sup>T</sup>x)
...
@@ -18,7 +18,8 @@ y(x) = f(w<sup>T</sup>x)
where f is a step activation function
where f is a step activation function
<img
src=
"http://www.sciweavers.org/tex2img.php?eq=f%28x%29%20%3D%20%5Cbegin%7Bcases%7D%0A%20%20%20%20%20%20%20%20%20%2B1%20%26%20x%20%5Cgeq%200%20%5C%5C%0A%20%20%20%20%20%20%20%20%20-1%20%26%20x%20%3C%200%0A%20%20%20%20%20%20%20%5Cend%7Bcases%7D%20%5C%5C%0A&bc=White&fc=Black&im=jpg&fs=12&ff=arev&edit=0"
align=
"center"
border=
"0"
alt=
"f(x) = \begin{cases} +1 & x \geq 0 \\ -1 & x < 0 \end{cases} \\"
width=
"154"
height=
"50"
/>
<!-- img src="http://www.sciweavers.org/tex2img.php?eq=f%28x%29%20%3D%20%5Cbegin%7Bcases%7D%0A%20%20%20%20%20%20%20%20%20%2B1%20%26%20x%20%5Cgeq%200%20%5C%5C%0A%20%20%20%20%20%20%20%20%20-1%20%26%20x%20%3C%200%0A%20%20%20%20%20%20%20%5Cend%7Bcases%7D%20%5C%5C%0A&bc=White&fc=Black&im=jpg&fs=12&ff=arev&edit=0" align="center" border="0" alt="f(x) = \begin{cases} +1 & x \geq 0 \\ -1 & x < 0 \end{cases} \\" width="154" height="50" / -->
<img
src=
"images/activation-func.png"
/>
## Training the Perceptron
## Training the Perceptron
...
...
This diff is collapsed.
Click to expand it.
3-NeuralNetworks/03-Perceptron/images/activation-func.png
0 → 100644
+
0
−
0
View file @
dd99aeca
6.14 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment