- 授权协议: BSD
- 开发语言: Lua
- 操作系统: 跨平台
- 软件首页: https://github.com/facebookresearch/wav2letter
- 软件文档: https://github.com/facebookresearch/wav2letter
- 官方下载: https://github.com/facebookresearch/wav2letter
软件介绍
wav2letter 是 Facebook AI 研究院开源的一款简单高效的端到端自动语音识别(ASR)系统,实现的是论文 Wav2Letter: an End-to-End ConvNet-based Speech Recognition System 和及 Letter-Based Speech Recognition with Gated ConvNets 中提出的架构。
Papers
@article{collobert:2016,
author = {Ronan Collobert and Christian Puhrsch and Gabriel Synnaeve},
title = {Wav2Letter: an End-to-End ConvNet-based Speech Recognition System},
journal = {CoRR},
volume = {abs/1609.03193},
year = {2016},
url = {http://arxiv.org/abs/1609.03193},
}和
@article{liptchinsky:2017,
author = {Vitaliy Liptchinsky and Gabriel Synnaeve and Ronan Collobert},
title = {Letter-Based Speech Recognition with Gated ConvNets},
journal = {CoRR},
volume = {abs/1712.09444},
year = {2017},
url = {http://arxiv.org/abs/1712.09444},
}如果你使用 wav2letter 或相关的预训练模型,需引用其中的一篇论文。
计算机程序设计艺术(第2卷)
Donald E. Knuth / 苏运霖 / 国防工业出版社 / 2002-8 / 98.00元
本书是国内外业界广泛关注的7卷本《计算机程序设计艺术》第2卷的最新版。本卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系,其中特别值得注意的是作者对随机数生成程序的重新处理和对形式幂级数计算的讨论。 本书附有大量习题和答案,标明了难易程度及数学概念的使用。 本书内容精辟,语言流畅,引人入胜,可供从......一起来看看 《计算机程序设计艺术(第2卷)》 这本书的介绍吧!
