中文
相关论文

相关论文: Guiding Multi-Objective Genetic Programming with D…

200 篇论文

Due to its causal semantics, Bayesian networks (BN) have been widely employed to discover the underlying data relationship in exploratory studies, such as brain research. Despite its success in modeling the probability distribution of…

计算机视觉与模式识别 · 计算机科学 2015-06-24 Luping Zhou , Lei Wang , Lingqiao Liu , Philip Ogunbona , Dinggang Shen

The code written by developers usually suffers from efficiency problems and contain various performance bugs. These inefficiencies necessitate the research of automated refactoring methods for code optimization. Early research in code…

软件工程 · 计算机科学 2024-08-23 Shuzheng Gao , Cuiyun Gao , Wenchao Gu , Michael Lyu

Bloom filter (BF) has been widely used to support membership query, i.e., to judge whether a given element x is a member of a given set S or not. Recent years have seen a flourish design explosion of BF due to its characteristic of…

数据结构与算法 · 计算机科学 2019-01-08 Lailong Luo , Deke Guo , Richard T. B. Ma , Ori Rottenstreich , Xueshan Luo

Deep learning-based 3D medical image segmentation methods relies on large-scale labeled datasets, yet acquiring such data is difficult due to privacy constraints and the high cost of expert annotation. Formula-Driven Supervised Learning…

计算机视觉与模式识别 · 计算机科学 2026-04-13 Yukinori Yamamoto , Kazuya Nishimura , Tsukasa Fukusato , Hirokazu Nosato , Tetsuya Ogata , Hirokatsu Kataoka

Factorization machine (FM) variants are widely used for large scale real-time content recommendation systems, since they offer an excellent balance between model accuracy and low computational costs for training and inference. These systems…

机器学习 · 计算机科学 2025-01-03 Alex Shtoff , Elie Abboud , Rotem Stram , Oren Somekh

The goal of feature selection is to identify important features that are relevant to explain an outcome variable. Most of the work in this domain has focused on identifying globally relevant features, which are features that are related to…

机器学习 · 统计学 2019-05-30 Jaime Roquero Gimenez , James Zou

Recent progress in large language models (LLMs) has leveraged their in-context learning (ICL) abilities to enable quick adaptation to unseen biomedical NLP tasks. By incorporating only a few input-output examples into prompts, LLMs can…

计算与语言 · 计算机科学 2025-08-12 Jun Wang , Zaifu Zhan , Qixin Zhang , Mingquan Lin , Meijia Song , Rui Zhang

Generative Bayesian Filtering (GBF) provides a powerful and flexible framework for performing posterior inference in complex nonlinear and non-Gaussian state-space models. Our approach extends Generative Bayesian Computation (GBC) to…

统计方法学 · 统计学 2025-11-07 Edoardo Marcelli , Sean O'Hagan , Veronika Rockova

It is of paramount importance to enhance medical practices, given how important it is to protect human life. Medical therapy can be accelerated by automating patient prediction using machine learning techniques. To double the efficiency of…

图像与视频处理 · 电气工程与系统科学 2024-04-12 Ruba Abu Khurma , Esraa Alhenawi , Malik Braik , Fatma A. Hashim , Amit Chhabra , Pedro A. Castillo

Genetic algorithms are a widely used method in chemometrics for extracting variable subsets with high prediction power. Most fitness measures used by these genetic algorithms are based on the ordinary least-squares fit of the resulting…

统计计算 · 统计学 2017-11-21 David Kepplinger , Peter Filzmoser , Kurt Varmuza

In this research. we analyze the potential of Feature Density (HD) as a way to comparatively estimate machine learning (ML) classifier performance prior to training. The goal of the study is to aid in solving the problem of…

计算与语言 · 计算机科学 2022-06-07 Juuso Eronen , Michal Ptaszynski , Fumito Masui , Gniewosz Leliwa , Michal Wroczynski

We propose a new iterative optimization method for the {\bf Data-Fitting} (DF) problem in Machine Learning, e.g. Neural Network (NN) training. The approach relies on {\bf Graphical Model} (GM) representation of the DF problem, where…

机器学习 · 计算机科学 2021-02-17 Francesco Concetti , Michael Chertkov

While federated learning (FL) and differential privacy (DP) have been extensively studied, their application to automatic speech recognition (ASR) remains largely unexplored due to the challenges in training large transformer models.…

Symbolic regression is the process of identifying mathematical expressions that fit observed output from a black-box process. It is a discrete optimization problem generally believed to be NP-hard. Prior approaches to solving the problem…

神经与进化计算 · 计算机科学 2021-11-19 T. Nathan Mundhenk , Mikel Landajuela , Ruben Glatt , Claudio P. Santiago , Daniel M. Faissol , Brenden K. Petersen

Machine Learning (ML) models are extensively used in various applications due to their significant advantages over traditional learning methods. However, the developed ML models often underperform when deployed in the real world due to the…

机器学习 · 计算机科学 2025-11-05 Abdullah Almansour , Ozan Tonguz

Feedforward neural networks (FNNs) can be viewed as non-linear regression models, where covariates enter the model through a combination of weighted summations and non-linear functions. Although these models have some similarities to the…

统计方法学 · 统计学 2024-05-02 Andrew McInerney , Kevin Burke

Making a simple model by choosing a limited number of features with the purpose of reducing the computational complexity of the algorithms involved in classification is one of the main issues in machine learning and data mining. The aim of…

机器学习 · 计算机科学 2018-11-22 Shahin Pourbahrami

In previous work we developed a method of learning Bayesian Network models from raw data. This method relies on the well known minimal description length (MDL) principle. The MDL principle is particularly well suited to this task as it…

人工智能 · 计算机科学 2013-03-08 Wai Lam , Fahiem Bacchus

Let $f: T\to \{ 0,1 \}$ be a Boolean function on the Boolean half-slice, $T$, \ie elements of $\{0,1\}^n$ with Hamming weight $n/2$. We show that if $f(x)+f(y)=f(x+y)$ holds with probability $\frac{1+\delta}{2}$ over a uniform pair $(x,y)$…

计算复杂性 · 计算机科学 2026-05-27 Haakon Larsen , Tushant Mittal , Silas Richelson , Sourya Roy

We present the Parallel, Forward-Backward with Pruning (PFBP) algorithm for feature selection (FS) in Big Data settings (high dimensionality and/or sample size). To tackle the challenges of Big Data FS PFBP partitions the data matrix both…