Machine Learning Tutorials and Examples for Beginners
Machine learning is a data analytics technique that teaches computers to do what comes naturally to humans and animals: learn from experience.
In this page, we write some tutorials and examples on machine learning algorithms and applications. You can learn how to use machine learning in life by following our tutorials.
In this tutorial, we will use an example code to show you how to split musan dataset to musan_split dataset, which cotains many small wav files from musan dataset.
In speaker verification task, we often use EER to measure the performance of a deep learning model. However, if you also need to compute Recall, we will tell you how to do in this tutorial.
We have known that random seed value can affect the performance of a deep learning model. In this tutorial, we will discuss what random seed we should use when building an AI model.
When we are training a deep learning model, we may have to set a random seed to make the final result stable. In this tutorial, we will discuss the effects of random seed.
When we are building a speaker verification model, we have to build a test set to evaluate the performance of our model. For example, you will use this test to compute EER or minDCF.
The Channel-wise squeeze-excitation module (SE module) has achieved a great success in both computer vision and speech processing fields. In this tutorial, we will introduce it for beginners.
In voiceprint and face recognition, one of the important things is to determine similarity threshold. In this tutorial, we will introduce you how to get this threshold value.