中文
相关论文

相关论文: Comparative Study on the Performance of Categorica…

200 篇论文

High\-cardinality categorical variables pose significant challenges in machine learning, particularly in terms of computational efficiency and model interpretability. Traditional one\-hot encoding often results in high\-dimensional sparse…

机器学习 · 计算机科学 2025-01-13 Zixuan Liang

For statistical learning, categorical variables in a table are usually considered as discrete entities and encoded separately to feature vectors, e.g., with one-hot encoding. "Dirty" non-curated data gives rise to categorical variables with…

机器学习 · 计算机科学 2018-06-05 Patricio Cerda , Gaël Varoquaux , Balázs Kégl

Categorical features are present in about 40% of real world problems, highlighting the crucial role of encoding as a preprocessing component. Some recent studies have reported benefits of the various target-based encoders over classical…

机器学习 · 计算机科学 2023-12-29 Ekaterina Poslavskaya , Alexey Korolev

Since most machine learning (ML) algorithms are designed for numerical inputs, efficiently encoding categorical variables is a crucial aspect in data analysis. A common problem are high cardinality features, i.e. unordered categorical…

机器学习 · 统计学 2022-03-07 Florian Pargent , Florian Pfisterer , Janek Thomas , Bernd Bischl

Categorical encoders transform categorical features into numerical representations that are indispensable for a wide range of machine learning models. Existing encoder benchmark studies lack generalizability because of their limited choice…

机器学习 · 计算机科学 2023-11-21 Federico Matteucci , Vadim Arzamasov , Klemens Boehm

Many learning algorithms require categorical data to be transformed into real vectors before it can be used as input. Often, categorical variables are encoded as one-hot (or dummy) vectors. However, this mode of representation can be…

机器学习 · 统计学 2021-10-29 Jonathan Johannemann , Vitor Hadad , Susan Athey , Stefan Wager

Regression problems have been widely studied in machinelearning literature resulting in a plethora of regression models and performance measures. However, there are few techniques specially dedicated to solve the problem of how to…

机器学习 · 计算机科学 2021-07-06 Carlos Mougan , David Masip , Jordi Nin , Oriol Pujol

Statistical models usually require vector representations of categorical variables, using for instance one-hot encoding. This strategy breaks down when the number of categories grows, as it creates high-dimensional feature vectors.…

机器学习 · 计算机科学 2020-07-16 Patricio Cerda , Gaël Varoquaux

This work presents novel methods to reduce computational and memory requirements for medical image segmentation with a large number of classes. We curiously observe challenges in maintaining state-of-the-art segmentation performance with…

计算机视觉与模式识别 · 计算机科学 2026-01-07 Aaron Kujawa , Thomas Booth , Tom Vercauteren

Connectionist temporal classification (CTC) is a popular sequence prediction approach for automatic speech recognition that is typically used with models based on recurrent neural networks (RNNs). We explore whether deep convolutional…

计算与语言 · 计算机科学 2018-02-16 Kalpesh Krishna , Liang Lu , Kevin Gimpel , Karen Livescu

This paper proposes an algorithm that implements binary encoding of the categorical features of neural network model input data, while also implementing changes in the forward and backpropagation procedures in order to achieve the property…

机器学习 · 计算机科学 2023-11-13 Lazar Zlatić

Categorical data are present in key areas such as health or supply chain, and this data require specific treatment. In order to apply recent machine learning models on such data, encoding is needed. In order to build interpretable models,…

机器学习 · 计算机科学 2023-04-19 Paul Peseux , Maxime Berar , Thierry Paquet , Victor Nicollet

Target encoding plays a central role when learning Convolutional Neural Networks. In this realm, One-hot encoding is the most prevalent strategy due to its simplicity. However, this so widespread encoding schema assumes a flat label space,…

计算机视觉与模式识别 · 计算机科学 2018-06-29 Pau Rodríguez , Miguel A. Bautista , Jordi Gonzàlez , Sergio Escalera

Examining the effect of different encoding techniques on entity and context embeddings, the goal of this work is to challenge commonly used Ordinal encoding for tabular learning. Applying different preprocessing methods and network…

机器学习 · 计算机科学 2024-03-29 Fredy Reusser

The performance of text classification has improved tremendously using intelligently engineered neural-based models, especially those injecting categorical metadata as additional information, e.g., using user/product information for…

计算与语言 · 计算机科学 2019-02-15 Jihyeok Kim , Reinald Kim Amplayo , Kyungjae Lee , Sua Sung , Minji Seo , Seung-won Hwang

We propose a method to reduce the complexity of Generalized Linear Models in the presence of categorical predictors. The traditional one-hot encoding, where each category is represented by a dummy variable, can be wasteful, difficult to…

机器学习 · 统计学 2021-10-20 Emilio Carrizosa , Marcela Galvis Restrepo , Dolores Romero Morales

Correctly dealing with categorical data in a supervised learning context is still a major issue. Furthermore, though some machine learning methods embody builtin methods to deal with categorical features, it is unclear whether they bring…

机器学习 · 计算机科学 2021-12-23 François de la Bourdonnaye , Fabrice Daniel

Most machine learning models, especially artificial neural networks, require numerical, not categorical data. We briefly describe the advantages and disadvantages of common encoding schemes. For example, one-hot encoding is commonly used…

机器学习 · 计算机科学 2020-06-02 Haw-minn Lu

Classification and Regression Trees (CARTs) are off-the-shelf techniques in modern Statistics and Machine Learning. CARTs are traditionally built by means of a greedy procedure, sequentially deciding the splitting predictor variable(s) and…

How does the formulation of a target variable affect performance within the ML pipeline? The experiments in this study examine numeric targets that have been binarized by comparing against a threshold. We compare the predictive performance…

机器学习 · 计算机科学 2023-10-17 Jessica Clark
‹ 上一页 1 2 3 10 下一页 ›