This document describes a study that uses a genetically optimized neural network to classify heart disease based on patient risk factors. The study collects data on 12 risk factors from 50 patients and encodes the values for use as input to a neural network. The neural network is initially trained using backpropagation, then genetic algorithms are used to optimize the network weights and biases to improve accuracy. Confusion matrices are plotted to evaluate the accuracy of the optimized neural network at classifying patients as having heart disease or not. The approach achieves a classification accuracy of 90% on the test data.