Analysis of Heart Diseases Dataset using Neural Network Approach

K. Usha Rani
DOI: https://doi.org/10.5121/ijdkp.2011.1501
2011-10-12
Abstract:One of the important techniques of Data mining is Classification. Many real world problems in various fields such as business, science, industry and medicine can be solved by using classification approach. Neural Networks have emerged as an important tool for classification. The advantages of Neural Networks helps for efficient classification of given data. In this study a Heart diseases dataset is analyzed using Neural Network approach. To increase the efficiency of the classification process parallel approach is also adopted in the training phase.
Machine Learning,Databases
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to conduct a classification analysis of the heart disease data set by using the neural network method, so as to improve the accuracy and efficiency of heart disease diagnosis. Specifically, the research aims to: 1. **Use neural networks for data classification**: The author chose neural networks as a classification tool because of their advantages in dealing with complex and non - linear relationships, especially their strong robustness in the face of noisy or uncertain information. 2. **Introduce parallel computing to accelerate the training process**: In order to improve the classification efficiency, parallel processing technology was adopted in the training stage of the neural network, that is, the output was calculated in parallel in different layers of each node, thus speeding up the model training. 3. **Evaluate the performance of neural networks with different structures**: In the experiment, single - layer and multi - layer neural networks were constructed, and the model performance was optimized by adjusting parameters such as the learning rate and momentum. By comparing the classification effects under different configurations, the superiority of multi - layer neural networks in the heart disease data classification task was verified. 4. **Test and verify the effectiveness of the model**: By comparing the prediction results of the test samples with the actual labels, the learning ability and classification accuracy of the constructed neural network model were evaluated. The results show that as the number of training samples increases, the classification efficiency is significantly improved. In summary, the core problem of this research is to explore how to use neural networks and their improved methods (such as parallel computing) to effectively classify the data of heart disease patients and provide a more reliable auxiliary tool for clinical diagnosis.