Giter VIP home page Giter VIP logo

ciardiello's Introduction

bcg-hr-dl

Keras implementations of deep learning architectures used in our publication on heart rate estimation from BCG data.

The models are implemented with tf.keras of Tensorflow 1.13, but should work with most versions of Tensorflow.

Usage

You can install all required packages (except Tensorflow) with the provided requirements file:

git clone https://github.com/SamProell/bcg-hr-dl.git
cd bcg-hr-dl
pip install -r requirements.txt

The example jupyter notebooks highlight how to obtain and train the models. In essence, you can import any network from the models subfolder and use create to get a compiled Keras model:

# from models import stacked_cnn_rnn_improved as architecture
from models import baseline_fcn as architecture

patchsize, n_channels = 400, 1
model = architecture.create(input_shape=(patchsize, n_channels), enlarge=1)

# with x_data and y_data in the correct shape:
model.fit(x_data, y_data, batch_size=32)

ciardiello's People

Contributors

25sal avatar samproell avatar sand-knight avatar

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.