{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "**
\n", "Speaker identification (SID) is the task of determining a speaker’s identity from a specific audio sample chosen from a pool of known speakers. With applications in forensics, security, and customization [1], SID may be expressed as a pattern recognition problem. The SID pipeline, according to [2], is dependent on two critical components: feature extraction and feature classification. These factors work together to classify an input speech segment as belonging to one of N known enrolled speakers.\n", "
\n", "\n", "[1] S. Sremath Tirumala and S. R. Shahamiri, “A review on deep learning approaches in speaker identification,” 11 2016, pp. 142–147.\n", "\n", "[2] A. Antony and R. Gopikakumari, “Speaker identification based on combination of mfcc and umrt based features,”Procedia Computer Science, vol. 143, pp. 250–257, 2018, 8th International Conference on Advances in Computing & Communications (ICACC-2018). [Online]. Available: https://www.sciencedirect.com/science/article/pii/S1877050918320908\n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**