Giter Site home page Giter Site logo

crmd-classifier's Introduction

CRMD-classifier

Predicting cardiac rhythm management devices (CRMDs) manufacturers using deep learning

CRMD prediction

Scripts:

Data processing:

  • number_of_models - plots bar chart of number of each class in test and train data.
  • mean_image - takes the mean of images within given folder.
  • std_image - takes the SD of images within given folder.
  • data_preprocessing - applies histogram equalisation to images.
  • image_resizing - resizes images in given path to 227x227
  • image_to_numpy - creates numpy arrays of data with size 150x150 or 227x227.

Model building:

  • first model - builds and trains simple model.
  • first_model_binary - builds and trains binary classification model.
  • export_features - runs images through convolutional base and saves output
  • load_features - takes output from export features and trains classifier
  • InceptionV3_scratch - trains model with InceptionV3 architecture - not initialise on ImageNet.
  • scratch_hyperas - building a model from scratch using hyper wrapper for grid search.
  • conv_base_frozen - transfer learning using ImageNet weights.
  • fine_tuning_final_run - similar to conv_base frozen, but fine tunes top layers.
  • fold_creator - splits data into 10 folds for cross validation
  • fold_directory - trains model with fine-tuning and cross-validation.

Data analysis:

  • plot_tensorboard - takes tensor board training traces and plots using plotly.
  • predicting_confusion - plots confusion matrices of predictions on test set.

Final programme:

  • CRMD_predictor - makes a prediction of CRMD model on images stored in images_to_run folder.

crmd-classifier's People

Contributors

lfisher7 avatar

Watchers

 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.