A lightweight neural network libary based on dynamic graph for natural language processing (LibN3L-3.0)
To use this library, just include the directory in your code and call it by "#include N3LDG.h"
You can get EIGEN from http://eigen.tuxfamily.org/index.php?title=Main_Page
You can get CMake from https://cmake.org/install/
You can get cuda from https://developer.nvidia.com/cuda-80-ga2-download-archive
If you have any problem, please send an email to [email protected]
Some examples are realeased at:
- https://github.com/zhangmeishan/NNTranSegmentor
- https://github.com/yunan4nlp/N3LDGClassifier
- https://github.com/yunan4nlp/N3LDGSemiCRFSegmentation-SegDemo
for cuda usage, see:
Zhang Meishan, Wang Qiansheng