フィルターのクリア

What is Sliding Window Approach and its algorithm?What is its application in neural network?

1 回表示 (過去 30 日間)
Kangujam
Kangujam 2018 年 11 月 24 日
コメント済み: Kangujam 2018 年 11 月 26 日
Actually,I am working on neural network and trying to develop a model based on sliding window approach but I have no idea about it.What is sliding window approach?Can someone please explain its algorithm in detail and its application in neural network?What is the algorithm about?I could not find any textbook or material regarding it.Kindly please suggest me any textbook which explains the detail concept and its examples.

回答 (1 件)

Greg Heath
Greg Heath 2018 年 11 月 26 日
Simplest example of a sliding window approach
y( 1 ) = f( x( 1 : n ) );
y( 2 ) = f( x( n+1 : 2 * n );
y( 3 ) = f( x( 2 * n+1 : 3 * n );
Hope this helps
Thank you for formally accepting my answer
Greg
  1 件のコメント
Kangujam
Kangujam 2018 年 11 月 26 日
@Greg Heath,I will like to understand the basic concept behind the sliding window approach.Actually,the concept is new to me.Is sliding window approach same as sliding window protocol?Kindly suggest me a textbook.

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

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by