Giter VIP home page Giter VIP logo

predictivemaintenance-1dcnn-azure's Introduction

page_type languages products description
sample
python
azure
azure-machine-learning-service
TF-Lite
Tensorflow optimization using TF-Lite

PredictiveMaintenance-1DCNN-Azure

This project presents a predictive maintenance solution for failure prediction in hydraulic pipe systems. For every predefined period (cycle), we will predict if the cooling system is close to failing using temperature sensors. The model will predict if the system is close to total failure, it has reduced efficiency or full efficiency. This example uses Azure Machine Learning Service to ease training, evaluation and versioning of models.

By running this project, you will have the opportunity to work with the following:

Technology Objective/Reason
Azure Machine Learning Service Service that manages Machine Learning development cycle in Azure
Tensorflow 2.0 Machine Learning framework
1D CNN Deep Learning Architecture for sequence data

Dataset

The dataset used was the Condition monitoring of hydraulic systems from UCI repository. Four temperature sensors were used to predict the condition of hydraulic components which compose the pipeline. The sensor data is split in cycles(frequency of 1 Hz), 60 observation for every single cycle.

Model

Since we are dealing with secuential data, 1DCNN architecture was chosen. This model can identify time dependencies over fixed segments of time, and it works well when the location of the feature within the segment is not of high relevance.

image

TF-Lite Model Optimization

Deep Learning models often require significant amounts of computational resources, memory and power to train and run. IoT devices are not able to meet the hardware requirements that deep learning models need. Using TF-Lite we can quantize our model by converting 32-bit floats to more efficient 8-bit integers.

By Sara San Luis, Rodrigo Cabello and Daniela Solis

References

predictivemaintenance-1dcnn-azure's People

Contributors

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