зеркало из
1
0
Форкнуть 0
This commit is contained in:
Keita Onabuta 2021-03-31 10:13:48 +09:00
Родитель 1e904054c6
Коммит b087d63e04
8 изменённых файлов: 38 добавлений и 161 удалений

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

@ -2,34 +2,35 @@
<img src="./images/head.png" title="header" width="400">
</div>
<h4 align="center">
機械学習プロジェクトを進めるためのガイドブック
</h4>
<h4 align="center">機械学習プロジェクトを進めるためのガイドブック</h4>
<h5 align="center">2021/04/01 : $\beta$ Version</h5>
---
### What it is
Machine Learng Best Practices は Azure Machine Learning を中心とした機械学習プロジェクトを進める際のガイドブックです。詳細は [サイト]() をご確認ください。
Machine Learng Best Practices は Azure Machine Learning を中心とした機械学習プロジェクトを進める際のガイドブックです。
### Table of Content
- Business
#### Business
- [ :school: Microsoft AI Business School](/business/school.md)
- [ :briefcase: 事例](/business/usecase.md)
- [ :school: Microsoft AI Business School](/business/school.md)
- [ :briefcase: 事例](/business/usecase.md)
- Technical
#### Technical
- [ :memo: Design Principle](technical/machine-learning-design-principle.md)
- [ :white_check_mark: WAF Assessment](technical/assessment-waf.md)
- [ :wrench: アーキテクチャ](technical/architecture.md)
- [ :pencil: サンプル実装](technical/sample.md)
- [ :bulb: Tips](technical/tips.md)
- [ :information_desk_person: サポート](technical/support)
- [ :cloud: 技術情報](technical/techinfo.md)
- [ :pencil2: ラーニング](technical/learning.md)
- [ :memo: Design Principle](technical/machine-learning-design-principle.md)
- [ :white_check_mark: WAF Assessment](technical/assessment-waf.md)
- [ :wrench: アーキテクチャ](technical/architecture.md)
- [ :pencil: サンプル実装](technical/sample.md)
- [ :bulb: Tips](technical/tips.md)
- [ :information_desk_person: サポート](technical/support)
- [ :cloud: 技術情報](technical/techinfo.md)
- [ :pencil2: ラーニング](technical/learning.md)
---
### Thanks
@ -46,4 +47,7 @@ This project may contain trademarks or logos for projects, products, or services
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.
Any use of third-party trademarks or logos are subject to those third-party's policies.

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

@ -1,33 +0,0 @@
# Project
> This repo has been populated by an initial template to help get you started. Please
> make sure to update the content to build a great experience for community-building.
As the maintainer of this project, please make a few updates:
- Improving this README.MD file to provide a great experience
- Updating SUPPORT.MD with content about this project's support experience
- Understanding the security reporting process in SECURITY.MD
- Remove this section from the README
## 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.opensource.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., status check, 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](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.

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

@ -1,7 +1,7 @@
- Business
- [ :school: Microsoft AI Business School](/business/school.md)
- [ :school: AI Business School](/business/school.md)
- [ :briefcase: 事例](/business/usecase.md)
- Technical

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

@ -1,3 +1,9 @@
### 事例
- [Microsoft AI お客様事例サイト](https://www.microsoft.com/ja-jp/ai/customer-stories)
- [Microsoft AI お客様事例 (Global)](https://www.microsoft.com/ja-jp/ai/customer-stories)
- [Microsoft AI お客様事例 (日本)](https://customers.microsoft.com/ja-jp/search?sq=%22Azure%20Machine%20Learning%22&ff=&p=2&so=story_publish_date%20desc)
- [Microsoft AI 事例大全](https://info.microsoft.com/JA-AI-CNTNT-FY20-02Feb-25-MicrosoftAI-SRGCM3284_01Registration-ForminBody.html)
```pdf
path-to-the-pdf-file
```

Двоичные данные
documents/1970-IP4_Microsoft AI 事例大全_web.pdf Normal file

Двоичный файл не отображается.

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

@ -1,108 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Machine Learning Best Practices</title>
<link rel="icon" href="images/favicon.ico"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
title="docsify-darklight-theme"
type="text/css"/>
<!-- <style>
.content {
padding-top: 15px;
}
.github-corner svg {
color: #fff;
fill: var(--accent);
height: 50px;
width: 50px
}
.sidebar {
width: 260px;
font-size: 1.0rem;
}
.sidebar>h1 {
font-size: 1.0rem;
}
</style> -->
</head>>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Machine Learning Best Practices',
repo: 'https://github.com/Azure/data-science-best-practices',
//logo: "./images/head.png",
search: 'auto',
loadSidebar: true,
auto2top: true,
subMaxLevel: 2,
sidebarDisplayLevel: 2,
darklightTheme:{
siteFont : 'sans-serif',
defaultTheme : 'light',
bodyFontSize : '16px',
accent: '#1E90FF ',
dark: {
accent: '#1E90FF',
toogleBackground : '#ffffff',
background: '#091a28',
textColor: '#b4b4b4',
codeTextColor : '#ffffff',
codeBackgroudColor : '#0e2233',
borderColor : '#0d2538',
blockQuoteColour : '#858585',
highlightColor : '#d22778',
sidebarSublink : '#b4b4b4',
codeTypeColor : '#ffffff',
coverBackground : 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
toogleImage : 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)'
},
light: {
accent: '#1E90FF',
toogleBackground : '#091a28',
background: '#ffffff',
textColor: '#34495e',
codeTextColor : '#525252',
codeBackgroudColor : '#f8f8f8',
borderColor : 'rgba(0, 0, 0, 0.07)',
blockQuoteColor : '#858585',
highlightColor : '#d22778',
sidebarSublink : '#b4b4b4',
codeTypeColor : '#091a28',
coverBackground : 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
toogleImage : 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)'
}
}
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/main.min.js" type="text/javascript"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code@2"></script>
<script src="//unpkg.com/docsify-tabs@1"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-example-panels"></script>
<script src="https://unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
<script src="https://unpkg.com/prismjs/components/prism-php.min.js"></script>
<script src="//unpkg.com/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
<!-- コードハイライト -->
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-python.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script>
</body>
</html>

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

@ -135,6 +135,14 @@
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-python.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script>
<!-- CDN files for docsify-katex -->
<script src="//cdn.jsdelivr.net/npm/docsify-katex@latest/dist/docsify-katex.js"></script>
<!-- or <script src="//cdn.jsdelivr.net/gh/upupming/docsify-katex@latest/dist/docsify-katex.js"></script> -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css"/>
<!-- PDFObject.js is a required dependency of this plugin -->
<script src="//cdnjs.cloudflare.com/ajax/libs/pdfobject/2.1.1/pdfobject.min.js"></script>
<!-- or use this if you are not hosting the file yourself -->
<script src="//unpkg.com/docsify-pdf-embed-plugin/src/docsify-pdf-embed.js"></script>
</body>
</html>

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

@ -18,7 +18,7 @@
||地震層相画像のセグメンテーション| [Deep Seismic](https://github.com/microsoft/seismic-deeplearning)|
||姿勢推定| [Computer Vision Receips](https://github.com/microsoft/computervision-recipes)|
|Personalize |商品のレコメンデーション|[Azure Synapse Solution Accelerator Retail Recommender](https://github.com/microsoft/Azure-Synapse-Retail-Recommender-Solution-Accelerator)|
||協調フィルタリング、コンテンツベースフィルタリング、ハイブリッド| [Microsoft Recommenders](https://github.com/microsoft/computervision-recipes) |
||協調フィルタリング、コンテンツベースフィルタリング、ハイブリッド| [Microsoft Recommenders](https://github.com/microsoft/computervision-recipes)([日本語訳](https://github.com/c-nova/recommenders)) |
|Predictive Maintenance |設備故障 (設備耐用年数) の予測 |[DeepLearning-Workshop](https://github.com/konabuta/DeepLearning-Workshop/blob/ff71b9a630fc1691f10bfba420d76ee0b90fa3de/Sample/Keras/Keras-LSTM-PredictiveMaintenance-datastore-Hyperdrive.ipynb) |
|Autonomous System |ビル空調の運転最適化 |[bonsai-simulink](https://github.com/microsoft/bonsai-simulink/tree/main/samples/building_energy_management) |
||化学プラントにおける製造工程最適化 |[bonsai-simulink](https://github.com/microsoft/bonsai-simulink/tree/main/samples/building_energy_management) |