зеркало из
1
0
Форкнуть 0

add cheat sheet and internal usecase

This commit is contained in:
konabuta 2021-04-15 16:28:48 +00:00 коммит произвёл GitHub
Родитель a08385740a
Коммит 5ff2bb1c3d
6 изменённых файлов: 10426 добавлений и 17 удалений

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

@ -16,10 +16,7 @@
### Table of Contents
#### Business
- [ :school: Microsoft AI Business School](/business/school.md)
- [ :briefcase: 事例](/business/usecase.md)
#### Technical
@ -32,6 +29,11 @@
- [ :cloud: 技術情報](technical/techinfo.md)
- [ :pencil2: ラーニング](technical/learning.md)
#### Business
- [ :school: Microsoft AI Business School](/business/school.md)
- [ :briefcase: 事例](/business/usecase.md)
#### Roadmap
- Cheat Sheet

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

@ -1,15 +1,15 @@
- Business
- [ :school: AI Business School](/business/school.md)
- [ :briefcase: 事例](/business/usecase.md)
- 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)
- [ :keyboard: サンプル実装](technical/sample.md)
- [ :bulb: Tips](technical/tips.md)
- [ :information_desk_person: サポート](technical/support)
- [ :cloud: 技術情報](technical/techinfo.md)
- [ :pencil2: ラーニング](technical/learning.md)
- [ :orange_book: チートシート](technical/cheat-sheet.md)
-
- Business
- [ :school: AI Business School](/business/school.md)
- [ :briefcase: 事例](/business/usecase.md)

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

@ -22,13 +22,16 @@
## Inside Microsoft
Microsoft における Azure Macine Learning 活用事例
|Column1 |Column2 |
|---------|---------|
|Row1 |[Powered by Azure Machine Learning service: Editor makes your writing shine](https://channel9.msdn.com/Shows/AI-Show/Powered-by-Azure-Machine-Learning-service-Editor-makes-your-writing-shine)|
|Row2 |[Powered by Azure Machine Learning service: Optimize Bing Ad campaigns](https://channel9.msdn.com/Shows/AI-Show/Powered-by-Azure-Machine-Learning-service-Optimize-Bing-Ad-campaigns)|
|Row3 |[Powered by Azure Machine Learning service: Create stunning presentations with PowerPoint Designer](https://channel9.msdn.com/Shows/AI-Show/Powered-by-Azure-Machine-Learning-service-Create-stunning-presentations-with-PowerPoint-Designer)|
|Row4 |[Powered by Azure Machine Learning service: Outlook suggested replies makes responding to email easier](https://channel9.msdn.com/Shows/AI-Show/Outlook-suggested-replies-makes-responding-to-email-easier)|
|-------------------|---------|
|<image src="https://sec.ch9.ms/ch9/dc11/7d1317e8-2bb8-454f-9991-85d03ccedc11/AIShow0365WordEditor_512.jpg" width=300/>|[Powered by Azure Machine Learning service: Editor makes your writing shine](https://channel9.msdn.com/Shows/AI-Show/Powered-by-Azure-Machine-Learning-service-Editor-makes-your-writing-shine)|
|<image src="https://sec.ch9.ms/ch9/09c9/3f84896a-7e4d-4f5b-ab3b-917e587209c9/AiShowOptimizeBingAdCampaigns_512.jpg" width=300/>|[Powered by Azure Machine Learning service: Optimize Bing Ad campaigns](https://channel9.msdn.com/Shows/AI-Show/Powered-by-Azure-Machine-Learning-service-Optimize-Bing-Ad-campaigns)|
|<image src="https://sec.ch9.ms/ch9/5289/ad7fb431-d153-4cd5-addd-ba8de7625289/AiShow_960.jpg" width=300/>|[Powered by Azure Machine Learning service: Create stunning presentations with PowerPoint Designer](https://channel9.msdn.com/Shows/AI-Show/Powered-by-Azure-Machine-Learning-service-Create-stunning-presentations-with-PowerPoint-Designer)|
|<image src="https://sec.ch9.ms/ch9/33a8/2e03d39b-8096-4ca8-a925-fb84612533a8/AIShowSuggestedReplies_512.jpg" width=300/>|[Powered by Azure Machine Learning service: Outlook suggested replies makes responding to email easier](https://channel9.msdn.com/Shows/AI-Show/Outlook-suggested-replies-makes-responding-to-email-easier)|
## その他

Разница между файлами не показана из-за своего большого размера Загрузить разницу

После

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

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

@ -1,4 +1,3 @@
<!DOCTYPE html>
<html lang="en">
@ -106,7 +105,7 @@
darklightTheme:{
//siteFont : 'sans-serif',
siteFont : 'M PLUS 1p',
defaultTheme : 'light',
defaultTheme : 'dark',
bodyFontSize : '17px',
accent: '#1E90FF',
dark: {

8
technical/cheat-sheet.md Normal file
Просмотреть файл

@ -0,0 +1,8 @@
## Designer
Azure Machine Learning Designer の日本語チートシート
<image src="../images/MachineLearningCheatSheet_JPN.svg">
※ 各モジュールの最新情報は、[Azure Machine Learning デザイナーのアルゴリズムとモジュールのリファレンス](https://docs.microsoft.com/ja-JP/azure/machine-learning/algorithm-module-reference/module-reference) を参照ください。