Microsoft AI
Перейти к файлу
Daniel Ciborowski dffc8f7a7b
Update deploy_rts.yml
2019-09-05 12:46:30 -04:00
.ci Update deploy_rts.yml 2019-09-05 12:46:30 -04:00
.docs cleanup 2019-08-27 03:35:14 -04:00
.github/ISSUE_TEMPLATE Updating the remaining reference architectures (#6) 2019-04-16 12:12:49 -04:00
.images cleanup 2019-08-27 03:35:14 -04:00
architectures Updating Readmes 2019-09-04 18:30:15 -04:00
practices Cleanup 2019-08-27 03:06:10 -04:00
submodules New Folder 2019-08-27 03:31:54 -04:00
.gitignore Adding Python-Keras-RealTimeServing & Python-ML-realTimeServing 2019-08-27 00:34:22 -04:00
.gitmodules New Folder 2019-08-27 03:31:54 -04:00
LICENSE Initial commit 2019-03-30 05:04:01 -07:00
README.md Update README.md 2019-09-04 22:24:57 -04:00

README.md

Azure AI Reference Architectures & Best Practices

Official Azure Reference Architectures and Best Practices for AI workloads

Getting Started

This repository is arranged as submodules and therefore you can either pull all the tutorials or simply the ones you want. To pull all the tutorials simply run:

git clone --recurse-submodules https://github.com/dciborow/AIArchitecturesAndPractices.git

if you have git older than 2.13 run:

git clone --recursive https://github.com/dciborow/AIArchitecturesAndPractices.git

Best Practices

Title Description
Computer Vision Accelerate the development of computer vision applications with examples and best practice guidelines for building computer vision systems
Naturel Language Processing State-of-the-art methods and common scenarios that are popular among researchers and practitioners working on problems involving text and language.
Recommenders Examples and best practices for building recommendation systems, provided as Jupyter notebooks.

Reference Architectures

Title Language Environment Design Description Status
Deploy Classic ML Model on Kubernetes Python CPU Real-Time Scoring Train LightGBM model locally using Azure ML, deploy on Kubernetes or IoT Edge for real-time scoring Build Status
Deploy Deep Learning Model on Kubernetes Python Keras Real-Time Scoring Deploy image classification model on Kubernetes or IoT Edge for real-time scoring using Azure ML Build Status

Best Practices with Reference Architectures

Title Practice Language Environment Design Description Status
Building a Real-time Recommendation API Recommenders PySpark CPU Real-Time Scoring Walks through the creation of appropriate azure resources, training a recommendation model using Azure Databricks and deploying it as an API.

Recommend a Scenario

If there is a particular scenario you are interested in seeing a tutorial for please fill in a scenario suggestion

Ongoing Work

We are constantly developing interesting AI reference architectures using Microsoft AI Platform. Some of the ongoing projects include IoT Edge scenarios, model scoring on mobile devices, add more... To follow the progress and any new reference architectures, please go to the AI section of this link.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.