├── CNN_model.py ├── MNIST_CNNdemo.py ├── README.md ├── SICK_data └── SICK.txt ├── data_helper.py └── train.py /CNN_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Irvinglove/TF_Sentence_Similarity_CNN/HEAD/CNN_model.py -------------------------------------------------------------------------------- /MNIST_CNNdemo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Irvinglove/TF_Sentence_Similarity_CNN/HEAD/MNIST_CNNdemo.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Irvinglove/TF_Sentence_Similarity_CNN/HEAD/README.md -------------------------------------------------------------------------------- /SICK_data/SICK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Irvinglove/TF_Sentence_Similarity_CNN/HEAD/SICK_data/SICK.txt -------------------------------------------------------------------------------- /data_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Irvinglove/TF_Sentence_Similarity_CNN/HEAD/data_helper.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Irvinglove/TF_Sentence_Similarity_CNN/HEAD/train.py --------------------------------------------------------------------------------