Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9009775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:17:18+00:00 2026-06-16T02:17:18+00:00

My task is to classify time-series data with use of MATLAB and any neural-network

  • 0

My task is to classify time-series data with use of MATLAB and any neural-network framework.

Describing task more specifically:
Is is a problem from computer-vision field. Is is a scene boundary detection task.

Source data are 4 arrays of neighbouring frame histogram correlations from the videoflow.
Based on this data, we have to classify this timeseries with 2 classes:

  • “scene break”
  • “no scene break”

So network input is 4 double values for each source data entry, and output is one binary value. I am going to show example of src data below:

0.997894,0.999413,0.982098,0.992164
0.998964,0.999986,0.999127,0.982068
0.993807,0.998823,0.994008,0.994299
0.225917,0.000000,0.407494,0.400424
0.881150,0.999427,0.949031,0.994918

Problem is that pattern-recogition tools from Matlab Neural Toolbox (like patternnet) threat source data like independant entrues. But I have strong belief that results will be precise only if net take decision based on the history of previous correlations.

But I also did not manage to get valid response from reccurent nets which serve time series analysis (like delaynet and narxnet).

narxnet and delaynet return lousy result and it looks like these types of networks not supposed to solve classification tasks. I am not insert any code here while it is allmost totally autogenerated with use of Matlab Neural Toolbox GUI.

I would apprecite any help. Especially, some advice which tool fits better for accomplishing my task.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T02:17:19+00:00Added an answer on June 16, 2026 at 2:17 am

    I am not sure how difficult to classify this problem.
    Given your sample, 4 input and 1 output feed-forward neural network is sufficient.

    If you insist on using historical inputs, you simply pre-process your input d, such that

    Your new input D(t) (a vector at time t) is composed of d(t) is a 1×4 vector at time t; d(t-1) is 1×4 vector at time t-1;… and d(t-k) is a 1×4 vector at time t-k.

    If t-k <0, just treat it as ‘0’.

    So you have a 1x(4(k+1)) vector as input, and 1 output.
    Similar as Dan mentioned, you need to find a good k.

    Speaking of the weights, I think additional pre-processing like windowing method on the input is not necessary, since neural network would be trained to assign weights to each input dimension.

    It sounds a bit messy, since the neural network would consider each input dimension independently. That means you lose the information as four neighboring correlations.

    One possible solution is the pre-processing extracts the neighborhood features, e.g. using mean and std as two features representative for the originals.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Task : Print numbers from 1 to 1000 without using any loop or conditional
Task: Make text box 100% width but allow enough room for button. Problem: Button
Task Retrofit an existing application to use a multi-tenant approach. It shall be possible
Task is simple. Have a tool which will parse CSS on network website, read
My task is pretty simple create a .net usercontrol and use it in a
Task at hand is to move data as shown in table 1 to that
Task : I want to use some methods for many classes. Methods are same,
Task: To provide facility to upgrade the system remotely or add new features. What
Task at hand — I have three versions of some code, developed by different
TASK : I have an existing xml document (UTF-8) which uses xml namespaces and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.