Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.
This repository was archived by the owner on May 21, 2022. It is now read-only.

flatten multiple slidingwindow #31

@rapus95

Description

@rapus95

My current problem is that I want to predict some transformation result of an ill-posed problem (deconvolution). Thus I have a lot of input function plots (x,y-arrays) and their convolutions (with a given kernel) as prediction targets.
Right now I implemented this training run as sliding window for the input data and a single value point from the output data which shall have the same index as the center of the sliding window.

The question I now have, is whether there is any built-in solution to "append" each of those (window,targetpoint) pairs of different function graphs in such a way together that I can shuffle them across function graphs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions