You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a CNN based model which aims to automatically classify the ECG signals of a normal patient vs. a patient with AF and has been trained to achieve up to 93.33% validation accuracy.
This project classifies ECG Signal as AF(Atrial Fibrillation) or Non-AF(All other rhythms).This project consist of 2 different models. A custom cnn and a transfer learning model. These model are doing the same thing with different approaches.
-The project takes the data from different ECG channels during, before and after surgery, exports them and filters them to obtain a signal with relevant information -El proyecto toma los datos provenientes de diferentes canales de ECG durante, antes y después de una cirugía, los exporta y los filtra para obtener una señal con información de rele…