Train a Siamese Network with MATLAB R2019a
12 ビュー (過去 30 日間)
古いコメントを表示
Hello all,
Is it possible to train a siamese network with matlab R2019a knowing that the function "dlnetwork" wasn't introduced yet?
References:
Thank you in advance!!
0 件のコメント
回答 (1 件)
Udit06
2024 年 12 月 24 日 6:43
Hi Andrea,
You can consider using "layerGraph" for implementating a Siamese neural network instead of "dlnetwork" if you are using MATLAB R2019a.
You can refer to the following MathWorks documentation for "layerGraph" below:
I hope this helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!