├── README.md ├── project ├── EStep.m ├── MStep.m ├── convert_2d.m ├── createChunks.m ├── estGaussMixEM.m ├── getLLR.m ├── getLogLikelihood.m ├── getYohoData.m ├── gmmactiv.m ├── gmmpost.m ├── gmmprob.m ├── main.m ├── mapAdapt.m ├── parameters.m ├── plotGaussian.m ├── plotModes.m └── regularize_cov.m └── report └── report.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/README.md -------------------------------------------------------------------------------- /project/EStep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/EStep.m -------------------------------------------------------------------------------- /project/MStep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/MStep.m -------------------------------------------------------------------------------- /project/convert_2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/convert_2d.m -------------------------------------------------------------------------------- /project/createChunks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/createChunks.m -------------------------------------------------------------------------------- /project/estGaussMixEM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/estGaussMixEM.m -------------------------------------------------------------------------------- /project/getLLR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/getLLR.m -------------------------------------------------------------------------------- /project/getLogLikelihood.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/getLogLikelihood.m -------------------------------------------------------------------------------- /project/getYohoData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/getYohoData.m -------------------------------------------------------------------------------- /project/gmmactiv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/gmmactiv.m -------------------------------------------------------------------------------- /project/gmmpost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/gmmpost.m -------------------------------------------------------------------------------- /project/gmmprob.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/gmmprob.m -------------------------------------------------------------------------------- /project/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/main.m -------------------------------------------------------------------------------- /project/mapAdapt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/mapAdapt.m -------------------------------------------------------------------------------- /project/parameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/parameters.m -------------------------------------------------------------------------------- /project/plotGaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/plotGaussian.m -------------------------------------------------------------------------------- /project/plotModes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/plotModes.m -------------------------------------------------------------------------------- /project/regularize_cov.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/project/regularize_cov.m -------------------------------------------------------------------------------- /report/report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobiasfshr/gmm-ubm-speaker-identification-verification/HEAD/report/report.pdf --------------------------------------------------------------------------------