All Projects → UMD-AOSC → DA_Tutorial

UMD-AOSC / DA_Tutorial

Licence: GPL-3.0 License
This is a 'hands-on' tutorial for the RIKEN International School on Data Assimilation (RISDA2018).

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
fortran
972 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to DA Tutorial

Self Driving Car
Udacity Self-Driving Car Engineer Nanodegree projects.
Stars: ✭ 2,103 (+9043.48%)
Mutual labels:  particle-filter, kalman-filter
bayes-filters-lib
A flexible, modern, C++ recursive Bayesian estimation library.
Stars: ✭ 48 (+108.7%)
Mutual labels:  particle-filter, kalman-filter
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+121.74%)
Mutual labels:  particle-filter, kalman-filter
COVID19
Using Kalman Filter to Predict Corona Virus Spread
Stars: ✭ 78 (+239.13%)
Mutual labels:  machine-learning-algorithms, kalman-filter
sf-pkg
Generic Sensor Fusion Package for ROS
Stars: ✭ 28 (+21.74%)
Mutual labels:  particle-filter, kalman-filter
go-estimate
State estimation and filtering algorithms in Go
Stars: ✭ 98 (+326.09%)
Mutual labels:  particle-filter, kalman-filter
coursera robotics
Contains coursera robotics specialization assignment codes
Stars: ✭ 65 (+182.61%)
Mutual labels:  particle-filter, kalman-filter
Face-Detection-and-Tracking
Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Stars: ✭ 24 (+4.35%)
Mutual labels:  particle-filter, kalman-filter
darknet ros
Robotics Operating System Package for Yolo v3 based on darknet with optimized tracking using Kalman Filter and Optical Flow.
Stars: ✭ 51 (+121.74%)
Mutual labels:  kalman-filter
Machine-learning-implement
Teach you how to implement machine learning algorithms
Stars: ✭ 37 (+60.87%)
Mutual labels:  machine-learning-algorithms
influence boosting
Supporting code for the paper "Finding Influential Training Samples for Gradient Boosted Decision Trees"
Stars: ✭ 57 (+147.83%)
Mutual labels:  machine-learning-algorithms
R-programming-books-for-data-science
No description or website provided.
Stars: ✭ 32 (+39.13%)
Mutual labels:  machine-learning-algorithms
jigsaw-geo-matlab
MATLAB bindings for JIGSAW(GEO): an unstructured mesh generator for geoscientific modelling.
Stars: ✭ 26 (+13.04%)
Mutual labels:  geoscience
Upside-Down-Reinforcement-Learning
Upside-Down Reinforcement Learning (⅂ꓤ) implementation in PyTorch. Based on the paper published by Jürgen Schmidhuber.
Stars: ✭ 64 (+178.26%)
Mutual labels:  machine-learning-algorithms
KalmanFiltering
A demo for the performace evaluation of different kinds of Kalman filters, including the conventional Kalman filter (KF), the unscented Kalman filter (UKF), the extended Kalman filter (EKF), the embedded/imbedded cubature Kalman filter (ICKF/ECKF), the third-degree cubature Kalman filter (CKF) and the fifth-degree cubature Kalman filter (FCKF).
Stars: ✭ 37 (+60.87%)
Mutual labels:  kalman-filter
SP Lib
Signal processing method and algorithm library
Stars: ✭ 93 (+304.35%)
Mutual labels:  kalman-filter
adskalman-rs
Kalman filter implementation in Rust
Stars: ✭ 22 (-4.35%)
Mutual labels:  kalman-filter
neptune-examples
Examples of using Neptune to keep track of your experiments (maintenance only).
Stars: ✭ 22 (-4.35%)
Mutual labels:  machine-learning-algorithms
nostromo
BLDC ESC firmware (GPLv3.0)
Stars: ✭ 36 (+56.52%)
Mutual labels:  kalman-filter
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (+0%)
Mutual labels:  machine-learning-algorithms

DA_Tutorial

This open source project originated as a 'hands-on' tutorial for the RIKEN International School on Data Assimilation (RISDA2018).

The tutorial focuses on the Lorenz-63 (Lorenz 1963) model. The purpose is to assimilate observational data drawn from a 'true' driver system to synchronize a response system (the data assimilation system). Some of the most popular data assimilation methods are made available for experimentation, including: Optimal Interpolation 3D-Var Ensemble Kalman Filter 4D-Var Particle Filter Hybrid Filter

This is based on code developed for: Penny, S.G., 2017: Mathematical foundations of hybrid data assimilation from a synchronization perspective Chaos 27, 126801 (2017); https://doi.org/10.1063/1.5001819. https://aip.scitation.org/doi/full/10.1063/1.5001819

The second application currently available is the Modular Arbitrary Order Ocean Atmospehre Model (MAOOAM; https://github.com/Climdyn/MAOOAM). This is an example of a coupled data assimilation system (CDA; the model is a 2-layer atmosphere and 1-layer ocean), in which multiple scales must be addressed simultaneously. The code has been developed for and by the class of AOSC658E at the University of Maryland to study CDA.

~Stephen G. Penny

Currently:

Research Scientist
NOAA Physical Sciences Laboratory (PSL) in Boulder, CO, USA
and
Cooperative Institute for Research in Environmental Sciences at the University of Colorado Boulder

(Formerly: Professor, University of Maryland College Park)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].