Machine Learning

Voice Activity Detection featured image

Voice Activity Detection

🎯 Voice Activity Detection (VAD), or voice endpoint detection, identifies time segments in an audio signal containing speech. This is a critical preprocessing step for automatic …

Clustering Algorithms featured image

Clustering Algorithms

This project implements two types of clustering algorithms, K-means and GMM. Data description: Four sets of data are given. The first two sets are simple low-dimensional data that …