- 授权协议: CC BY-NC 4.0
- 开发语言: Python SHELL
- 操作系统: 跨平台
- 软件首页: https://github.com/facebookresearch/LASER
- 软件文档: https://github.com/facebookresearch/LASER/blob/master/README.md
- 官方下载: https://github.com/facebookresearch/LASER
软件介绍
LASER 是个计算和使用多语言句子嵌入的库,为的是加速自然语言处理在多语言上进行的零样本迁移。
LASER 拥有以下优势:
极快的性能,能在 GPU 上每秒处理多达 2000 个句子。
句子编码器是在 PyTorch 中实现的,只需要很少的外部依赖。
资源有限的语言可以从多个语言的联合训练中受益。
该模型支持在一个句子中使用多种语言。
随着新语言的加入,系统会学习识别其语系特征,从而使相关性能有所提高。
Algorithms and Data Structures
Kurt Mehlhorn、Peter Sanders / Springer / 2008-08-06 / USD 49.95
Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer shoul......一起来看看 《Algorithms and Data Structures》 这本书的介绍吧!
