How to construct a Siamese network using Matlab Neural Network Toolbox?
22 次查看(过去 30 天)
显示 更早的评论
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.
回答(3 个)
xiao
2018-5-10
you can refer the demo of deep learning, maybe that will help you how to construct a network.
1 个评论
Von Duesenberg
2018-5-10
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
Shai Kendler
2020-4-5
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!