필터 지우기
필터 지우기

How can I do a pattern recognition of a sequence of data using Neural Network?

조회 수: 1 (최근 30일)
MRE
MRE 2016년 11월 3일
댓글: Greg Heath 2017년 1월 2일
I would like to compare sequences of data (a) with another one (b).
My objective is to see if each one (a) has partial or complete common sequence patterns with the second one (b).
To do so, I am trying to implement a Pattern Recognition Neural Network. I would like to divide each sequence (a) into smaller sequences and then introduce these small sequences into the Neural Network and obtain if they have a common pattern with (b).
However, when creating the Neural Network I do not know how to establish the Inputs and Targets. I would like to have the sequence (b) as an Input. The targets should be 1 in case of the sequence (2) and 0 when another sequence is shown. But I do not know how to implement it, I guess it is not going to be enough.
Does anyone have any idea of how could I do so?
Thank you very much in advance
  댓글 수: 3
MRE
MRE 2016년 11월 4일
Excuse me Greg, I do not understand: why should I cluster the data? I mean, how is it going to help me to classify if my sequence (a) is into the sequence (b) or not?
Thank you for your reply
Greg Heath
Greg Heath 2017년 1월 2일
In order to make comparisons you will have to fix a sequence length. Sequences of the same length can be clustered.
The problem with this is you have to have additional information to determine which lengths are reasonable to investigate.
Hope this helps.
Greg

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Parallel and Cloud에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by