SkillAgentSearch skills...

Aligners

HMM, CTC, RNN-Transducer, forward-backward algorithm

Install / Use

/learn @shanguanma/Aligners
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Aligners

It contains HMM, CTC, RNN-T(rnn-tranducer).

Their specific algorithm implementation uses forward-backward algorithm, but the specific details are different.

Updating !!!!

Reference paper

  • RNN-T
    • Sequence Transduction with Recurrent Neural Networks, Graves 2012
    • Speech Recognition with Deep Recurrent Neural Networks, Graves 2013

Reference code:

  • RNN-T
    • [Awni Hannun] (https://github.com/awni/transducer)
    • [Ivan Sorokin] (https://github.com/1ytic/warp-rnnt)
  • HMM
    • [Katarina Elez] (https://github.com/katarinaelez/bioinformatics-algorithms)

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated2mo ago
Forks3

Languages

Jupyter Notebook

Security Score

80/100

Audited on Jan 14, 2026

No findings