Coder Social home page Coder Social logo

masters-project's Introduction

Masters-Project

Automatic Detection of Cardiac Arrhythmias

The following list is in order of completion as well as brief descriptions.

The Poincare plot codes were done at the very start of the project alongside the first few weeks of research, these will likely be used this semester.

The data pre-processing contains code to initially extract the R peaks and labels from the annotations on the database. This was followed by de-noising using DWT Transforms.

The R-Peak detection we used was the Pan-Tompkins Algorithm.

For the CNN: We then segmented the beats followed by CWT transformations in MATLAB. We weren't sure how to add MATLAB files into GITHUB but fortunately, the program was really short so we just pasted that over into a file in the MATLAB folder. These images were then put into random samples and converted into arrays. These were then used in the CNN as well as more code to continue training the CNN.

For the RNN: We calculated the RR intervals. We then used sliding windows over the data that saved all the RR information and labels corresponding to that window. These were then inputted into the RNN in batches of 1024. No code was needed for continuing training as the RNN was quick enough to do in one session.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.