Speech Augmentation
A popular saying in machine learning is "there is no better data than more data". However, collecting new data can be expensive and we must cleverly use the available dataset. One popular technique is called speech augmentation. The idea is to artificially corrupt the original speech signals to give the network the "illusion" that we are processing a new signal. This acts as a powerful regularizer, that normally helps neural networks improving generalization and thus achieve better performance on test data.
Open in Google Colab