Related Experiment Video
Updated: Jul 7, 2026

12:18
A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
Published on: January 11, 2020
A connectionist approach to generating oblique decision trees.
Summary
This study introduces a new algorithm for oblique decision trees, combining neural networks and symbolic methods. The novel approach generates smaller, more accurate, and interpretable decision trees for pattern classification.
Area of Science:
- Computer Science
- Artificial Intelligence
- Machine Learning
Background:
- Neural networks offer high accuracy but lack interpretability.
- Decision trees provide interpretability but can be large and less accurate.
- Oblique decision trees offer a balance, using linear combinations of attributes.
Purpose of the Study:
- To develop a novel algorithm for generating oblique decision trees.
- To leverage the strengths of both neural networks and symbolic decision trees.
- To improve accuracy and reduce tree size in pattern classification.
Main Methods:
- A hybrid approach combining connectionist (neural network) and symbolic components.
- Construction and pruning of a three-layer feedforward neural network.
- Building a decision tree from the pruned network's hidden unit activations, expressed using original input attributes.
Main Results:
- Generated oblique decision trees maintain high accuracy comparable to neural networks.
- The algorithm produces smaller decision trees than univariate approaches.
- The oblique decision trees outperform other methods in both accuracy and size.
Conclusions:
- The novel algorithm successfully integrates neural network accuracy with decision tree interpretability.
- This method offers a superior alternative for pattern classification tasks.
- The resulting oblique decision trees are more efficient and effective than existing methods.
Related Concept Videos
Decision Making: Traditional Method
The process of hypothesis testing based on the traditional method includes calculating the critical value, testing the value of the test statistic using the sample data, and interpreting these values.
First, a specific claim about the population parameter is decided based on the research question and is stated in a simple form. Further, an opposing statement to this claim is also stated. These statements can act as null and alternative hypotheses, out of which a null hypothesis would be a...
First, a specific claim about the population parameter is decided based on the research question and is stated in a simple form. Further, an opposing statement to this claim is also stated. These statements can act as null and alternative hypotheses, out of which a null hypothesis would be a...
Decision Making: P-value Method
The process of hypothesis testing based on the P-value method includes calculating the P- value using the sample data and interpreting it.
First, a specific claim about the population parameter is proposed. The claim is based on the research question and is stated in a simple form. Further, an opposing statement to the claim is also stated. These statements can act as null and alternative hypotheses: a null hypothesis would be a neutral statement while the alternative hypothesis can have a...
First, a specific claim about the population parameter is proposed. The claim is based on the research question and is stated in a simple form. Further, an opposing statement to the claim is also stated. These statements can act as null and alternative hypotheses: a null hypothesis would be a neutral statement while the alternative hypothesis can have a...
Decision Making
Decision-making is a fundamental cognitive process that involves evaluating alternatives and selecting among them. This process can range from simple choices, such as deciding what to wear, to complex decisions, like choosing a major in college or a career path. The complexity of the decision often dictates the approach we use, which can be broadly categorized into two types: automatic and controlled decision-making.
Automatic decision-making is fast, intuitive, and relies on gut feelings...
Automatic decision-making is fast, intuitive, and relies on gut feelings...
Reason and Intuition
The human brain processes information for decision-making using one of two routes: an intuitive system and a rational system (Epstein, 1994; popularized by Kahneman, 2011 as System 1 and System 2, respectively). The intuitive system is quick, impulsive, and operates with minimal effort, relying on emotions or habits to provide cues for what to do next, while the rational system is logical, analytical, deliberate, and methodical. Research in neuropsychology suggests that the brain can only use...
Survival Tree
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 survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...
Deductive Reasoning
Deductive reasoning, or deduction, is the type of logic used in hypothesis-based science. In deductive reasoning, the pattern of thinking moves in the opposite direction from inductive reasoning. It uses a general principle or law to predict specific results. From these general principles, a scientist can predict specific results that remain valid as long as the general principles are correct.For example, a researcher can make specific predictions from the hypothesis "butterflies are attracted...