中文
相关论文

相关论文: Necklaces and bracelets in R

200 篇论文

Recent studies have shown that sketches and diagrams play an important role in the daily work of software developers. If these visual artifacts are archived, they are often detached from the source code they document, because there is no…

软件工程 · 计算机科学 2017-06-30 Sebastian Baltes , Peter Schmitz , Stephan Diehl

Software is increasingly produced in the form of ecosystems, collections of interdependent components maintained by a distributed community. These ecosystems act as network organizations, not markets, and thus often lack actionable…

软件工程 · 计算机科学 2020-12-14 Christopher Bogart , James Howison , James Herbsleb

The properties of the normal distribution under linear transformation, as well the easy way to compute the covariance matrix of marginals and conditionals, offer a unique opportunity to get an insight about several aspects of uncertainties…

数据分析、统计与概率 · 物理学 2018-02-12 Giulio D'Agostini

A code completion system suggests future code elements to developers given a partially-complete code snippet. Code completion is one of the most useful features in Integrated Development Environments (IDEs). Currently, most code completion…

软件工程 · 计算机科学 2020-09-21 Wenhan Wang , Sijie Shen , Ge Li , Zhi Jin

The rebmix package provides R functions for random univariate and multivariate finite mixture model generation, estimation, clustering and classification. The paper is focused on multivariate normal mixture models with unrestricted…

机器学习 · 统计学 2018-01-29 Marko Nagode

Recurrent neural networks (RNNs) such as long short-term memory and gated recurrent units are pivotal building blocks across a broad spectrum of sequence modeling problems. This paper proposes a recurrently controlled recurrent network…

计算与语言 · 计算机科学 2018-11-27 Yi Tay , Luu Anh Tuan , Siu Cheung Hui

Recurrent Neural Networks (RNNS) are now widely used on sequence generation tasks due to their ability to learn long-range dependencies and to generate sequences of arbitrary length. However, their left-to-right generation procedure only…

人工智能 · 计算机科学 2017-09-20 Gaëtan Hadjeres , Frank Nielsen

Complex networks are ubiquitous to several Computer Science domains. Centrality measures are an important analysis mechanism to uncover vital elements of complex networks. However, these metrics have high computational costs and…

机器学习 · 计算机科学 2018-10-30 Felipe Grando , Lisando Z. Granville , Luis C. Lamb

A Skolem sequence is a linear arrangement of the multiset, {1, 1, 2, 2, ..., n, n} such that if r in [n] appears in positions i and j, then |i-j| = r. We first translate the problem to a particular set of perfect matchings, then apply the…

组合数学 · 数学 2013-01-29 Sophie Burrill , Lily Yen

The longevity R package provides provide maximum likelihood estimation routine for modelling of survival data that are subject to non-informative censoring and truncation mechanisms. It includes a selection of 12 parametric models of…

应用统计 · 统计学 2023-11-17 Léo R. Belzile

A naive realization of JSON data in R maps JSON arrays to an unnamed list, and JSON objects to a named list. However, in practice a list is an awkward, inefficient type to store and manipulate data. Most statistical applications work with…

统计计算 · 统计学 2014-03-13 Jeroen Ooms

Recommender systems objectives can be broadly characterized as modeling user preferences over short-or long-term time horizon. A large body of previous research studied long-term recommendation through dimensionality reduction techniques…

信息检索 · 计算机科学 2018-07-25 Kiewan Villatel , Elena Smirnova , Jérémie Mary , Philippe Preux

Algorithms are the engine for reproducible problem-solving. We present a framework automating algorithm discovery by conceptualizing them as sequences of operations, represented as tokens. These computational tokens are chained using a…

人工智能 · 计算机科学 2025-07-14 Theo Bourdais , Abeynaya Gnanasekaran , Houman Owhadi , Tuhin Sahai

Developers increasingly take to the Internet for code snippets to integrate into their programs. To save developers the time required to switch from their development environments to a web browser in the quest for a suitable code snippet,…

软件工程 · 计算机科学 2017-08-03 Brock Angus Campbell , Christoph Treude

We put forward new general criteria to design successor rules that generate binary de Bruijn sequences. Prior fast algorithms based on successor rules in the literature are then shown to be special instances. We implemented the criteria to…

信息论 · 计算机科学 2021-07-07 Zuling Chang , Martianus Frederic Ezerman , Pinhui Ke , Qiang Wang

Distributed consensus mechanisms have been widely researched and made popular with a number of blockchain-based token applications, such as Bitcoin, and Ethereum. Although these general-purpose platforms have matured for scale and security,…

密码学与安全 · 计算机科学 2020-04-28 Steven Platt , Miquel Oliver-Riera

The aim of this note (as well as of the course itself) is to give a largely self-contained proof of two of the main results in the field of low-rank matrix recovery. This field aims for identification of low-rank matrices from only limited…

泛函分析 · 数学 2016-09-27 Jan Vybiral

The deluge of network datasets demands a standard way to effectively and succinctly summarize network datasets. Building on similar efforts to standardize the documentation of models and datasets in machine learning, here we propose network…

社会与信息网络 · 计算机科学 2022-12-22 James Bagrow , Yong-Yeol Ahn

The R package merlin performs flexible joint modelling of hierarchical multi-outcome data. Increasingly, multiple longitudinal biomarker measurements, possibly censored time-to-event outcomes and baseline characteristics are available.…

统计计算 · 统计学 2020-07-29 Emma C. Martin , Alessandro Gasparini , Michael J. Crowther

We propose a method for encoding iterators (and recursion operators in general) using interaction nets (INs). There are two main applications for this: the method can be used to obtain a visual nota- tion for functional programs; and it can…

编程语言 · 计算机科学 2009-10-20 Ian Mackie , Jorge Sousa Pinto , Miguel Vilaca
‹ 上一页 1 8 9 10 下一页 ›