Skip to content
Snippets Groups Projects
Commit 2b3154a8 authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Change overfitting to mdbook link

parent 036cbb9a
No related branches found
No related tags found
1 merge request!126Change overfitting to mdbook link
...@@ -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/Overfitting) Smaller bottlenecks lower the risk of [overfitting](../../Glossary.md#overfitting)
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment