https://github.com/philtasticguy/speaker-recognition-metrics
https://github.com/philtasticguy/speaker-recognition-metrics
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philtasticguy/speaker-recognition-metrics
- Owner: PhiltasticGuy
- Created: 2022-04-01T13:52:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T09:52:05.000Z (about 3 years ago)
- Last Synced: 2025-02-08T19:41:50.621Z (4 months ago)
- Language: Python
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speaker Recognition Metrics
## Datasets
### Analysis
#### Output 'xvector.txt' format
```powershell
Get-Content "data/xvector.txt" | select -First 50 > "data/xvector-sample.txt"
```## Metrics
### Equal Error Rate (EER)
### minDCF (Minimum Detection Cost Function (DCF)
### Calibrated Log-Likelihood Ratio (Cllr)
## References
-
-