Public hospitals lack attending doctors who can interpret X-ray films thus, making patients wait for long hours just to get the test results. This study uses Neural Networks in identifying and classifying lung diseases based on X-ray image samples. The network can make the process of recognizing the disease faster, and doctors can just verify the result that the system has given. The chest X-ray samples were gathered from different hospitals around Metro Manila. These image samples were resized and had undergone image processing. Ten distinct points were acquired from each image using the Principal Component Analysis. All the points obtained from the images were placed in a single mat file. This mat file acts as the input data for the training of the Neural Network in the MatLab software. There are two hidden layers and has 10 neurons for each. The network type used is Feed-forward, Levenberg-Marquardt back-propagation with trainlm as the training function. The adaption learning function and performance function used are learngdm and Mean Square Error (MSE), respectively. The Neural Network training state, performance and regression were shown. From the total of 206 inputs, 186 of those were correctly classified according to their disease. The Pleural Effusion has the highest accuracy with 94.87% and the Normal has the lowest with 79.31%.
