Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

HCNN - Init by minimising the correlation between simulated states #38

Description

@ulf1

Corr Loss

  1. Init network
  2. Simulate (without teacher forcing)
  3. Compute sum of corr between all features as loss
  4. Backprop loss

Correlated Surrogate

  1. init network with 0 hidden states
  2. generate random numbers as sequences and 1-leg inputs (simulate 1st order changes; and 2nd order => is there a pkg)
  3. train with teacher forcing
  4. export weight matrix without other params

Why?

  • we assume that the RNN is dynamic system to produce chaotic sequences
  • chaotic data and random data is not really diatinguishable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions