SlideShare uma empresa Scribd logo
1 de 46
Baixar para ler offline
Azure Machine Learning
最新動向のご紹介
2020/06/24
日本マイクロソフト株式会社
女部田啓太
#dllab
konabuta
Keita Onabuta
Cloud Solution Architect
- Machine Learning & Deep Learning
• Data Scientist、機械学習エンジニア
• AI プロジェクト担当者・責任者
• 機械学習の導入のハードルの高さや運用管理の煩雑さに
課題を抱えている
• Azure Machine Learning の最新動向を 4 つの特徴の観点から
ご理解いただき、皆様の機械学習プロジェクトでご活用いただく
対象者
課題
ゴール
Azure Machine Learning
モデル学習 パッケージ化
& モデル検証
アセット管理 モニタリングデプロイ
CI/CD & モデル再学習
Azure DevOps & GitHub 統合
TrustedIndustry leading
MLOps
Open &
Interoperable
For all skill
levels
あらゆるスキルレベルに対応し、
ML の生産性・利便性を向上
DevOps 連携による
ML ライフサイクルの運用管理
責任のある
ML ソリューションの構築
オープンテクノロジーの採用
と相互運用性の実現
TrustedIndustry leading
MLOps
Open &
Interoperable
For all skill
levels
AutoML BERT
No-Code Deep Learning
GitHub Actions Responsible MLNotebook
TrustedIndustry leading
MLOps
Open &
Interoperable
GitHub Action Responsible MLNotebook
For all skill
levels
AutoML BERT
No-Code Deep Learning
参加はこちらから↓
自然言語処理ナイト
https://dllab.connpass.com/event/177785/
• 直感的なマウス操作でパイプライン構築
• 特徴量エンジニアリング
• モデル学習 (回帰、分類、クラスタリング)
•
• 推論 (リアルタイム & バッチ)
• カスタムモデル・スクリプト (Python, R)
機械学習パイプライン構築、テスト、デプロイするためのビジュアルワークフロー
※ 参考 : Azure Machine Learning デザイナー (プレビュー) とは
https://docs.microsoft.com/ja-jp/azure/machine-learning/concept-designer
Deep Learning による画像認識モデルを追加
• PyTorch を採用
• 基本的な画像の前処理
• 学習済みモデルによる転移学習
レコメンデーションのアルゴリズム強化
• wide & deep recommender
• 協調フィルタリングとコンテンツベースのハイブリッド型 Wide & Deep Learning for Recommender Systems” by Cheng et al.
※参考 : Algorithm & module reference for Azure Machine Learning designer (preview)
https://docs.microsoft.com/ja-jp/azure/machine-learning/algorithm-module-
reference/module-reference?view=azure-ml-py
Demo ~Designer~
・PyTorch の画像認識モデル
・レコメンデーションモデルの機能確認
For all skill
levels
TrustedOpen &
Interoperable
Responsible MLNotebook
AutoML BERT
No-Code Deep Learning
Industry leading
MLOps
GitHub Actions
Data Scientist IT Professional
モデル学習の再現性 モデル再学習の自動化シンプルなデプロイモデル検証
"エンドーツーエンドの機械学習ライフサイクルを実現”
Data Scientist IT Professional
モデル学習の再現性 モデル再学習の自動化シンプルなデプロイモデル検証
"エンドーツーエンドの機械学習ライフサイクルを実現”
Azure DevOps
& Github
Azure Machine Learning
Github 上で Azure ML の CI/CD を構築するための
Github Actions を Github Marketplace にて公開
GitHub Actions Azure ML
• エンタープライズレベルの CI/CD によって
GitHub によるワークフローを自動化
• GitHub とネイティブ統合
• 3,400 以上の Actions が
Marketplace で公開
• マネージド or セフルホステッド環境が
利用可能
※参考 : GitHub Actionsについて
https://help.github.com/ja/actions/getting-
started-with-github-actions/about-github-actions
Workspace Compute Action Run Action
Register Model
Action
Deploy Action
Azure ML Workspace
の作成と接続
GPU/CPU サーバ
の作成と接続
Python スクリプトや
ML パイプラインの実行
学習済みモデルの登録
Kubernetes へ
モデルのデプロイメント
Demo ~MLOps~
git commit をトリガーにした CI/CD の実行
MLOps with GitHub Actions and Azure Machine Learning (デモで利用)
https://github.com/machine-learning-apps/ml-template-azure
Industry leading
MLOps
GitHub Action
For all skill
levels
Trusted
Responsible MLAutoML BERT
No-Code Deep Learning
Open &
Interoperable
Notebook
nteract & Monaco Editor を UI に採用
コラボレーション機能 (coming soon)
Python スクリプトの自動生成 (coming soon)
Compute Instances をエンジン
• 普段使い慣れた Jupyter Notebook
& Jupyter Lab への切り替えも容易
https://channel9.msdn.com/Shows/AI-Show/Edit-and-run-Jupyter-notebooks-without-
leaving-Azure-Machine-Learning-studio
by Kaitlin McKinnon, Azure Machine Learning Program Manager
Industry leading
MLOps
GitHub Action
For all skill
levels
Open &
Interoperable
Notebook
AutoML BERT
No-Code Deep Learning
Trusted
Responsible ML
責任のある機械学習ライフサイクル
を実現するための包括的な機能
Understand Protect Control
モデルの理解と公平性の実現 プライバシー保護と機密性の確保 機械学習プロセス管理とガバナンス
Understand Protect Control
モデルの理解と公平性の実現 プライバシー保護と機密性の確保 機械学習プロセス管理とガバナンス
Fairlearn for
Classification, Regression
https://github.com/fairlearn/fairlearn
https://github.com/fairlearn/fairlearn
公平性の評価 :
公平性を評価する一般的なメトリックと
ダッシュボードを利用した Sensitive
Feature の評価
モデルのフォーマット :
scikit-learn, TensorFlow, PyTorch,
Keras などに対応
メトリック:
15以上の一般的なグループを対象にした公
平性メトリック
モデルの種類:
クラス分類、回帰
不公平性の軽減 :
最先端のアルゴリズムによって
分類・回帰モデルの不公平性を軽減
Demo ~Fairlearn~
ローン審査モデルにおける不公平性の Mitigate (軽減)
※ サンプルコード:Using Fairlearn GridSearch with census data
https://github.com/fairlearn/fairlearn/blob/master/notebooks/Grid%20Search%20
with%20Census%20Data.ipynb
Interpretability for
Tabular data
https://github.com/interpretml/interpret-
community
https://interpret.ml/
解釈可能性が高い構造を持つ
機械学習アルゴリズム
Fever?
Internal
Bleeding?Stay
Home
Stay
Home
Go to
Hospita
l
決定木
ルールリスト
線形回帰・ロジスティック回帰
Explainable Boosting Machines
….
Glass-box
models
ブラックボックスな
機械学習モデルの説明
Model
ExplanationPerturb
Inputs
Analyze
SHAP
LIME
Partial Dependence
Sensitivity Analysis
Black-box
explanations
各特徴量がどのくらい寄与
House price
prediction:
$300,000
Average house
price prediction
for all apartments
is $310,000
Delta here is
- $10,000
Parks contributed
+10k
Cats banned
contributed -20k
Secure neighborhood
contributed +10k
Wall painting needed
contributed -10k
各特徴量がどのくらい寄与
https://channel9.msdn.com/Shows/AI-Show/The-Science-Behind-InterpretML-SHAP
by Scott Lundberg, SHAP Founder @Microsoft Research
Demo ~InterpretML~
退職者予測モデルの解釈
※ 後日公開予定の最新ダッシュボードを利用
TrustedIndustry leading
MLOps
Open &
Interoperable
For all skill
levels
AutoML BERT
Designer for Deep Learning
GitHub Actions Responsible MLNotebook
参考情報
Open Source Repo Link
Microsoft ML Tech List Microsoft の機械学習テクノロジー集 https://aka.ms/microsoft-ml-tech
Azure ML Notebook Azure Machine Learning 公式サンプルコード https://aka.ms/ml-notebooks
BERT Large 自然言語モデル BERT のサンプルコード http://aka.ms/azure-bert
LightGBM LightGBM トップページ https://aka.ms/lightgbm
ONNX ONNX トップページ https://aka.ms/onnx
Distributed DL 分散深層学習サンプルコード https://aka.ms/distdl
機械学習レシピ集 Link
Computer Vision コンピュータビジョン (Faster-RCNN ...) https://aka.ms/cv-recipes
NLP 自然言語処系 (BERT, GenSen ...) https://aka.ms/bert-recipes
Recommenders レコメンデーション (NCF, SAR ...) https://aka.ms/reco-recipes
Forecasting 時系列予測 https://aka.ms/forecast-recipes
MLOps MLOps CI/CD・コード集 https://aka.ms/cicd-recipes
Azure Machine Learning Build 2020
Azure Machine Learning Build 2020

Mais conteúdo relacionado

Mais procurados

なぜ今なのか?非開発者でも開発者でも、これから始めるPower Platform
なぜ今なのか?非開発者でも開発者でも、これから始めるPower Platformなぜ今なのか?非開発者でも開発者でも、これから始めるPower Platform
なぜ今なのか?非開発者でも開発者でも、これから始めるPower PlatformTaiki Yoshida
 
InterBEE 2020 Microsoft - AI for Media - Technical Deep Dive
InterBEE 2020 Microsoft - AI for Media - Technical Deep DiveInterBEE 2020 Microsoft - AI for Media - Technical Deep Dive
InterBEE 2020 Microsoft - AI for Media - Technical Deep DiveDaiyu Hatakeyama
 
Microsoft Power Platformで組織に力を与えよう
Microsoft Power Platformで組織に力を与えようMicrosoft Power Platformで組織に力を与えよう
Microsoft Power Platformで組織に力を与えようTaiki Yoshida
 
メルペイの与信モデリングで安全・安心のために実践していること
メルペイの与信モデリングで安全・安心のために実践していることメルペイの与信モデリングで安全・安心のために実践していること
メルペイの与信モデリングで安全・安心のために実践していることYuhi Kawakami
 
Microsoft PowerApps ビジョンとロードマップ 2019年秋
Microsoft PowerApps ビジョンとロードマップ 2019年秋Microsoft PowerApps ビジョンとロードマップ 2019年秋
Microsoft PowerApps ビジョンとロードマップ 2019年秋Taiki Yoshida
 
Jupyter だけで機械学習を実サービス展開できる基盤
Jupyter だけで機械学習を実サービス展開できる基盤Jupyter だけで機械学習を実サービス展開できる基盤
Jupyter だけで機械学習を実サービス展開できる基盤Recruit Lifestyle Co., Ltd.
 
AWSからOpenStack, Chef SoloからChef Serverに インフラを置き換えた事例の紹介
AWSからOpenStack, Chef SoloからChef Serverに インフラを置き換えた事例の紹介AWSからOpenStack, Chef SoloからChef Serverに インフラを置き換えた事例の紹介
AWSからOpenStack, Chef SoloからChef Serverに インフラを置き換えた事例の紹介Naoyuki Yamada
 
Microsoft Power Platform がエンジニアにも必要な理由
Microsoft Power Platform がエンジニアにも必要な理由Microsoft Power Platform がエンジニアにも必要な理由
Microsoft Power Platform がエンジニアにも必要な理由Taiki Yoshida
 
アジャイル開発のためのDatadog
アジャイル開発のためのDatadogアジャイル開発のためのDatadog
アジャイル開発のためのDatadogNobuyasu Seki
 
Deep Learning Lab : Build 2020 Update - Reinforcement Learning on Azure Machi...
Deep Learning Lab : Build 2020 Update - Reinforcement Learning on Azure Machi...Deep Learning Lab : Build 2020 Update - Reinforcement Learning on Azure Machi...
Deep Learning Lab : Build 2020 Update - Reinforcement Learning on Azure Machi...Daiyu Hatakeyama
 
データアナリティクスの新たな一歩とそれを支えるインフラ
データアナリティクスの新たな一歩とそれを支えるインフラデータアナリティクスの新たな一歩とそれを支えるインフラ
データアナリティクスの新たな一歩とそれを支えるインフラGoogle Cloud Platform - Japan
 
Decode19 cd42 fixer_public_0601
Decode19 cd42 fixer_public_0601Decode19 cd42 fixer_public_0601
Decode19 cd42 fixer_public_0601Shotaro Suzuki
 
The Design for Serverless ETL Pipeline データ分析基盤のレガシーなデータロードをサーバレスでフルリプレースするまで道のり
The Design for Serverless ETL Pipeline データ分析基盤のレガシーなデータロードをサーバレスでフルリプレースするまで道のりThe Design for Serverless ETL Pipeline データ分析基盤のレガシーなデータロードをサーバレスでフルリプレースするまで道のり
The Design for Serverless ETL Pipeline データ分析基盤のレガシーなデータロードをサーバレスでフルリプレースするまで道のりRecruit Lifestyle Co., Ltd.
 
Awsで作るビッグデータ解析今とこれから
Awsで作るビッグデータ解析今とこれからAwsで作るビッグデータ解析今とこれから
Awsで作るビッグデータ解析今とこれからShohei Kobayashi
 
Power Apps? なにそれ? おいしいの?
Power Apps? なにそれ? おいしいの?Power Apps? なにそれ? おいしいの?
Power Apps? なにそれ? おいしいの?Junichi Kodama
 
Work Automate with Power Automate
Work Automate with Power AutomateWork Automate with Power Automate
Work Automate with Power AutomateTomoyuki Obi
 

Mais procurados (20)

なぜ今なのか?非開発者でも開発者でも、これから始めるPower Platform
なぜ今なのか?非開発者でも開発者でも、これから始めるPower Platformなぜ今なのか?非開発者でも開発者でも、これから始めるPower Platform
なぜ今なのか?非開発者でも開発者でも、これから始めるPower Platform
 
InterBEE 2020 Microsoft - AI for Media - Technical Deep Dive
InterBEE 2020 Microsoft - AI for Media - Technical Deep DiveInterBEE 2020 Microsoft - AI for Media - Technical Deep Dive
InterBEE 2020 Microsoft - AI for Media - Technical Deep Dive
 
Microsoft Power Platformで組織に力を与えよう
Microsoft Power Platformで組織に力を与えようMicrosoft Power Platformで組織に力を与えよう
Microsoft Power Platformで組織に力を与えよう
 
メルペイの与信モデリングで安全・安心のために実践していること
メルペイの与信モデリングで安全・安心のために実践していることメルペイの与信モデリングで安全・安心のために実践していること
メルペイの与信モデリングで安全・安心のために実践していること
 
Microsoft PowerApps ビジョンとロードマップ 2019年秋
Microsoft PowerApps ビジョンとロードマップ 2019年秋Microsoft PowerApps ビジョンとロードマップ 2019年秋
Microsoft PowerApps ビジョンとロードマップ 2019年秋
 
SQLを書くだけでAPIが作れる基盤
SQLを書くだけでAPIが作れる基盤SQLを書くだけでAPIが作れる基盤
SQLを書くだけでAPIが作れる基盤
 
Jupyter だけで機械学習を実サービス展開できる基盤
Jupyter だけで機械学習を実サービス展開できる基盤Jupyter だけで機械学習を実サービス展開できる基盤
Jupyter だけで機械学習を実サービス展開できる基盤
 
stapy_028_talk1
stapy_028_talk1stapy_028_talk1
stapy_028_talk1
 
AWSからOpenStack, Chef SoloからChef Serverに インフラを置き換えた事例の紹介
AWSからOpenStack, Chef SoloからChef Serverに インフラを置き換えた事例の紹介AWSからOpenStack, Chef SoloからChef Serverに インフラを置き換えた事例の紹介
AWSからOpenStack, Chef SoloからChef Serverに インフラを置き換えた事例の紹介
 
Microsoft Power Platform がエンジニアにも必要な理由
Microsoft Power Platform がエンジニアにも必要な理由Microsoft Power Platform がエンジニアにも必要な理由
Microsoft Power Platform がエンジニアにも必要な理由
 
アジャイル開発のためのDatadog
アジャイル開発のためのDatadogアジャイル開発のためのDatadog
アジャイル開発のためのDatadog
 
Deep Learning Lab : Build 2020 Update - Reinforcement Learning on Azure Machi...
Deep Learning Lab : Build 2020 Update - Reinforcement Learning on Azure Machi...Deep Learning Lab : Build 2020 Update - Reinforcement Learning on Azure Machi...
Deep Learning Lab : Build 2020 Update - Reinforcement Learning on Azure Machi...
 
データアナリティクスの新たな一歩とそれを支えるインフラ
データアナリティクスの新たな一歩とそれを支えるインフラデータアナリティクスの新たな一歩とそれを支えるインフラ
データアナリティクスの新たな一歩とそれを支えるインフラ
 
Decode19 cd42 fixer_public_0601
Decode19 cd42 fixer_public_0601Decode19 cd42 fixer_public_0601
Decode19 cd42 fixer_public_0601
 
The Design for Serverless ETL Pipeline データ分析基盤のレガシーなデータロードをサーバレスでフルリプレースするまで道のり
The Design for Serverless ETL Pipeline データ分析基盤のレガシーなデータロードをサーバレスでフルリプレースするまで道のりThe Design for Serverless ETL Pipeline データ分析基盤のレガシーなデータロードをサーバレスでフルリプレースするまで道のり
The Design for Serverless ETL Pipeline データ分析基盤のレガシーなデータロードをサーバレスでフルリプレースするまで道のり
 
Ibm data science experience
Ibm data science experienceIbm data science experience
Ibm data science experience
 
Awsで作るビッグデータ解析今とこれから
Awsで作るビッグデータ解析今とこれからAwsで作るビッグデータ解析今とこれから
Awsで作るビッグデータ解析今とこれから
 
Power Apps? なにそれ? おいしいの?
Power Apps? なにそれ? おいしいの?Power Apps? なにそれ? おいしいの?
Power Apps? なにそれ? おいしいの?
 
Work Automate with Power Automate
Work Automate with Power AutomateWork Automate with Power Automate
Work Automate with Power Automate
 
Global Network on Alibaba Cloud
Global Network on Alibaba CloudGlobal Network on Alibaba Cloud
Global Network on Alibaba Cloud
 

Semelhante a Azure Machine Learning Build 2020

[第50回 Machine Learning 15minutes! Broadcast] Azure Machine Learning - Ignite ...
[第50回 Machine Learning 15minutes! Broadcast] Azure Machine Learning - Ignite ...[第50回 Machine Learning 15minutes! Broadcast] Azure Machine Learning - Ignite ...
[第50回 Machine Learning 15minutes! Broadcast] Azure Machine Learning - Ignite ...Naoki (Neo) SATO
 
AI-first Code Editor 「Cursor」の機能紹介
AI-first Code Editor 「Cursor」の機能紹介AI-first Code Editor 「Cursor」の機能紹介
AI-first Code Editor 「Cursor」の機能紹介ssuser39314d
 
Azure machine learning service 最新の機械学習プラットフォーム
Azure machine learning service 最新の機械学習プラットフォームAzure machine learning service 最新の機械学習プラットフォーム
Azure machine learning service 最新の機械学習プラットフォームKeita Onabuta
 
レガシー Web からの脱却 ~ 開発者が次に目指すべき Web アプリの姿とは?
レガシー Web からの脱却 ~ 開発者が次に目指すべき Web アプリの姿とは?レガシー Web からの脱却 ~ 開発者が次に目指すべき Web アプリの姿とは?
レガシー Web からの脱却 ~ 開発者が次に目指すべき Web アプリの姿とは?Akira Inoue
 
明治大学理工学部 特別講義 AI on Azure
明治大学理工学部 特別講義 AI on Azure明治大学理工学部 特別講義 AI on Azure
明治大学理工学部 特別講義 AI on AzureDaiyu Hatakeyama
 
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)Takeshi Fukuhara
 
【de:code 2020】 アマダの Azure への取り組みと DevOPS・MLOPS 環境の構築と運用
【de:code 2020】 アマダの Azure への取り組みと DevOPS・MLOPS 環境の構築と運用【de:code 2020】 アマダの Azure への取り組みと DevOPS・MLOPS 環境の構築と運用
【de:code 2020】 アマダの Azure への取り組みと DevOPS・MLOPS 環境の構築と運用日本マイクロソフト株式会社
 
2021/03/19 パブリッククラウドを活かす運用プロセス自動化
2021/03/19 パブリッククラウドを活かす運用プロセス自動化2021/03/19 パブリッククラウドを活かす運用プロセス自動化
2021/03/19 パブリッククラウドを活かす運用プロセス自動化Issei Hiraoka
 
Machine Learning Operations (MLOps): Overview, Definition, and Architecture
Machine Learning Operations (MLOps): Overview, Definition, and ArchitectureMachine Learning Operations (MLOps): Overview, Definition, and Architecture
Machine Learning Operations (MLOps): Overview, Definition, and ArchitectureTakuya Minagawa
 
Visual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイル
Visual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイルVisual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイル
Visual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイルAkira Inoue
 
local launch small language model of AI.
local launch small language model of AI.local launch small language model of AI.
local launch small language model of AI.Takao Tetsuro
 
Azure Machine Learning アップデートセミナー 20191127
Azure Machine Learning アップデートセミナー 20191127Azure Machine Learning アップデートセミナー 20191127
Azure Machine Learning アップデートセミナー 20191127Keita Onabuta
 
Cogbot_AzureOpenAIServices_AzureAI_20230302.pdf
Cogbot_AzureOpenAIServices_AzureAI_20230302.pdfCogbot_AzureOpenAIServices_AzureAI_20230302.pdf
Cogbot_AzureOpenAIServices_AzureAI_20230302.pdfAyako Omori
 
Qiita x Microsoft - 機械学習セミナー Microsoft AI Platform
Qiita x Microsoft - 機械学習セミナー Microsoft AI PlatformQiita x Microsoft - 機械学習セミナー Microsoft AI Platform
Qiita x Microsoft - 機械学習セミナー Microsoft AI PlatformDaiyu Hatakeyama
 
基本から学ぶ ビッグデータ / データ分析 / 機械学習 サービス群
基本から学ぶ ビッグデータ / データ分析 / 機械学習 サービス群基本から学ぶ ビッグデータ / データ分析 / 機械学習 サービス群
基本から学ぶ ビッグデータ / データ分析 / 機械学習 サービス群Google Cloud Platform - Japan
 
Migrating tocloudnativeapplicationwithusingelasticapm
Migrating tocloudnativeapplicationwithusingelasticapmMigrating tocloudnativeapplicationwithusingelasticapm
Migrating tocloudnativeapplicationwithusingelasticapmShotaro Suzuki
 
Power biで気づく!現場機器の異常監視システム on azure
Power biで気づく!現場機器の異常監視システム on azurePower biで気づく!現場機器の異常監視システム on azure
Power biで気づく!現場機器の異常監視システム on azureIoTビジネス共創ラボ
 
[Developers Festa Sapporo 2020] Microsoft/GitHubが提供するDeveloper Cloud (Develop...
[Developers Festa Sapporo 2020] Microsoft/GitHubが提供するDeveloper Cloud (Develop...[Developers Festa Sapporo 2020] Microsoft/GitHubが提供するDeveloper Cloud (Develop...
[Developers Festa Sapporo 2020] Microsoft/GitHubが提供するDeveloper Cloud (Develop...Naoki (Neo) SATO
 
講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」
講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」
講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」Kohei Ogawa
 

Semelhante a Azure Machine Learning Build 2020 (20)

[第50回 Machine Learning 15minutes! Broadcast] Azure Machine Learning - Ignite ...
[第50回 Machine Learning 15minutes! Broadcast] Azure Machine Learning - Ignite ...[第50回 Machine Learning 15minutes! Broadcast] Azure Machine Learning - Ignite ...
[第50回 Machine Learning 15minutes! Broadcast] Azure Machine Learning - Ignite ...
 
AIビジネスクリエーションワークショップ@東京
AIビジネスクリエーションワークショップ@東京AIビジネスクリエーションワークショップ@東京
AIビジネスクリエーションワークショップ@東京
 
AI-first Code Editor 「Cursor」の機能紹介
AI-first Code Editor 「Cursor」の機能紹介AI-first Code Editor 「Cursor」の機能紹介
AI-first Code Editor 「Cursor」の機能紹介
 
Azure machine learning service 最新の機械学習プラットフォーム
Azure machine learning service 最新の機械学習プラットフォームAzure machine learning service 最新の機械学習プラットフォーム
Azure machine learning service 最新の機械学習プラットフォーム
 
レガシー Web からの脱却 ~ 開発者が次に目指すべき Web アプリの姿とは?
レガシー Web からの脱却 ~ 開発者が次に目指すべき Web アプリの姿とは?レガシー Web からの脱却 ~ 開発者が次に目指すべき Web アプリの姿とは?
レガシー Web からの脱却 ~ 開発者が次に目指すべき Web アプリの姿とは?
 
明治大学理工学部 特別講義 AI on Azure
明治大学理工学部 特別講義 AI on Azure明治大学理工学部 特別講義 AI on Azure
明治大学理工学部 特別講義 AI on Azure
 
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
 
【de:code 2020】 アマダの Azure への取り組みと DevOPS・MLOPS 環境の構築と運用
【de:code 2020】 アマダの Azure への取り組みと DevOPS・MLOPS 環境の構築と運用【de:code 2020】 アマダの Azure への取り組みと DevOPS・MLOPS 環境の構築と運用
【de:code 2020】 アマダの Azure への取り組みと DevOPS・MLOPS 環境の構築と運用
 
2021/03/19 パブリッククラウドを活かす運用プロセス自動化
2021/03/19 パブリッククラウドを活かす運用プロセス自動化2021/03/19 パブリッククラウドを活かす運用プロセス自動化
2021/03/19 パブリッククラウドを活かす運用プロセス自動化
 
Machine Learning Operations (MLOps): Overview, Definition, and Architecture
Machine Learning Operations (MLOps): Overview, Definition, and ArchitectureMachine Learning Operations (MLOps): Overview, Definition, and Architecture
Machine Learning Operations (MLOps): Overview, Definition, and Architecture
 
Visual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイル
Visual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイルVisual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイル
Visual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイル
 
local launch small language model of AI.
local launch small language model of AI.local launch small language model of AI.
local launch small language model of AI.
 
Azure Machine Learning アップデートセミナー 20191127
Azure Machine Learning アップデートセミナー 20191127Azure Machine Learning アップデートセミナー 20191127
Azure Machine Learning アップデートセミナー 20191127
 
Cogbot_AzureOpenAIServices_AzureAI_20230302.pdf
Cogbot_AzureOpenAIServices_AzureAI_20230302.pdfCogbot_AzureOpenAIServices_AzureAI_20230302.pdf
Cogbot_AzureOpenAIServices_AzureAI_20230302.pdf
 
Qiita x Microsoft - 機械学習セミナー Microsoft AI Platform
Qiita x Microsoft - 機械学習セミナー Microsoft AI PlatformQiita x Microsoft - 機械学習セミナー Microsoft AI Platform
Qiita x Microsoft - 機械学習セミナー Microsoft AI Platform
 
基本から学ぶ ビッグデータ / データ分析 / 機械学習 サービス群
基本から学ぶ ビッグデータ / データ分析 / 機械学習 サービス群基本から学ぶ ビッグデータ / データ分析 / 機械学習 サービス群
基本から学ぶ ビッグデータ / データ分析 / 機械学習 サービス群
 
Migrating tocloudnativeapplicationwithusingelasticapm
Migrating tocloudnativeapplicationwithusingelasticapmMigrating tocloudnativeapplicationwithusingelasticapm
Migrating tocloudnativeapplicationwithusingelasticapm
 
Power biで気づく!現場機器の異常監視システム on azure
Power biで気づく!現場機器の異常監視システム on azurePower biで気づく!現場機器の異常監視システム on azure
Power biで気づく!現場機器の異常監視システム on azure
 
[Developers Festa Sapporo 2020] Microsoft/GitHubが提供するDeveloper Cloud (Develop...
[Developers Festa Sapporo 2020] Microsoft/GitHubが提供するDeveloper Cloud (Develop...[Developers Festa Sapporo 2020] Microsoft/GitHubが提供するDeveloper Cloud (Develop...
[Developers Festa Sapporo 2020] Microsoft/GitHubが提供するDeveloper Cloud (Develop...
 
講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」
講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」
講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」
 

Mais de Keita Onabuta

Azure における強化学習への取り組み
Azure における強化学習への取り組みAzure における強化学習への取り組み
Azure における強化学習への取り組みKeita Onabuta
 
Azure Machine Learning NLP 最新動向 2020/07/02
Azure Machine Learning NLP 最新動向 2020/07/02Azure Machine Learning NLP 最新動向 2020/07/02
Azure Machine Learning NLP 最新動向 2020/07/02Keita Onabuta
 
DataDrift in Azure Machine Learning
DataDrift in Azure Machine LearningDataDrift in Azure Machine Learning
DataDrift in Azure Machine LearningKeita Onabuta
 
Azure ML - OpenVINO 師走の推論ナイト 20191211 講演資料
Azure ML  - OpenVINO 師走の推論ナイト 20191211 講演資料Azure ML  - OpenVINO 師走の推論ナイト 20191211 講演資料
Azure ML - OpenVINO 師走の推論ナイト 20191211 講演資料Keita Onabuta
 
AutoML & InterpretML (2019/11/27 Deep Learning Lab 講演資料)
AutoML & InterpretML (2019/11/27 Deep Learning Lab 講演資料)AutoML & InterpretML (2019/11/27 Deep Learning Lab 講演資料)
AutoML & InterpretML (2019/11/27 Deep Learning Lab 講演資料)Keita Onabuta
 
品質管理 & 設備保全のための機械学習入門 2019年9月 (Quality Control and Predictive Maintenance App...
品質管理 & 設備保全のための機械学習入門 2019年9月 (Quality Control and Predictive Maintenance App...品質管理 & 設備保全のための機械学習入門 2019年9月 (Quality Control and Predictive Maintenance App...
品質管理 & 設備保全のための機械学習入門 2019年9月 (Quality Control and Predictive Maintenance App...Keita Onabuta
 
Neural Network Intelligence 概要 (AutoML Platform)
Neural Network Intelligence 概要 (AutoML Platform)Neural Network Intelligence 概要 (AutoML Platform)
Neural Network Intelligence 概要 (AutoML Platform)Keita Onabuta
 
[DLLAB Engineer Days 講演資料] Automated ML & Model Interpretability
[DLLAB Engineer Days 講演資料] Automated ML & Model Interpretability[DLLAB Engineer Days 講演資料] Automated ML & Model Interpretability
[DLLAB Engineer Days 講演資料] Automated ML & Model InterpretabilityKeita Onabuta
 

Mais de Keita Onabuta (8)

Azure における強化学習への取り組み
Azure における強化学習への取り組みAzure における強化学習への取り組み
Azure における強化学習への取り組み
 
Azure Machine Learning NLP 最新動向 2020/07/02
Azure Machine Learning NLP 最新動向 2020/07/02Azure Machine Learning NLP 最新動向 2020/07/02
Azure Machine Learning NLP 最新動向 2020/07/02
 
DataDrift in Azure Machine Learning
DataDrift in Azure Machine LearningDataDrift in Azure Machine Learning
DataDrift in Azure Machine Learning
 
Azure ML - OpenVINO 師走の推論ナイト 20191211 講演資料
Azure ML  - OpenVINO 師走の推論ナイト 20191211 講演資料Azure ML  - OpenVINO 師走の推論ナイト 20191211 講演資料
Azure ML - OpenVINO 師走の推論ナイト 20191211 講演資料
 
AutoML & InterpretML (2019/11/27 Deep Learning Lab 講演資料)
AutoML & InterpretML (2019/11/27 Deep Learning Lab 講演資料)AutoML & InterpretML (2019/11/27 Deep Learning Lab 講演資料)
AutoML & InterpretML (2019/11/27 Deep Learning Lab 講演資料)
 
品質管理 & 設備保全のための機械学習入門 2019年9月 (Quality Control and Predictive Maintenance App...
品質管理 & 設備保全のための機械学習入門 2019年9月 (Quality Control and Predictive Maintenance App...品質管理 & 設備保全のための機械学習入門 2019年9月 (Quality Control and Predictive Maintenance App...
品質管理 & 設備保全のための機械学習入門 2019年9月 (Quality Control and Predictive Maintenance App...
 
Neural Network Intelligence 概要 (AutoML Platform)
Neural Network Intelligence 概要 (AutoML Platform)Neural Network Intelligence 概要 (AutoML Platform)
Neural Network Intelligence 概要 (AutoML Platform)
 
[DLLAB Engineer Days 講演資料] Automated ML & Model Interpretability
[DLLAB Engineer Days 講演資料] Automated ML & Model Interpretability[DLLAB Engineer Days 講演資料] Automated ML & Model Interpretability
[DLLAB Engineer Days 講演資料] Automated ML & Model Interpretability
 

Azure Machine Learning Build 2020