-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
speaker indentification: use spectral clustering
This switches from agglomerative clustering to spectral clustering. Of the "standard" clustering methods, it achieves the best speaker identification for my test data. Furthermore this should closely match what the original paper on speaker identification using the ECAPA-TDNN model uses [1]. I can get better clustering combining something like t-SNE with a "standard" clustering method, however as t-SNE and others do not preserve distances and therefore do not seem like a general solution. [1] Dawalatabad, Nauman, et al. "ECAPA-TDNN embeddings for speaker diarization."
- Loading branch information
Showing
3 changed files
with
86 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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