中文
相关论文

相关论文: gCastle: A Python Toolbox for Causal Discovery

200 篇论文

Graph data structures offer a versatile and powerful means to model relationships and interconnections in various domains, promising substantial advantages in data representation, analysis, and visualization. In games, graph-based data…

机器学习 · 计算机科学 2024-09-10 Florian Rupp , Kai Eckert

Understanding causality between real-world events from social media is essential for situational awareness, yet existing causal discovery methods often overlook the interplay between semantic, spatial, and temporal contexts. We propose…

社会与信息网络 · 计算机科学 2026-02-04 Hieu Duong , Eugene Levin , Todd Gary , Long Nguyen

Generalized Category Discovery (GCD) is a pragmatic and challenging open-world task, which endeavors to cluster unlabeled samples from both novel and old classes, leveraging some labeled data of old classes. Given that knowledge learned…

计算机视觉与模式识别 · 计算机科学 2024-03-08 Shijie Ma , Fei Zhu , Zhun Zhong , Xu-Yao Zhang , Cheng-Lin Liu

Graph Neural Networks (GNNs) have become increasingly ubiquitous in numerous applications and systems, necessitating explanations of their predictions, especially when making critical decisions. However, explaining GNNs is challenging due…

机器学习 · 计算机科学 2022-10-21 Tien-Cuong Bui , Van-Duc Le , Wen-syan Li , Sang Kyun Cha

Online unsupervised detection of anomalies is crucial to guarantee the correct operation of cyber-physical systems and the safety of humans interacting with them. State-of-the-art approaches based on deep learning via neural networks…

机器学习 · 计算机科学 2024-07-30 Daniele Meli

dtaianomaly is an open-source Python library for time series anomaly detection, designed to bridge the gap between academic research and real-world applications. Our goal is to (1) accelerate the development of novel state-of-the-art…

机器学习 · 计算机科学 2025-02-21 Louis Carpentier , Nick Seeuws , Wannes Meert , Mathias Verbeke

HOTTBOX is a Python library for exploratory analysis and visualisation of multi-dimensional arrays of data, also known as tensors. The library includes methods ranging from standard multi-way operations and data manipulation through to…

数学软件 · 计算机科学 2021-12-02 Ilya Kisil , Giuseppe G. Calvi , Bruno S. Dees , Danilo P. Mandic

Driving a system from one state to another through targeted interventions is a fundamental challenge in science, yet most predictive models offer limited mechanistic insight and no principled framework for decision-making. Here we present…

机器学习 · 计算机科学 2026-05-29 Zixuan Song , Uwe Mueller , Dimitris V. Manatakis

Generalized Class Discovery (GCD) aims to dynamically assign labels to unlabelled data partially based on knowledge learned from labelled data, where the unlabelled data may come from known or novel classes. The prevailing approach…

机器学习 · 计算机科学 2024-05-01 Ye Wang , Yaxiong Wang , Yujiao Wu , Bingchen Zhao , Xueming Qian

Convex clustering is a popular clustering model without requiring the number of clusters as prior knowledge. It can generate a clustering path by continuously solving the model with a sequence of regularization parameter values. This paper…

最优化与控制 · 数学 2025-01-28 Hongfei Wu , Yancheng Yuan

Causal discovery uncovers complex relationships between variables, enhancing predictions, decision-making, and insights into real-world systems, especially in nonlinear multivariate time series. However, most existing methods primarily…

机器学习 · 计算机科学 2025-10-30 Wasim Ahmad , Joachim Denzler , Maha Shadaydeh

Identifying a causal model of an IT system is fundamental to many branches of systems engineering and operation. Such a model can be used to predict the effects of control actions, optimize operations, diagnose failures, detect intrusions,…

机器学习 · 计算机科学 2025-09-09 Kim Hammar , Rolf Stadler

Torchattacks is a PyTorch library that contains adversarial attacks to generate adversarial examples and to verify the robustness of deep learning models. The code can be found at https://github.com/Harry24k/adversarial-attacks-pytorch.

机器学习 · 计算机科学 2021-02-22 Hoki Kim

This document serves to complement our website which was developed with the aim of exposing the students to Gaussian Processes (GPs). GPs are non-parametric Bayesian regression models that are largely used by statisticians and geospatial…

机器学习 · 计算机科学 2018-09-07 Kshitij Tiwari

Fast and accurate prediction of optimal crystal structure, topology, and microstructures is important for accelerating the design and discovery of new materials. A challenge lies in the exorbitantly large structural and compositional space…

Modern Python projects execute computational functions using native libraries and give Python interfaces to boost execution speed; hence, testing these libraries becomes critical to the project's robustness. One challenge is that existing…

软件工程 · 计算机科学 2022-06-29 Xin Zhang , Xutong Ma , Jiwen Yan , Baoquan Cui , Jun Yan , Jian Zhang

As a pivotal component to attaining generalizable solutions in human intelligence, reasoning provides great potential for reinforcement learning (RL) agents' generalization towards varied goals by summarizing part-to-whole arguments and…

机器学习 · 计算机科学 2023-05-18 Wenhao Ding , Haohong Lin , Bo Li , Ding Zhao

We introduce GGLasso, a Python package for solving General Graphical Lasso problems. The Graphical Lasso scheme, introduced by (Friedman 2007) (see also (Yuan 2007; Banerjee 2008)), estimates a sparse inverse covariance matrix $\Theta$ from…

统计计算 · 统计学 2021-10-22 Fabian Schaipp , Christian L. Müller , Oleg Vlasovets

Causality is receiving increasing attention by the artificial intelligence and machine learning communities. This paper gives an example of modelling a recommender system problem using causal graphs. Specifically, we approached the causal…

信息检索 · 计算机科学 2024-09-17 Emanuele Cavenaghi , Fabio Stella , Markus Zanker

Software developers create and share code online to demonstrate programming language concepts and programming tasks. Code snippets can be a useful way to explain and demonstrate a programming concept, but may not always be directly…

软件工程 · 计算机科学 2018-08-16 Eric Horton , Chris Parnin