├── LICENSE ├── README.md ├── data_helper.py ├── data_preprocess.py ├── model.py ├── model_utils.py ├── photo ├── loss0.5.png └── model.png └── qacnn.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenRichard/CNN-in-Answer-selection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenRichard/CNN-in-Answer-selection/HEAD/README.md -------------------------------------------------------------------------------- /data_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenRichard/CNN-in-Answer-selection/HEAD/data_helper.py -------------------------------------------------------------------------------- /data_preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenRichard/CNN-in-Answer-selection/HEAD/data_preprocess.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenRichard/CNN-in-Answer-selection/HEAD/model.py -------------------------------------------------------------------------------- /model_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenRichard/CNN-in-Answer-selection/HEAD/model_utils.py -------------------------------------------------------------------------------- /photo/loss0.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenRichard/CNN-in-Answer-selection/HEAD/photo/loss0.5.png -------------------------------------------------------------------------------- /photo/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenRichard/CNN-in-Answer-selection/HEAD/photo/model.png -------------------------------------------------------------------------------- /qacnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenRichard/CNN-in-Answer-selection/HEAD/qacnn.py --------------------------------------------------------------------------------