paper-with-me

홈 › Papers

Twin Neural Network Improved k-Nearest Neighbor Regression

2023-10-01 · Sebastian J. Wetzel

Twin neural network regression is trained to predict differences between regression targets rather than the targets themselves. A solution to the original regression problem can be obtained by ensembling predicted differences between the targets of an unknown data point and multiple known anchor data points. Choosing the anchors to be the nearest neighbors of the unknown data point leads to a neural network-based improvement of k-nearest neighbor regression. This algorithm is shown to outperform both neural networks and k-nearest neighbor regression on small to medium-sized data sets.

📄 PDF Abstract BibTeX arXiv:2310.00664

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

How to get the most out of Twinned Regression Methods

2023-01-03 · Sebastian J. Wetzel

Twinned regression methods are designed to solve the dual problem to the original regression problem, predicting differences between regression targets rather then the targets themselves. A solution to the original regre…

regression

An enhanced KNN-based twin support vector machine with stable learning rules

2019-06-22 · A. Mir, Jalal A. Nasiri

Among the extensions of twin support vector machine (TSVM), some scholars have utilized K-nearest neighbor (KNN) graph to enhance TSVM's classification accuracy. However, these KNN-based TSVM classifiers have two major i…

General Classification

Predictive Digital Twins for Thermal Management Using Machine Learning and Reduced-Order Models

2025-05-11 · Tamilselvan Subramani, Sebastian Bartscher

Digital twins enable real-time simulation and prediction in engineering systems. This paper presents a novel framework for predictive digital twins of a headlamp heatsink, integrating physics-based reduced-order models (…

ManagementRobust Design

Bayesian Kernel and Mutual $k$-Nearest Neighbor Regression

2016-08-04 · Hyun-Chul Kim

We propose Bayesian extensions of two nonparametric regression methods which are kernel and mutual $k$-nearest neighbor regression methods. Derived based on Gaussian process models for regression, the extensions provide …

regression

Explaining the Success of Nearest Neighbor Methods in Prediction

2025-02-21 · George H. Chen, Devavrat Shah

Many modern methods for prediction leverage nearest neighbor search to find past training examples most similar to a test example, an idea that dates back in text to at least the 11th century and has stood the test of ti…

PredictionregressionTime Series Forecasting