Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
推荐哪些 Python 库来补充 scikit learn(机器学习库)?
我有 .wav 文件,我想将其表示为特征向量,以便我可以执行音频识别。
scikit.audiolab 是一个好的候选人吗?
如果给出示例代码或参考,将非常感激,它将.wav文件读取到特征向量:)。
提前致谢!
如果我没记错的话, scikit.audiolab 仅用于读取/写入音频文件,但我认为此外,您还需要查看 scipy 中的信号处理库以实际构建您的特征向量。
http://docs.scipy.org/doc/scipy/reference/signal.html