TextNet is a deep neural netwrok framework for text matching tasks.
- Make a copy of
Makefile.config.example
.
cp Makefile.config.example Makefile.config
-
Setting the environment path in
Makefile.config
. -
Compile it!
mkdir bin
make all -j 16
-
Wirte you own network config file in
json
. You can find examples in Textnet Model. -
Run!
./bin/textnet [model_file]
- Construct Models: MODEL_CONFIG
- Data Format: DATA_FORMAT
- mshadow: Matrix Shadow
- jsoncpp: Json on CPP
- ZeroMQ: Zero Message Queue src
- d3: Data-Driven Documents [For future features]
v1.0
The following people contributed to the development of the TextNet project:
- Liang Pang
- Institute of Computing Technolgy, Chinese Academy of Sciences
- Google Scholar
- Sengxian Wan
- Institute of Computing Technolgy, Chinese Academy of Sciences
- Yixing Fan
- Institute of Computing Technolgy, Chinese Academy of Sciences
- Google Scholar
- Yanyan Lan
- Institute of Computing Technolgy, Chinese Academy of Sciences
- HomePage
- Jiafeng Guo
- Institute of Computing Technolgy, Chinese Academy of Sciences
- HomePage
- Jun Xu
- Institute of Computing Technolgy, Chinese Academy of Sciences
- HomePage
- Xueqi Cheng
- Institute of Computing Technolgy, Chinese Academy of Sciences
- HomePage