Giter Club home page Giter Club logo

wtte-torch's Introduction

Weibull Time To Event prediction with PyTorch and deep learning

This is a PyTorch port and extension of Egil Martinsson's machine learning framework for time to event prediction. In brief, this uses a recurrent neural network to estimate the parameters of the Weibull distribution conditionally modeling the time until a process's next event.

The classes in wtte/network.py reimplement the original RNN-based models. I've also experimented with another design based on Transformer architecture, which are implemented in wtte/transformer.py. These seem to consistently outperform the original RNN approach.

This also includes sample notebooks and classes that support the Turbofan Degradation Simulation data set that Martinsson and others have benchmarked on. See references for more details.

Usage

Install as a package using the included setup.py, or just use and adapt the Python source as you like!

Credit and citations

This project is heavily inspired by Egil Martinsson's research and implementation: https://github.com/ragulpr/wtte-rnn

Martinsson, Egil. WTTE-RNN : Weibull Time To Event Recurrent Neural Network. 2016. Chalmers University Of Technology, Master's Thesis.

It also draws on Dayne Batten's Keras implementation: https://github.com/daynebatten/keras-wtte-rnn

and Gianmario Spacagna's implementation and discussion: https://github.com/gm-spacagna/deep-ttf/

Supporting classes for example data are based around:

A. Saxena and K. Goebel (2008). "Turbofan Engine Degradation Simulation Data Set", https://ti.arc.nasa.gov/c/13/, NASA Ames, Moffett Field, CA.

wtte-torch's People

Contributors

ajlien 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.