Related Experiment Video
Updated: Aug 14, 2025

12:18
A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
Published on: January 11, 2020
7.6K
Application of forward selection strategy using C4.5 algorithm to improve the accuracy of classification's data set.
Etika Kartikadarma1, Pandu Adi Cakranegara2, Faisal Syafar3
1Department of Informatics, Universitas Dian Nuswantoro, Semarang, Indonesia.
Summary
This study enhances the C4.5 algorithm for breast cancer classification using forward selection. The C4.5 + FS method significantly improves accuracy and performance metrics compared to standard C4.5 and Naïve Bayes.
Area of Science:
- Machine Learning
- Bioinformatics
- Data Mining
Background:
- Accurate breast cancer classification is crucial for effective treatment.
- Traditional machine learning algorithms like C4.5 and Naïve Bayes have limitations in classification accuracy.
- Feature selection is a key technique to improve model performance.
Purpose of the Study:
- To enhance the classification accuracy of the C4.5 algorithm.
- To evaluate the effectiveness of a forward selection technique combined with C4.5 for breast cancer data.
- To compare the performance of the proposed C4.5 + Forward Selection (FS) model against C4.5 and Naïve Bayes.
Main Methods:
- Utilized the Breast Cancer dataset from the UCI Machine Learning Repository.
- Applied a feature selection technique (weight by information gain) followed by forward selection.
- Split the dataset into training and testing sets with ratios of 70:30, 80:20, and 90:10.
- Evaluated models using RapidMiner, comparing accuracy, precision, recall, F-measure, and Area Under Curve (AUC).
Main Results:
- The C4.5 + FS model outperformed standard C4.5 and Naïve Bayes in classification accuracy.
- C4.5 + FS achieved accuracy values of 76.74% (70:30), 78.95% (80:20), and 78.57% (90:10).
- Average accuracy increased by 12.97% over C4.5 and 8.32% over Naïve Bayes.
- C4.5 + FS demonstrated superior precision (79.84%), recall (92.50%), and F-measure (85.55%).
- The average Area Under Curve (AUC) improved from 0.628 to 0.732%.
Conclusions:
- The forward selection strategy effectively enhances the C4.5 algorithm's classification accuracy for the Breast Cancer dataset.
- The proposed C4.5 + FS method offers improved performance metrics, making it a valuable tool for breast cancer analysis.
- Feature selection is a viable approach to optimize machine learning models in medical data classification.
Related Concept Videos
Survival Tree
131
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
131
Classification of Systems-II
201
Continuous-time systems have continuous input and output signals, with time measured continuously. These systems are generally defined by differential or algebraic equations. For instance, in an RC circuit, the relationship between input and output voltage is expressed through a differential equation derived from Ohm's law and the capacitor relation,
201
Classification of Systems-I
243
Linearity is a system property characterized by a direct input-output relationship, combining homogeneity and additivity.
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
243
Aggregates Classification
361
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
361
Force Classification
1.4K
Forces play a crucial role in the study of physics and engineering. They are essential in describing the motion, behavior, and equilibrium of objects in the physical world. Forces can be classified based on their origin, type, and direction of action.
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
1.4K
Classification of Signals
630
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
630

