Recommendation for neural network implementation

1 回表示 (過去 30 日間)
Veselin Manev
Veselin Manev 2021 年 4 月 13 日
コメント済み: Veselin Manev 2021 年 4 月 14 日
Hello,
I am relativly new to neural networks, but I want to design one, which can perform the following task:
I have two vectors with length N, which either do or do not contain certain property. I would like to train a neural network using many arrays, for which I know if this property is present or not. At the end, after introducing a new array (set of 2), it should be able to distinguish if this array has the predefined property and return true/false (of course with certain confidence).
I will be gratefull if you could give me directions/reading material on how to accomplish this.
Thank you

回答 (1 件)

Jon Cherrie
Jon Cherrie 2021 年 4 月 14 日
It might be that you can solve this as sequence classification problem, e.g.,
It sounds like you can treat the two vectors of length N as a sequence of length N with two channels -- that would be the input to the network. Then the output would a classification of "property is present or not."
  1 件のコメント
Veselin Manev
Veselin Manev 2021 年 4 月 14 日
I will try it, thank you

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by