paper-with-me

Papers

DaDRA: A Python Library for Data-Driven Reachability Analysis

2021-11-02 · Jared Mejia, Alex Devonport, Murat Arcak

Reachability analysis is used to determine all possible states that a system acting under uncertainty may reach. It is a critical component to obtain guarantees of various safety-critical systems both for safety verification and controller synthesis. Though traditional approaches to reachability analysis provide formal guarantees of the reachable set, they involve complex algorithms that require full system information, which is impractical for use in real world settings. We present DaDRA, a Python library that allows for data-driven reachability analysis with arbitrarily robust probabilistic guarantees. We demonstrate the practical functionality of DaDRA on various systems including: an analytically intractable chaotic system, benchmarks for systems with nonlinear dynamics, and a realistic system acting under complex disturbance signals and controlled with an intricate controller across multiple dimensions.

📄 PDF Abstract BibTeX arXiv:2111.01312

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TimeGym: Debugging for Time Series Modeling in Python

2021-05-04 · Diogo Seca

We introduce the TimeGym Forecasting Debugging Toolkit, a Python library for testing and debugging time series forecasting pipelines. TimeGym simplifies the testing forecasting pipeline by providing generic tests for for…

test driven developmentTime SeriesTime Series AnalysisTime Series Forecasting

audb -- Sharing and Versioning of Audio and Annotation Data in Python

2023-03-01 · Hagen Wierstorf, Johannes Wagner, Florian Eyben, Felix Burkhardt 외

Driven by the need for larger and more diverse datasets to pre-train and fine-tune increasingly complex machine learning models, the number of datasets is rapidly growing. audb is an open-source Python library that suppo…

Management

A Library for Representing Python Programs as Graphs for Machine Learning

2022-08-15 · David Bieber, Kensen Shi, Petros Maniatis, Charles Sutton 외

Graph representations of programs are commonly a central element of machine learning for code research. We introduce an open source Python library python_graphs that applies static analysis to construct graph representat…

Pykg2vec: A Python Library for Knowledge Graph Embedding

2019-06-04 · Shih Yuan Yu, Sujit Rokka Chhetri, Arquimedes Canedo, Palash Goyal 외

Python library for knowledge graph embedding and representation learning.

Graph EmbeddingKnowledge Graph EmbeddingRepresentation Learning

An update to PYRO-NN: A Python Library for Differentiable CT Operators

2025-11-11 · Linda-Sophie Schneider, Yipeng Sun, Chengze Ye, Markus Michen 외 arxiv

Deep learning has brought significant advancements to X-ray Computed Tomography (CT) reconstruction, offering solutions to challenges arising from modern imaging technologies. These developments benefit from methods that…