Abstract
Many deep learning neural network-based models had been proposed for the prediction of heart diseases but there is no model accessing all 13 features directly from the dataset & feeding them to the ‘Perceptron’. The model starts with certain weights and biases to train itself with the given dataset. The error is calculated in each epoch using the popular ‘gradient descent’ algorithm. Improper arrangement of neurons in a neural network can lead to overfitting or underfitting of the model which will gradually decrease the accuracy. But the perceptron model has only a single neuron performing all the classification and arrangement of data. The weights and biases in the model are updated to fit the model properly in a way that the equation can classify maximum number of data points. The learning algorithm of Perceptron model which calculates the result and performs binary classification is ∑_(i=0)^n wixi >= b. The weights and biases in the equation are changed repeatedly over epochs to decrease the error and fit the dataset with most efficient predicted output. Compared to the old MP Neuron model, the model is more effective with an accuracy of 98.349%.
Author supplied keywords
Cite
CITATION STYLE
Sakila, V. S., Dhiman, A., Mohapatra, K., & Jagdishkumar, P. R. (2019). An automatic system for heart disease prediction using perceptron model and gradient descent algorithm. International Journal of Engineering and Advanced Technology, 9(1), 1506–1509. https://doi.org/10.35940/ijeat.A1278.109119
Register to see more suggestions
Mendeley helps you to discover research relevant for your work.