Medical-data-classification

The purpose of this thesis is medical data classification using Python deep learning networks. Two types of neural networks were used in the study: convolutional neural network and recurrent neural network long short-term memory type. Both neural ne- tworks were implemented using the PyTorch library. The paper presents the results of experiments aimed at selecting appropriate network parameters in order to obtain the best classification accuracy. There were used four data sets: Breast Cancer, Breast Cancer Wisconsin (Diagnostic), Parkinsons, Heart Disease.

Datasets are provided from: https://archive.ics.uci.edu/ml/index.php

Other implememented functions:

CNN 1D Networks:

cnn

Paramaters test result for CNN:

Heart Disease Dataset:

cnn_heartdisease

Breast Cancer Dataset:

cnn_breastcancer

Parkinsons Dataset:

cnn_parkinson

Breast Cancer Diagnostic Dataset:

cnn_breastcancer_diagnostic