Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zcgzcgzcg1/MRC_book

《机器阅读理解:算法与实践》代码
https://github.com/zcgzcgzcg1/MRC_book

machine-reading-comprehension nlp-machine-learning

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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


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].