Giter VIP home page Giter VIP logo

kalmannet-dataset's Introduction

KalmanNet-Dataset

Parameters

  • F/f: the evolution model for linear/non-linear cases
  • H/h: the observation model for linear/non-linear cases
  • q: evolution noise
  • r: observation noise
  • J: the order of Taylor series approximation

Linear case

For the synthetic linear dataset, we set F and H to take the controllable canonical and inverse canonical forms, respectively. F and H could take dimensions of 2x2, 5x5 and 10x10, while the evolution noise q and observation noise r take a constant gap of 20 dB. You could find sample datasets under Simulations/Linear_canonical/...

Non-linear case

You could find Lorenz Attractor(LA) datasets under Simulations/Lorenz_Attractor/data/...

Inside this folder, data_gen.pt includes one trajectory of length 6,000,000 of LA model with J=5 and . The other sub-folders include Discrete-Time datasets of LA model of different trajectory lengths T and with J=5.

How to generate and load data

linear case:

python main_linear.py

To change the parameters for your dataset, go to Extended_data.py

non-linear case:

python main_lor.py

To change the parameters for your dataset, go to Simulations/Lorenz_Attractor/parameters.py

kalmannet-dataset's People

Contributors

kalmannet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.