Skip to content

qintianjian-lab/Siamese-Network

Repository files navigation

Siamese-Network

  • MultiheadWDCNN_original.py: Original multihead WDCNN model.

  • MultiheadWDCNN.py: The multihead WDCNN model used as the feature extraction module for the siamese network. This model has had the portion following the Linear 1 layer of the original multihead WDCNN model removed.

  • SiameseNetworkManhattan.py: The siamese network model using Manhattan distance.

  • SiameseNetworkEuclidean.py: The siamese network model using Euclidean distance.

  • SiameseNetworkCosine.py: The siamese network model using cosine similarity.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages