Giter VIP home page Giter VIP logo

azure_batch_ml_sample's Introduction

Azure batch ml sample

This repository demonstarte how to train models parallely using Azure Batch AI service.

You can refere architecture diagram for building blocks of solution.

Solution Block Diagram

Solution depends on:

  • Azure IoT Hub
  • Azure Stream Analytics
  • Azure Batch AI
  • Azure Storage - SQL, BLOB

Solution steps:

  1. Devices (Transformers) are connected to Azure IoT Hub. Devices are sending sensor data to Azure IoT Hub per 30 seconds. Azure IoT Hub is used for connecting IoT devices at scale.
  2. Stream Analytics job will run on injested data and aggregate it per device type for last five minutes (10 sensor values per feature). Aggreagated data will be saved to Azure SQL database.
  3. We need to run create-batch-ai-jobs.py file to create jobs for training a model for each device type.
  4. Jobs will create ML model for respective device type and save it to Azure BLOB.
  5. To detect an anamoly, we can run detect-oil-temprature-anamoly.py and pass device type, oil temperature as command line parameters. It will return whether its anamoly or not.

azure_batch_ml_sample's People

Stargazers

Bot Asylum avatar

Forkers

nitor-oss

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.