中文
相关论文

相关论文: The effect of different feature selection methods …

200 篇论文

Have you ever looked at a machine learning classification model and thought, I could have made that? Well, that is what we test in this project, comparing XGBoost trained on human engineered features to training directly on data. The human…

人工智能 · 计算机科学 2016-09-06 Eric Holloway , Robert Marks

The XGBoost method has many advantages and is especially suitable for statistical analysis of big data, but its loss function is limited to convex functions. In many specific applications, a nonconvex loss function would be preferable. In…

机器学习 · 计算机科学 2022-01-20 Yang Guang

XGBoost is a scalable ensemble technique based on gradient boosting that has demonstrated to be a reliable and efficient machine learning challenge solver. This work proposes a practical analysis of how this novel technique works in terms…

机器学习 · 计算机科学 2023-05-05 Candice Bentéjac , Anna Csörgő , Gonzalo Martínez-Muñoz

XGBoost, a scalable tree boosting algorithm, has proven effective for many prediction tasks of practical interest, especially using tabular datasets. Hyperparameter tuning can further improve the predictive performance, but unlike neural…

机器学习 · 计算机科学 2021-11-16 Sanyam Kapoor , Valerio Perrone

This research addresses the critical lack of comprehensive studies on feature scaling by systematically evaluating 12 scaling techniques - including several less common transformations - across 14 different Machine Learning algorithms and…

Prediction models can improve efficiency by automating decisions such as the approval of loan applications. However, they may inherit bias against protected groups from the data they are trained on. This paper adds counterfactual…

机器学习 · 计算机科学 2024-05-03 Nicholas Tenev

XGBoost is often presented as the algorithm that wins every ML competition. Surprisingly, this is true even though predictions are piecewise constant. This might be justified in high dimensional input spaces, but when the number of features…

机器学习 · 计算机科学 2017-10-11 Laurent de Vito

This paper compares the performance of various data processing methods in terms of predictive performance for structured data. This paper also seeks to identify and recommend preprocessing methodologies for tree-based binary classification…

统计方法学 · 统计学 2023-02-27 Tosan Johnson , Alice J. Liu , Syed Raza , Aaron McGuire

Model compression techniques allow to significantly reduce the computational cost associated with data processing by deep neural networks with only a minor decrease in average accuracy. Simultaneously, reducing the model size may have a…

机器学习 · 计算机科学 2021-09-28 Sebastian Cygert , Andrzej Czyżewski

In the dynamic landscape of machine learning, where datasets vary widely in size and complexity, selecting the most effective model poses a significant challenge. Rather than fixating on a single model, our research propels the field…

机器学习 · 计算机科学 2024-05-01 Syed Tahir Abbas Hasani

In this paper, we propose a machine learning model, which dynamically changes the features during training. Our main motivation is to update the model in a small content during the training process with replacing less descriptive features…

机器学习 · 计算机科学 2020-02-24 Marcell Beregi-Kovács , Ágnes Baran , András Hajdu

Musical instrument classification is one of the focuses of Music Information Retrieval (MIR). In order to solve the problem of poor performance of current musical instrument classification models, we propose a musical instrument…

声音 · 计算机科学 2022-06-03 Yijie Liu , Yanfang Yin , Qigang Zhu , Wenzhuo Cui

Highly regulated domains such as finance have long favoured the use of machine learning algorithms that are scalable, transparent, robust and yield better performance. One of the most prominent examples of such an algorithm is XGBoost.…

人工智能 · 计算机科学 2020-10-08 Srinivasan Ravichandran , Drona Khurana , Bharath Venkatesh , Narayanan Unny Edakunni

Tree-based learning methods such as Random Forest and XGBoost are still the gold-standard prediction methods for tabular data. Feature importance measures are usually considered for feature selection as well as to assess the effect of…

应用统计 · 统计学 2024-12-19 Jakob Schwerter , Andrés Romero , Florian Dumpert , Markus Pauly

Tree boosting is a highly effective and widely used machine learning method. In this paper, we describe a scalable end-to-end tree boosting system called XGBoost, which is used widely by data scientists to achieve state-of-the-art results…

机器学习 · 计算机科学 2016-06-14 Tianqi Chen , Carlos Guestrin

This paper aims to explore models based on the extreme gradient boosting (XGBoost) approach for business risk classification. Feature selection (FS) algorithms and hyper-parameter optimizations are simultaneously considered during model…

机器学习 · 统计学 2019-01-25 Yan Wang , Xuelei Sherry Ni

Feature selection has evolved to be an important step in several machine learning paradigms. In domains like bio-informatics and text classification which involve data of high dimensions, feature selection can help in drastically reducing…

机器学习 · 计算机科学 2019-04-23 Nand Sharma , Prathamesh Verlekar , Rehab Ashary , Sui Zhiquan

A common approach for feature selection is to examine the variable importance scores for a machine learning model, as a way to understand which features are the most relevant for making predictions. Given the significance of feature…

机器学习 · 计算机科学 2021-05-13 Jack Dunn , Luca Mingardi , Ying Daisy Zhuo

The representational capacity of modern neural network architectures has made them a default choice in various applications with high dimensional feature sets. But these high dimensional and potentially noisy features combined with the…

机器学习 · 计算机科学 2020-10-13 Vinay Varma K

Language Models are being widely used in Education. Even though modern deep learning models achieve very good performance on question-answering tasks, sometimes they make errors. To avoid misleading students by showing wrong answers, it is…

‹ 上一页 1 2 3 10 下一页 ›