
Python语言下的说话人识别实验与开发实践
5星
- 浏览量: 0
- 大小:None
- 文件类型:ZIP
简介:
本书通过Python语言详细介绍了说话人识别的技术原理和实现方法,并提供了丰富的实验案例和实战项目。
Auto Speaker Recognition
main.py
the main file for test
audio_record.py
record audio from microphone
count_days.py
counts days between two dates. For example, 20110805 and 20160903.
mfcc_feature.py
extracts mfcc features from wav files
SGD.model*
the trained model on the training set with an accuracy of 70%
util.py
contains the most useful functions
train
training data is 75% of all the available data
test
testing data is 25% of all the available data and does not overlap with the training set.
classification_SGD.py
the main classification function file, it uses
全部评论 (0)
还没有任何评论哟~


