How to construct a Siamese network using Matlab Neural Network Toolbox?
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
Respuestas (3)
xiao
el 10 de Mayo de 2018
you can refer the demo of deep learning, maybe that will help you how to construct a network.
1 comentario
Von Duesenberg
el 10 de Mayo de 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
el 26 de Sept. de 2019
You can refer to these new examples to construct Siamese network:
0 comentarios
Shai Kendler
el 5 de Abr. de 2020
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
0 comentarios
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!