735f935672 | ||
---|---|---|
.ci | ||
.docs | ||
.github/ISSUE_TEMPLATE | ||
.images | ||
architectures | ||
practices | ||
submodules | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md |
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 | |
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 |
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.