Giter Club home page Giter Club logo

azureml_pipeline_tensorflow_keras_docker_iris's Introduction

AzureML Using Pipeline, Tensorflow, Keras and Docker with Iris as an Example

Contents

Feature

  • Send the CSV files from the edge to Azure Blob.
  • Connect AzureML Datastore to Azure Blob.
  • Read CSV data from AzureML Datastore and create corresponding Dataset object.
  • Create Azure ML PipelineData objects to store intermediate data generated in the training and evaluation steps of the pipeline.
  • Create two steps, Training Step and Evaluate Step, through Azure ML Pipeline. The Training Step is responsible for training the model and storing the generated model in the Azure ML Models Assets and Azure Blob. The Evaluate Step is responsible for evaluating the performance of the model using test data.

The file structure in the Github repository

├── AzureBlob
│   ├── ListDeleteFiles
│   │   ├── app.py
│   │   └── requirements.txt
│   └── UploadFiles
│       ├── app.py
│       └── requirements.txt
├── AzureML
│   ├── pipeline-python
│   │   ├── evaluate.py
│   │   └── training.py
│   └── run_iris_pipeline.ipynb
├── Datasets
│   ├── test
│   │   └── iris_test.csv
│   └── training
│       └── iris_training.csv
├── LICENSE
└── README.md

Azure Cloud service used

Pipeline Jobs Metrics

  • Jobs ( ① Training Step → ② Evaluate Step )

  • Metrics

    • Training Step
    • Evaluate Step

Models

Blob

License

Examples of AzureML is licensed under the MIT license.

azureml_pipeline_tensorflow_keras_docker_iris's People

Contributors

archerhuang avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

renauddahou

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.