中文
相关论文

相关论文: Elementary transformation analysis for Array-OL

200 篇论文

Orthogonal arrays are arguably one of the most fascinating and important statistical tools for efficient data collection. They have a simple, natural definition, desirable properties when used as fractional factorials, and a rich and…

统计方法学 · 统计学 2025-06-09 C. Devon Lin , John Stufken

This paper is a short tutorial introduction to online partial evaluation. We show how to write a simple online partial evaluator for a simple, pure, first-order, functional programming language. In particular, we show that the partial…

编程语言 · 计算机科学 2011-09-06 William R. Cook , Ralf Lämmel

We investigate array separation logic (ASL), a variant of symbolic-heap separation logic in which the data structures are either pointers or arrays, i.e., contiguous blocks of allocated memory. This logic provides a language for…

计算机科学中的逻辑 · 计算机科学 2016-11-21 James Brotherston , Nikos Gorogiannis , Max Kanovich

Many project-specific languages, including in particular filtering languages, are defined using non-formal specifications written in natural languages. This leads to ambiguities and errors in the specification of those languages. This paper…

编程语言 · 计算机科学 2017-01-31 Gurvan Le Guernic , Benoit Combemale , José A. Galindo

The rise of large language models (LLMs) has enabled LLM-based applications (a.k.a. AI agents or co-pilots), a new software paradigm that combines the strength of LLM and conventional software. Diverse LLM applications from different…

机器学习 · 计算机科学 2024-05-31 Chaofan Lin , Zhenhua Han , Chengruidong Zhang , Yuqing Yang , Fan Yang , Chen Chen , Lili Qiu

Bipartite Experiments are randomized experiments where the treatment is applied to a set of units (randomization units) that is different from the units of analysis, and randomization units and analysis units are connected through a…

统计方法学 · 统计学 2025-11-05 Liang Shi , Edvard Bakhitov , Kenneth Hung , Brian Karrer , Charlie Walker , Monica Bhole , Okke Schrijvers

Signal integrity analysis often involves the development of design guidelines through manual manipulation of circuit parameters and judicious interpretation of results. Such an approach can result in significant effort and sub-optimal…

信号处理 · 电气工程与系统科学 2023-01-25 Pat J. Zabinski , Ben R. Buhrow , Barry K. Gilbert , Erik S. Daniel

We propose a formalism for representation of finite languages, referred to as the class of IDL-expressions, which combines concepts that were only considered in isolation in existing formalisms. The suggested applications are in natural…

人工智能 · 计算机科学 2011-07-04 M. J. Nederhof , G. Satta

An initializable array is an array that supports the read and write operations for any element and the initialization of the entire array. This paper proposes a simple in-place algorithm to implement an initializable array of length $N$…

数据结构与算法 · 计算机科学 2022-03-31 Takashi Katoh , Keisuke Goto

The context of this work is the design of a software, called MEMSALab, dedicated to the automatic derivation of multiscale models of arrays of micro- and nanosystems. In this domain a model is a partial differential equation. Multiscale…

符号计算 · 计算机科学 2015-03-17 Walid Belkhir , Alain Giorgetti , Michel Lenczner

CORL is an open-source library that provides thoroughly benchmarked single-file implementations of both deep offline and offline-to-online reinforcement learning algorithms. It emphasizes a simple developing experience with a…

机器学习 · 计算机科学 2023-10-30 Denis Tarasov , Alexander Nikulin , Dmitry Akimov , Vladislav Kurenkov , Sergey Kolesnikov

The World Wide Web Consortium (W3C) has published several recommendations for building and storing ontologies, including the most recent OWL 2 Web Ontology Language (OWL). These initiatives have been followed by practical implementations…

人工智能 · 计算机科学 2019-10-24 Yingbing Hua , Björn Hein

Large Language Models (LLMs) have recently developed new advanced functionalities. Their effectiveness relies on statistical learning and generalization capabilities. However, they face limitations in internalizing the data they process and…

机器学习 · 计算机科学 2026-01-14 Farah Ben Slama , Frédéric Armetta

Dynamic programming languages, such as PHP, JavaScript, and Python, provide built-in data structures including associative arrays and objects with similar semantics-object properties can be created at run-time and accessed via arbitrary…

软件工程 · 计算机科学 2014-05-07 David Hauzar , Jan Kofroň , Pavel Baštecký

A large amount of numerically-oriented code is written and is being written in legacy languages. Much of this code could, in principle, make good use of data-parallel throughput-oriented computer architectures. Loo.py, a…

编程语言 · 计算机科学 2015-05-19 Andreas Klöckner

In this paper, we present our ongoing work and initial results on the formal specification and verification of MiniMaple (a substantial subset of Maple with slight extensions) programs. The main goal of our work is to find behavioral errors…

数学软件 · 计算机科学 2012-07-11 Muhammad Taimoor Khan , Wolfgang Schreiner

The goal of the linear law-based feature space transformation (LLT) algorithm is to assist with the classification of univariate and multivariate time series. The presented R package, called LLT, implements this algorithm in a flexible yet…

机器学习 · 计算机科学 2026-02-06 Marcell T. Kurbucz , Péter Pósfay , Antal Jakovác

PARyOpt is a python based implementation of the Bayesian optimization routine designed for remote and asynchronous function evaluations. Bayesian optimization is especially attractive for computational optimization due to its low cost…

The Common Workflow Language (CWL) is a widely adopted language for defining and sharing computational workflows. It is designed to be independent of the execution engine on which workflows are executed. In this paper, we describe our…

分布式、并行与集群计算 · 计算机科学 2024-12-12 Nishchay Karle , Ben Clifford , Yadu Babuji , Ryan Chard , Daniel S. Katz , Kyle Chard

With the advent of Transformers, large language models (LLMs) have saturated well-known NLP benchmarks and leaderboards with high aggregate performance. However, many times these models systematically fail on tail data or rare groups not…

计算与语言 · 计算机科学 2022-10-13 Nazneen Rajani , Weixin Liang , Lingjiao Chen , Meg Mitchell , James Zou