Updates readme, adds scenario template and adds animation

This commit is contained in:
Mat 2019-04-02 15:04:19 +01:00 коммит произвёл GitHub
Родитель 528badf438
Коммит ee7e16d531
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 36 добавлений и 3 удалений

10
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,10 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
## Please file all bugs in the respective tutorials github pages

16
.github/ISSUE_TEMPLATE/scenario_request.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,16 @@
---
name: Scenario request
about: Suggest an Machine Learning scenario not covered by the tutorials
title: "[SCENARIO]"
labels: ''
assignees: ''
---
### Scenario Description
<!--- Describe your scenario in detail -->
### Reasons for scenario
<!--- Outline core reasons why the scenario should be covered -->
### Other Comments

Просмотреть файл

@ -1,12 +1,18 @@
# AI Reference Architectures
This repository contains the recommended ways to train and deploy models on Azure. It ranges from running massively parallel hyperparameter tuning using Hyperdrive to deploying deep learning models on Kubernetes. Each tutorial takes you step by step through the process to train or deploy your model. The tutorials are set up as Jupyter notebooks so you can simply download them and start running them. For further documentation on the reference architectures please look [here](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/).
This repository contains the recommended ways to train and deploy models on Azure. It ranges from running massively parallel hyperparameter tuning using Hyperdrive to deploying deep learning models on Kubernetes. Each tutorial takes you step by step through the process to train or deploy your model. The tutorials are set up as Jupyter notebooks for the Python ones and RMarkdown for the R ones so you can simply download them and start running them. For further documentation on the reference architectures please look [here](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/).
# 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:
This repository is arranged as submodules and therefore you can either pull all the tutorials or simply the ones you want.
<p align="center">
<img width="800" src="./images/demo.svg">
</p>
To pull all the tutorials simply run:
```bash
git clone --recurse-submodules -j8 https://github.com/Microsoft/AIReferenceArchitectures.git
git clone --recurse-submodules https://github.com/Microsoft/AIReferenceArchitectures.git
```
if you have git older than 2.13 run:

1
images/demo.svg Normal file

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

После

Ширина:  |  Высота:  |  Размер: 648 KiB