Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AI at the edge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PSE - AI at the Edge
AI at the edge
Commits
2b3154a8
Commit
2b3154a8
authored
3 years ago
by
Daniel Müller
Browse files
Options
Downloads
Patches
Plain Diff
Change overfitting to mdbook link
parent
036cbb9a
No related branches found
No related tags found
1 merge request
!126
Change overfitting to mdbook link
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
book/src/AI-Models/Autoencoder/Autoencoder.md
+1
-1
1 addition, 1 deletion
book/src/AI-Models/Autoencoder/Autoencoder.md
with
1 addition
and
1 deletion
book/src/AI-Models/Autoencoder/Autoencoder.md
+
1
−
1
View file @
2b3154a8
...
@@ -30,7 +30,7 @@ decoder. This is used to restrict the information flow to only the important par
...
@@ -30,7 +30,7 @@ decoder. This is used to restrict the information flow to only the important par
usecase. In the case of a denoising autoencoder for example, the bottleneck should filter out the
usecase. In the case of a denoising autoencoder for example, the bottleneck should filter out the
noise.
noise.
Smaller bottlenecks lower the risk of
[
overfitting
](
https://en.wikipedia.org/wiki/O
verfitting
)
Smaller bottlenecks lower the risk of
[
overfitting
](
../../Glossary.md#o
verfitting
)
since it can't contain enough information relative to the input size to effectively learn
since it can't contain enough information relative to the input size to effectively learn
specific inputs.
specific inputs.
However the smaller the bottleneck is the larger is the risk of losing important data.
However the smaller the bottleneck is the larger is the risk of losing important data.
...
...
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