How to construct a Siamese network using Matlab Neural Network Toolbox?
Mostra commenti meno recenti
I want to construct a Siamese network. Is it can be realized by using Matlab Neural Network Toolbox? Can anyone give me some suggestion?
here is an error: Unable to add input layer to layer graph because the graph already contains one input layer. Layer graphs can contain only one input layer.
1 Commento
TripleSSSS
il 16 Gen 2019
anything new?
Risposte (3)
xiao
il 10 Mag 2018
1 voto
you can refer the demo of deep learning, maybe that will help you how to construct a network.
1 Commento
Von Duesenberg
il 10 Mag 2018
The OP is interested in a very specific type of network and I don't think the demos from the documentation tackle this aspect. Maybe this link can help: https://github.com/lenck/siamese-mnist
Anh Tran
il 26 Set 2019
1 voto
You can refer to these new examples to construct Siamese network:
Shai Kendler
il 5 Apr 2020
0 voti
Thanks Anh Tran,
The example in the link you provided works very good for me. However, I don't have a good gpu. When I set execution environment 'parallel' it uses as single CPU. Please advise.
Thanks, Shai
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!