How can I use Neural Network Recognition(in Matlab )to find out which signal is much more like to my signal?
1 回表示 (過去 30 日間)
古いコメントを表示
Suppose I have a couple of signals (S1,S2,...Sn) and also I have an other signal Sx I want to find out how I can use neural network recognition in matlab to know which signal among (S1,S2,...Sn) is much more like to Sx??? Thank you so much
0 件のコメント
採用された回答
Greg Heath
2015 年 2 月 14 日
You don't need a NN. Just compare using mae or mse
2 件のコメント
Greg Heath
2015 年 2 月 15 日
In this forum you have to use the help and doc commands before you ask us what is the purpose of a function
help mae
doc mae
その他の回答 (1 件)
参考
カテゴリ
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!