Coder Social home page Coder Social logo

python_asr's Introduction

Pythonで学ぶ音声認識(機械学習実践シリーズ)のソースコード

本リポジトリでは、インプレス社機械学習実践シリーズの「Pythonで学ぶ音声認識」のサンプルコードを管理しています。 なお、本ソースコードは、MITライセンスのもとで公開されています。

書籍情報

目次

  • 第1章 音声認識とは?
  • 第2章 音声認識の基礎知識
  • 第3章 音声処理の基礎と特徴量抽出
  • 第4章 音声認識の初歩─DPマッチング─
  • 第5章 GMM-HMMによる音声認識
  • 第6章 DNN-HMMによる音声認識
  • 第7章 End-to-Endモデルによる連続音声認識

ソースコード

  • 00prepare
    音声認識に用いる音声・テキストのダウンロードやデータの整形などの準備を行います(3章)
  • 01compute_features
    基本的な音声処理や音声認識に用いる特徴量の抽出を行います(3章)
  • 02dp_matching
    DPマッチングによる初歩的な音声認識実験を行います(4章)
  • 03gmm_hmm
    GMM-HMMによる単語音声認識実験を行います(5章)
  • 04dnn_hmm
    DNN-HMMによる単語音声認識実験を行います(6章)
  • 05ctc
    CTCによる音声認識実験を行います(7章)
  • 06rnn_attention
    Attention encoder-decoderモデルによる音声認識実験を行います(7章)
  • 07ctc_att_mtl
    (付録)CTCとAttentionモデルのマルチタスク学習を行います(7章)

付録

付録では、ページの都合上で本に載せきれなかった、 多変量正規分布のパラメータ(平均値ベクトルおよび分散共分散行列)、 GMM のパラメータ(混合重み、平均値ベクトル、分散共分散行列)、 そしてHMM の状態遷移確率を求める式を導出しています。

python_asr's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.