• Stars
    star
    154
  • Rank 240,658 (Top 5 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

《机器阅读理解:算法与实践》代码

《机器阅读理解:算法与实践》代码

MRC_book

这个代码库提供《机器阅读理解:算法与实践》一书中所有的代码示例。

所有程序基于Python 3。所需要的库文件在requirements.txt中指明。

pip install -r requirements.txt

代码按照章节放置在各个文件夹中。每个程序均可以单独运行,例如:

python Chapter_3/3.1.2_CNN_Pooling.py

第六章预训练模型的代码需要安装的大规模模型和代码库均在程序注释中指明。

第七章SDNet的代码统一放置在https://github.com/microsoft/SDNet.

本书的勘误信息在Errata.md中。

更多问题请联系作者朱晨光,邮箱[email protected].