Skip to content

Classification of data as absence of heart disease and presence of heart disease using a simple 2-2-1 Neural Network.

Notifications You must be signed in to change notification settings

ShaktiB/Heart-Disease-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heart-Disease-Classification

Classification of data as absence of heart disease and presence of heart disease using a simple 2-2-1 Neural Network.

The neural network was developed from scratch in MATLAB using back-propagation with the minimization of the sum of squared error. This was for learning purposes and the classification accuracy in the script is not a proper representation. The main goal of this was to learn how a neural networks work on a fundamental level, including the math behind back-propagation.

Two cases were tested with the network, one was the classification of an XOR problem, and the other was classification of the presence of heart disease.

-- Learning curve for the XOR problem

-- Learning curve for the Heart Diease data

About

Classification of data as absence of heart disease and presence of heart disease using a simple 2-2-1 Neural Network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages