Skip to content

Siamese neural network based on Inception-Resnet-V2 written in Keras and Tensorflow

Notifications You must be signed in to change notification settings

Shershebnev/siamese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siamese Neural Network

This is a work-in-progress implementation of Siamese Neural Network based on Inception-Resnet-V2 architecture as described here with contrastive loss as described here. There are couple changes in terms of the filter size as the numbers shown in the article seems to be a bit off - you can't do resnet shortcut summation without these changes.

Most of the implementation uses Keras, but there some places, that rely on Tensorflow (and Tensorboard for logging). Full list of requirements can be found in requirements.txt. OpenCV bindings to Python are also required.

About

Siamese neural network based on Inception-Resnet-V2 written in Keras and Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages