Skip to content

Correct possible typo: source to bin #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/approaches/deep/architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Deep Clustering maps each TF bin to a high-dimensional
embedding space such that TF bins dominated by the same source
are close and those dominated by different sources are far apart.
We say that a TF bin is _dominated_ by some Source $S_i$ if most
of the energy in that source is from $S_i$.
of the energy in that bin is from $S_i$.

Deep Clustering has the same basic network architecture as a
Mask Inference network: spectrogram input, to batch norm, to a
Expand Down