Skip to content

yukioichida/semantic-neural-network

Repository files navigation

Siamese Neural Network

Neural network model for measure semantic similarity between two sentences using Siamese Architeture. DOI: https://doi.org/10.1109/IJCNN.2018.8489433

Requirements

  • Python 2.7
  • Keras 2.2.1
  • (see requirements.txt)

Files

  • run_model.py - Run the neural network training
  • modules/config - Project Configuration values (dataset files, hyperparameters)

Dataset used