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.
scikit Learn (機械学習ライブラリ) を補完するために推奨される Python ライブラリはどれですか?
音声認識を実行できるように、特徴ベクトルとして表現したい .wav ファイルがあります。
scikit.audiolab は良い候補ですか?
.wav ファイルを特徴ベクトルに読み込むサンプル コードまたはリファレンスを提供していただければ幸いです :)。
前もって感謝します!
私が間違っていなければ、scikit.audiolab は単にオーディオ ファイルの読み取り/書き込み用ですが、実際に機能ベクトルを構築するには、scipy の信号処理ライブラリを確認する必要があると思います。
http://docs.scipy.org/doc/scipy/reference/signal.html