中文
相关论文

相关论文: autoScale.py - A program for automatic finite-size…

200 篇论文

AsaPy is a custom-made Python library designed to simplify and optimize the analysis of aerospace simulation data. Instead of introducing new methodologies, it excels in combining various established techniques, creating a unified,…

Usability evaluation has received considerable attention from both the research and practice communities. While there are many evaluation tools available, the Software Usability Scale (SUS) is the most widely used. In this paper, we…

软件工程 · 计算机科学 2024-10-25 Paweł Weichbroth , Małgorzata Giedrowicz

In this paper, we present resolvent4py, a parallel Python package for the analysis, model reduction and control of large-scale linear systems with millions or billions of degrees of freedom. This package provides the user with a friendly…

SOFTSUSY is a program which accurately calculates the spectrum of superparticles in the CP-conserving Minimal Supersymmetric Standard Model (MSSM), with a full flavour mixing structure. The program solves the renormalisation group equations…

高能物理 - 唯象学 · 物理学 2012-07-31 B. C. Allanach

Pseudocode in a scholarly paper provides a concise way to express the algorithms implemented therein. Pseudocode can also be thought of as an intermediary representation that helps bridge the gap between programming languages and natural…

信息检索 · 计算机科学 2024-06-10 Levent Toksoz , Gang Tan , C. Lee Giles

Regression analysis is a well known quantitative research method that primarily explores the relationship between one or more independent variables and a dependent variable. Conducting regression analysis manually on large datasets with…

机器学习 · 计算机科学 2022-05-17 Ayon Roy , Tausif Al Zubayer , Nafisa Tabassum , Muhammad Nazrul Islam , Md. Abdus Sattar

Probabilistic programming is a powerful abstraction for statistical machine learning. Applying static analysis methods to probabilistic programs could serve to optimize the learning process, automatically verify properties of models, and…

编程语言 · 计算机科学 2019-09-12 Ryan Bernstein

The usage of the high-level scripting language Python has enabled new mechanisms for data interrogation, discovery and visualization of scientific data. We present yt, an open source, community-developed astrophysical analysis and…

天体物理仪器与方法 · 物理学 2011-12-21 Matthew J. Turk , Britton D. Smith

Intelligent systems sometimes need to infer the probable goals of people, cars, and robots, based on partial observations of their motion. This paper introduces a class of probabilistic programs for formulating and solving these problems.…

人工智能 · 计算机科学 2017-04-19 Marco F. Cusumano-Towner , Alexey Radul , David Wingate , Vikash K. Mansinghka

We challenge the perceived consensus that the application of deep learning to solve the automated driving planning task necessarily requires huge amounts of real-world data or highly realistic simulation. Focusing on a roundabout scenario,…

机器人学 · 计算机科学 2024-01-04 Martin Stoll , Markus Mazzola , Maxim Dolgov , Jürgen Mathes , Nicolas Möser

This article describes lcpy, an open-source python package that allows for advanced parametric Life Cycle Assessment (LCA) and Life Cycle Costing (LCC) analysis. The package is designed to allow the user to model a process with a flexible,…

新兴技术 · 计算机科学 2025-06-17 Spiros Gkousis , Evina Katsou

We present a scheme to automatically set the precision of floating point variables in an application. We design a framework that profiles applications to measure undesirable numerical behavior at the floating point operation level. We use…

数值分析 · 计算机科学 2016-06-02 Ralph Nathan , Helia Naeimi , Daniel J. Sorin , Xiaobai Sun

Prior work on Automatically Scalable Computation (ASC) suggests that it is possible to parallelize sequential computation by building a model of whole-program execution, using that model to predict future computations, and then…

分布式、并行与集群计算 · 计算机科学 2018-09-21 Peter Kraft , Amos Waterland , Daniel Y Fu , Anitha Gollamudi , Shai Szulanski , Margo Seltzer

This paper presents a systematic solution for the intelligent recognition and automatic analysis of microscopy images. We developed a data engine that generates high-quality annotated datasets through a combination of the collection of…

图像与视频处理 · 电气工程与系统科学 2025-08-27 Yanhui Hong , Nan Wang , Zhiyi Xia , Haoyi Tao , Xi Fang , Yiming Li , Jiankun Wang , Peng Jin , Xiaochen Cai , Shengyu Li , Ziqi Chen , Zezhong Zhang , Guolin Ke , Linfeng Zhang

SfePy (Simple finite elements in Python) is a software for solving various kinds of problems described by partial differential equations in one, two or three spatial dimensions by the finite element method. Its source code is mostly (85\%)…

数学软件 · 计算机科学 2019-08-20 Robert Cimrman , Vladimír Lukeš , Eduard Rohan

We present new algorithms and fast implementations to find efficient approximations for modelling stochastic processes. For many numerical computations it is essential to develop finite approximations for stochastic processes. While the…

最优化与控制 · 数学 2020-12-03 Kipngeno Benard Kirui , Georg Ch. Pflug , Alois Pichler

Approximate dynamic programming (ADP) has proven itself in a wide range of applications spanning large-scale transportation problems, health care, revenue management, and energy systems. The design of effective ADP algorithms has many…

最优化与控制 · 数学 2014-07-15 Ilya O. Ryzhov , Peter I. Frazier , Warren B. Powell

In recent years many procedures have been proposed to check the anisotropy of a dataset. We present a new simple procedure, based on a scale dependent approach, to detect anisotropy signatures in a given distribution with particular…

天体物理仪器与方法 · 物理学 2017-08-23 M. Scuderi , M. De Domenico , A. Insolia , H. Lyberis

We present an expository overview of technical and cultural challenges to the development and adoption of automation at various stages in the data science prediction lifecycle, restricting focus to supervised learning with structured…

机器学习 · 计算机科学 2022-08-26 Nicholas Hoell

We present DriveGPT, a scalable behavior model for autonomous driving. We model driving as a sequential decision-making task, and learn a transformer model to predict future agent states as tokens in an autoregressive fashion. We scale up…