SlideShare a Scribd company logo
1 of 23
Download to read offline
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Amazon SageMaker: 機械学習の民主化から工業化へ
Toshihiko.Yamakami@access-company.com
山上俊彦
技術戦略室, ACCESS
2019/02
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 1 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
機械学習の
民主化から工業化へ
誰でも使える
 驚異のツール
 進化を軽く語る
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 2 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
AI の構造
人工知能
機械学習
深層学習
深層学習では深層ニューラルネットワークが 2012 年以来、人間並みの
画像認識を実現して脚光
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 3 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
概念図
j
W
…

R…


z
N
…
:

… …
入力層 隠れ層 出力層 正解
ずれを調整
入力を n 個とし、出力が m 個 (m  n) とすれば、n 元連立方程式
隠れ層があればどんな問題も解けることは 1980 年代に証明済
連立方程式なので基本的には方程式解析(最急降下法)の応用
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 4 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
原理は進歩しないが環境が進歩した
原理が進歩しないのにブレークスルーした 3 要素
データが増えた。データ収集能力が増え、サンプル数水増し技術も
発達
計算能力が増えた。クラウドと GPU の発達
過学習抑制技術の進歩
環境を使いこなす能力が必要になった
かつて Adobe Photoshop が出たときに画像処理系の修士論文発表会
で「それ、Photoshop でできるのにどこが研究なんですか」と言わ
れたのと同じ
伝統的機械学習技術者は環境エンジニアに淘汰される傾向
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 5 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
AI(機械学習)の民主化、そして工業化へ
2016 年に東大の松尾豊教授が「深層学習なんてクリックができれば誰で
もできますよ」
当時は無理だと思ったが、今は冗談でもなくなってきた
【高機能なツールが続々登場】
Google Colaboratory
Jupyter Notebook がそのまま動く
無料で GPU が動く
機械学習の民主化
- Amazon SageMaker
ビルトイン学習アルゴリズム豊富
推論が完全分割でデプロイ容易
今回はこちらが題材
機械学習の工業化
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 6 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
深層学習の本質
?
ビジネス課題- データ収集 - データの
加工整形
- データの
分析・可視化
- 機械学習 - アプリケー
ション
 -
SageMaker が支援
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 7 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
環境の進化は止まらない
仮想化による
ホスティング

R
高度な機械学習
オートメーション環境
DepOps による
開発のソフトウェア化
Game Tech: 領域特化
クラウド駆動支援環境
R

山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 8 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
機械学習の中のサイクル
?
開発 - 学習 - 推論
機械学習とは関係ない
デプロイ、メンテン中心
順次実行は非効率学習用だとコスパ悪い率
機械学習のループを高速回すための分離・連携
開発
-
学習
-
推論
Jupyter Notebook
コンソールから起動
主要ライブラリ
 プリインストール
docker コンテナ
SageMaker API
 から起動
複数ジョブ、分散学習
docker コンテナ
SageMaker API
 から起動
オートスケーリング
A/B テスト
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 9 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
機械学習を容易化するための仕掛け
選択できる 3 つの学習方法
ビルトイン
アルゴリズム
Tensorflow/Chainer/
PyTorch/
MXNet を使う
自前コード
学習データのみ
転移学習可能 学習データと
学習アルゴリズム
学習データと
学習コードのコンテナ
SageMaker のビルトインアルゴリズム
Liner Learner, Factorization Machines, XGBoost, Image
Classification[ResNet], seq2seq, K-Means, k-NN, PCA, LDA, Nural
Topic Model, DeepAR Forecasting, BlazingText(word2vec), Random
Cut Forest, Object Detection[SSD]
Image Classification(ResNet), Object Detection(SSD) は ImageNet パ
ラメータを転移学習可能
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 10 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
機械学習オートメーションのための仕掛け
項目 概要
StepFunctions
による学習モデ
ル更新の自動化
CreateTrainingJob, CreateModel, CreateEndpointConfig,
CreateEndPoint/UpdateEndpoint (+Greengrass への SNS
への状態通知)
前工程データ加
工の支援
Glue による学習用入力データの作成  (+ Glue による
データのスキーマ管理, RDS によるメタデータ管理)
アドホックな前
処理やデータ抽
出を支援
Glue による ETL(Extraction, Translation, Load)。Athena(サ
ーバレスクエリ) のクエリで CTAS を活用することで簡
単な前処理は Athena のみで完結。
複数のモデル学
習時の精度評価
CreateTrainingJob を並列実行、CloudWatchLogs で学習
ジョブのログを取得、Lambda でモデル制度を習得して
DB に書き込み、RDS からリーダーボード QuickSight で
モデル比較
モデルリソース
管理
データは S3 で、メタデータは RDS で、ECR でコンテナ
イメージの ID とコンテナイメージビルドの Dockerfile
を管理、CodeCommit でスクリプトを管理(データは消
さずに新しいデータを追加するだけ)、既存データのバ
ージョンを GitLFS や DVC で管理。
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 11 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
機械学習の中流ブラックボックス化が進行の実例
「仕事での物体認識は Google の API 呼ぶだけ。つまらないのでアフター
5 に論文読んで自分で機械学習して遊んでいる」(某拡張現実企業の社
員の人工知能のユーザ会での発言)
上流のビジネス・
データ解析の
ニーズは拡大
中流の機械
学習開発はブラック
ボックス化
下流の推論
インテグレーションの
ニーズも拡大
ハイパーパラメータ
調整含めオートメ化
自動化進むも
現実接点の課題も増大
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 12 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
現実との連携 (インテグレーション技術が重要に)
Amazon API
Gateway で
Web API 受付
-
Amazon Lambda で
サーバーレス
コンピューティング
-
SageMaker の
推論エンドポイントで
モデルを実行
ブラウザからなら
Javascript で叩く
インフラ管理不要 スケーリング自在
推論だけ SageMaker も可
estimator.deploy() 一発
【機械学習における技術の重心の移動】
ネットワーク
インテグレーション
- 機械学習
インテグレーション
1990 年代後半
標準化、技術要素発散
構成接続技術の重要性
2020 年代
同じことが機械学習にも
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 13 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
SageMaker の効果
Amazon のクラウドサービスを駆使して
前処理の充実
クラウド学習モデル一括管理によるオンプレ、クラウドのハイブリ
ッド実行可能
デプロイ、オートスケール、セキュリティ管理などの一括・自動
化・簡便化
IoT などからの大量データ収集を効率的に管理、オートスケール
Spark などの OSS で巨大データ基盤を作ることも可能
SageMaker の機能により
学習と推論の分離による運用効率向上
強力なビルトインアルゴリズム、転移学習による学習の容易化
強力なフレームワーク支援による学習効率向上
コンテナ化による分散、スケーリングの容易化
ベイズ推論、A/B テストによる試行錯誤のオートメーション
機械学習オートメーションの容易化
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 14 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
スキルの転換
項目 概要
クラウド技術へシ
フト
継続的な現実データ入力により機械学習のオープ
ンループを回すオートメーション技術が重要
人工知能は表層的
な理解でも OK
過学習を防ぐためにドロップ率等は hyperparame-
ters で指定
イメージ分類は ResNet のパラメータを使って転移
学習すればいい
ハイパーパラメータのチューニングはベイズ推論
アンサンブル学習は xGBoost で行う
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 15 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
機械学習の民主化から工業化へ
データを S3 にいれ、SageMaker の CreateTrainingJob API で学習
分散学習対応コードでインスタンス数を 2 以上にすれば自動で分
散学習
hyperparameters で引き渡すパラメータに関してはベイズ最適化に
よるパラメータの御自動チューニング可能
分散学習もリーダーボード QuickSight で可視化
最適化対象のメトリクスも自由に指定可能
学習アルゴリズムもビルトイン
推論時のエンドポイント設定も簡単
推論時のオートスケーリングも簡単
今までの労苦はなんだったのか。。。
データの前処理、検証は変わらず必要
【ツールの進化で進む機械学習産業革命】
機械学習研究者主権 データサイエンス・
インテグレータへ重心移動
家内制手工業 - オート—メーション
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 16 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
機械学習の覇者としての Amazon
【機械学習の覇者は Amazon へ】
クラウドは計算資源
クラウドはメタ資源+ API 駆動
・AI の CI (Continuous Integration) 化は進む
・ヒューマンレスエコノミーへ向かう流れ
機械学習 + クラウド - 機械学習 クラウド
U
K
ML の民主化を進める Amazon
次の十年に挑むは「AI 企業  クラウド企業」仮説
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 17 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
参考: SageMaker 周辺で出てくる単語の一部
単語 説明
Anaconda Python でデータ分析や機械学習 (AI) を実装するために必要なライブラリを
一緒に導入できるディストリビューション「Anaconda」
CircleCI 継続的インテグレーション (デリバリー) サービス。ソフトウェア開発プロセ
スを自動化する。
Docker  コンテナフレームワーク。コンテナとは VM より軽量な OS 仮想化技術。
ECR Amazon Elastic Container Registry。完全マネージド型の Docker コンテナレ
ジストリ
Lambda AWS のサービス。サーバーレスコンピューティングを実現する。Java、Node.js、
C#、Python のプログラミング言語に対応。
Spark オープンソースのクラスタコンピューティングフレームワーク
ETL AWS のサービス。抽出、変換、ロードを行う。
Athena AWS のサービス。サーバレスでクエリーを行う。
CodeCommit AWS のサービス。スケーラブルなプライベート Git リポジトリをセキュアに
ホストする。
Git LFS (Large File Storage) Git で巨大ファイルを扱うための拡張機能
dvc (datascience version control) データサイエンスバージョンコントロール。オ
ープンソースのツール。
Quicksight Amazon のクラウド駆動のビジネスインテリジェンスサービス。ブラウザや
モバイルデバイスからアクセス可能なインタラクティブなダッシュボードを
作成。
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 18 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
参考文献 I
Amazon SageMaker 紹介  ハンズオン(2018/07/25 実施)
https://www.slideshare.net/AmazonWebServicesJapan/amazon-sagemaker-
20180725 (2018 年)
SageMaker と xGBoost で機械学習の全体像をつかむ
https://qiita.com/suzukihi724/items/3792f395fb22cf7fb311 (2019 年 1 月)
Amazon SageMaker を中心とした持続的な ML システム
https://www.slideshare.net/AmazonWebServicesJapan/
amazon-sagemaker-ml (2018 年)
20180512 AWS SageMaker を初めて使うガイド 
https://www.slideshare.net/understeer/20180512-aws-sagemaker (2018 年)
Amazon SageMaker 推論エンドポイントを利用したアプリケーション開
発  https://www.slideshare.net/AmazonWebServicesJapan/
amazon-sagemaker-122749918 (2018 年)
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 19 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
参考文献 II
Amazon SageMaker でゼロからはじめる機械学習入門
https://www.slideshare.net/__john_smith__/
amazon-sagemaker-112083085 (2018 年)
Amazon SageMaker で始める機械学習
https://www.slideshare.net/AmazonWebServicesJapan/
amazon-sagemaker-122554039 (2018 年)
Amazon SageMaker – 機械学習を加速する
https://aws.amazon.com/jp/blogs/news/amazon-sagemaker/
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 20 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
SageMaker 周辺関連用語に関する参考文献 I
Apache Spark で分散処理入門
https://qiita.com/Hiroki11x/items/4f5129094da4c91955bc (2018 年 11 月)
【AWS】初めての ECR
https://qiita.com/3utama/items/b19e2239edb6996a735f (2019 年 1 月)
Amazon EC2 Container Registry(Docker レジストリ)| AWS
https://aws.amazon.com/jp/ecr/
Apache Spark - ウィキペディア
https://ja.wikipedia.org/wiki/Apache_Spark
CircleCI で出来るコト
https://qiita.com/noboru_i/items/7d300eb63ae667bf8dc2 (2016 年 12 月)
AWS 初心者入門第 7 回〜「Lambda」ってなにがスゴイんですか? 
https://www.bit-drive.ne.jp/managed-cloud/column/column_14.html (2018
年)
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 21 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
SageMaker 周辺関連用語に関する参考文献 II
AWS Glue シンプルかつ柔軟で、費用対効果の高い ETL
https://aws.amazon.com/jp/glue/
Amazon Athena 即時にデータのクエリを実行。数秒で結果取得。料金は
実行したクエリに対してのみ。https://aws.amazon.com/jp/athena/
AWS CodeCommit 高度にスケーラブルなプライベート Git リポジトリを
セキュアにホスト。コードでコラボレーション。
https://aws.amazon.com/jp/codecommit/
Git LFS で大きめのバイナリファイルも Git で管理する
https://qiita.com/msh5/items/582c086311d3630563bc (2018 年)
dvc – あなたのデータサイエンスプロジェクトを再現できるように整理
してください https://githubja.com/iterative/dvc (2018 年)
Amazon QuickSight   (高速のビジネスインテリジェンス)
https://aws.amazon.com/jp/quicksight/
【図解】Docker の全体像を理解する -前編-
https://qiita.com/kotaro-dr/items/b1024c7d200a75b992fc (2019 年)
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 22 / 23
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
その他の参考文献
サルでもわかるディープラーニング入門
https://www.slideshare.net/ToshihikoYamakami/2017-71233526 (2017 年)
Amazon Game Tech   https://aws.amazon.com/jp/gametech/
山上俊彦 (ACCESS Confidential) Amazon SageMaker: 機械学習の民主化から工業化へ 2019/02 23 / 23

More Related Content

Similar to Amazon SageMaker: 機械学習の民主化から工業化へ(in Japanese)

Azure Machine Learning Services 概要 - 2019年3月版
Azure Machine Learning Services 概要 - 2019年3月版Azure Machine Learning Services 概要 - 2019年3月版
Azure Machine Learning Services 概要 - 2019年3月版Daiyu Hatakeyama
 
IoT World Conference 2017 - Microsoft AI Platform
IoT World Conference 2017 - Microsoft AI PlatformIoT World Conference 2017 - Microsoft AI Platform
IoT World Conference 2017 - Microsoft AI PlatformDaiyu Hatakeyama
 
[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築
[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築
[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築Naoki (Neo) SATO
 
Azure Machine Learning Services 概要 - 2019年2月版
Azure Machine Learning Services 概要 - 2019年2月版Azure Machine Learning Services 概要 - 2019年2月版
Azure Machine Learning Services 概要 - 2019年2月版Daiyu Hatakeyama
 
Iot algyan jhirono 20190111
Iot algyan jhirono 20190111Iot algyan jhirono 20190111
Iot algyan jhirono 20190111Hirono Jumpei
 
Azure Antenna AI 概要
Azure Antenna AI 概要Azure Antenna AI 概要
Azure Antenna AI 概要Miho Yamamoto
 
Microsoft Intelligent Data Platform -データ活用のための最新技術-
Microsoft Intelligent Data Platform -データ活用のための最新技術-Microsoft Intelligent Data Platform -データ活用のための最新技術-
Microsoft Intelligent Data Platform -データ活用のための最新技術-Daiyu Hatakeyama
 
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)Takeshi Fukuhara
 
Azure Machine Learning アップデートセミナー 20191127
Azure Machine Learning アップデートセミナー 20191127Azure Machine Learning アップデートセミナー 20191127
Azure Machine Learning アップデートセミナー 20191127Keita Onabuta
 
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデートAmazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデートAmazon Web Services Japan
 
【BS14】Blazor WebAssemblyとJavaScriptのインターオペラビリティ
【BS14】Blazor WebAssemblyとJavaScriptのインターオペラビリティ 【BS14】Blazor WebAssemblyとJavaScriptのインターオペラビリティ
【BS14】Blazor WebAssemblyとJavaScriptのインターオペラビリティ 日本マイクロソフト株式会社
 
iot@Loft#14-LT4-AI /機械学習に活用できる AWSのエッジソリューションのご紹介
iot@Loft#14-LT4-AI /機械学習に活用できる AWSのエッジソリューションのご紹介iot@Loft#14-LT4-AI /機械学習に活用できる AWSのエッジソリューションのご紹介
iot@Loft#14-LT4-AI /機械学習に活用できる AWSのエッジソリューションのご紹介Amazon Web Services Japan
 
講演資料「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
 
機械学習 - MNIST の次のステップ
機械学習 - MNIST の次のステップ機械学習 - MNIST の次のステップ
機械学習 - MNIST の次のステップDaiyu Hatakeyama
 
Azure machine learning service 最新の機械学習プラットフォーム
Azure machine learning service 最新の機械学習プラットフォームAzure machine learning service 最新の機械学習プラットフォーム
Azure machine learning service 最新の機械学習プラットフォームKeita Onabuta
 
Gpu accelerates aimodeldevelopmentandanalyticsutilizingelasticsearchandazure ai
Gpu accelerates aimodeldevelopmentandanalyticsutilizingelasticsearchandazure aiGpu accelerates aimodeldevelopmentandanalyticsutilizingelasticsearchandazure ai
Gpu accelerates aimodeldevelopmentandanalyticsutilizingelasticsearchandazure aiShotaro Suzuki
 
[Microsoft Tech Summit 2018] Azure Machine Learning サービスと Azure Databricks で実...
[Microsoft Tech Summit 2018] Azure Machine Learning サービスと Azure Databricks で実...[Microsoft Tech Summit 2018] Azure Machine Learning サービスと Azure Databricks で実...
[Microsoft Tech Summit 2018] Azure Machine Learning サービスと Azure Databricks で実...Naoki (Neo) SATO
 
[第37回 Machine Learning 15minutes!] Microsoft AI - Build 2019 Updates ~ Azure ...
[第37回 Machine Learning 15minutes!] Microsoft AI - Build 2019 Updates ~ Azure ...[第37回 Machine Learning 15minutes!] Microsoft AI - Build 2019 Updates ~ Azure ...
[第37回 Machine Learning 15minutes!] Microsoft AI - Build 2019 Updates ~ Azure ...Naoki (Neo) SATO
 
BrainPad - Doors - A-1 - Microsoft Data and AI
BrainPad - Doors - A-1 - Microsoft Data and AIBrainPad - Doors - A-1 - Microsoft Data and AI
BrainPad - Doors - A-1 - Microsoft Data and AIDaiyu Hatakeyama
 

Similar to Amazon SageMaker: 機械学習の民主化から工業化へ(in Japanese) (20)

Azure Machine Learning Services 概要 - 2019年3月版
Azure Machine Learning Services 概要 - 2019年3月版Azure Machine Learning Services 概要 - 2019年3月版
Azure Machine Learning Services 概要 - 2019年3月版
 
Microsoft AI Platform
Microsoft AI PlatformMicrosoft AI Platform
Microsoft AI Platform
 
IoT World Conference 2017 - Microsoft AI Platform
IoT World Conference 2017 - Microsoft AI PlatformIoT World Conference 2017 - Microsoft AI Platform
IoT World Conference 2017 - Microsoft AI Platform
 
[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築
[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築
[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築
 
Azure Machine Learning Services 概要 - 2019年2月版
Azure Machine Learning Services 概要 - 2019年2月版Azure Machine Learning Services 概要 - 2019年2月版
Azure Machine Learning Services 概要 - 2019年2月版
 
Iot algyan jhirono 20190111
Iot algyan jhirono 20190111Iot algyan jhirono 20190111
Iot algyan jhirono 20190111
 
Azure Antenna AI 概要
Azure Antenna AI 概要Azure Antenna AI 概要
Azure Antenna AI 概要
 
Microsoft Intelligent Data Platform -データ活用のための最新技術-
Microsoft Intelligent Data Platform -データ活用のための最新技術-Microsoft Intelligent Data Platform -データ活用のための最新技術-
Microsoft Intelligent Data Platform -データ活用のための最新技術-
 
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
Part 3: サーバーレスとシステム間連携基盤 (製造リファレンス・アーキテクチャ勉強会)
 
Azure Machine Learning アップデートセミナー 20191127
Azure Machine Learning アップデートセミナー 20191127Azure Machine Learning アップデートセミナー 20191127
Azure Machine Learning アップデートセミナー 20191127
 
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデートAmazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
Amazon Game Tech Night #25 ゲーム業界向け機械学習最新状況アップデート
 
【BS14】Blazor WebAssemblyとJavaScriptのインターオペラビリティ
【BS14】Blazor WebAssemblyとJavaScriptのインターオペラビリティ 【BS14】Blazor WebAssemblyとJavaScriptのインターオペラビリティ
【BS14】Blazor WebAssemblyとJavaScriptのインターオペラビリティ
 
iot@Loft#14-LT4-AI /機械学習に活用できる AWSのエッジソリューションのご紹介
iot@Loft#14-LT4-AI /機械学習に活用できる AWSのエッジソリューションのご紹介iot@Loft#14-LT4-AI /機械学習に活用できる AWSのエッジソリューションのご紹介
iot@Loft#14-LT4-AI /機械学習に活用できる AWSのエッジソリューションのご紹介
 
講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」
講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」
講演資料「Azure AI Update Ignite Fall 2021を振り返ろう!」
 
機械学習 - MNIST の次のステップ
機械学習 - MNIST の次のステップ機械学習 - MNIST の次のステップ
機械学習 - MNIST の次のステップ
 
Azure machine learning service 最新の機械学習プラットフォーム
Azure machine learning service 最新の機械学習プラットフォームAzure machine learning service 最新の機械学習プラットフォーム
Azure machine learning service 最新の機械学習プラットフォーム
 
Gpu accelerates aimodeldevelopmentandanalyticsutilizingelasticsearchandazure ai
Gpu accelerates aimodeldevelopmentandanalyticsutilizingelasticsearchandazure aiGpu accelerates aimodeldevelopmentandanalyticsutilizingelasticsearchandazure ai
Gpu accelerates aimodeldevelopmentandanalyticsutilizingelasticsearchandazure ai
 
[Microsoft Tech Summit 2018] Azure Machine Learning サービスと Azure Databricks で実...
[Microsoft Tech Summit 2018] Azure Machine Learning サービスと Azure Databricks で実...[Microsoft Tech Summit 2018] Azure Machine Learning サービスと Azure Databricks で実...
[Microsoft Tech Summit 2018] Azure Machine Learning サービスと Azure Databricks で実...
 
[第37回 Machine Learning 15minutes!] Microsoft AI - Build 2019 Updates ~ Azure ...
[第37回 Machine Learning 15minutes!] Microsoft AI - Build 2019 Updates ~ Azure ...[第37回 Machine Learning 15minutes!] Microsoft AI - Build 2019 Updates ~ Azure ...
[第37回 Machine Learning 15minutes!] Microsoft AI - Build 2019 Updates ~ Azure ...
 
BrainPad - Doors - A-1 - Microsoft Data and AI
BrainPad - Doors - A-1 - Microsoft Data and AIBrainPad - Doors - A-1 - Microsoft Data and AI
BrainPad - Doors - A-1 - Microsoft Data and AI
 

More from Toshihiko Yamakami

Toward Interactive People Analytics: A New Approach to Leverage Organizationa...
Toward Interactive People Analytics: A New Approach to Leverage Organizationa...Toward Interactive People Analytics: A New Approach to Leverage Organizationa...
Toward Interactive People Analytics: A New Approach to Leverage Organizationa...Toshihiko Yamakami
 
ホワイトペーパーの書き方 (in Japanese)
ホワイトペーパーの書き方 (in Japanese)ホワイトペーパーの書き方 (in Japanese)
ホワイトペーパーの書き方 (in Japanese)Toshihiko Yamakami
 
認知科学に基づく「効果的なデモ」のヒント (in Japanese)
認知科学に基づく「効果的なデモ」のヒント (in Japanese)認知科学に基づく「効果的なデモ」のヒント (in Japanese)
認知科学に基づく「効果的なデモ」のヒント (in Japanese)Toshihiko Yamakami
 
An Experimental Implementation of an Edge-based AI Engine with Edge-Cloud Co...
 An Experimental Implementation of an Edge-based AI Engine with Edge-Cloud Co... An Experimental Implementation of an Edge-based AI Engine with Edge-Cloud Co...
An Experimental Implementation of an Edge-based AI Engine with Edge-Cloud Co...Toshihiko Yamakami
 
Singularity Literacy: Civic Skill Shift from Workplace to Studyplace
 Singularity Literacy: Civic Skill Shift from Workplace to Studyplace Singularity Literacy: Civic Skill Shift from Workplace to Studyplace
Singularity Literacy: Civic Skill Shift from Workplace to StudyplaceToshihiko Yamakami
 
Lessons Learned in Tokyo Public Transportation Open Data APIs
Lessons Learned in Tokyo Public Transportation Open Data APIsLessons Learned in Tokyo Public Transportation Open Data APIs
Lessons Learned in Tokyo Public Transportation Open Data APIsToshihiko Yamakami
 
A Dynamism View Model of Convergence and Divergence of IoT Standardization
A Dynamism View Model of Convergence and Divergence of IoT StandardizationA Dynamism View Model of Convergence and Divergence of IoT Standardization
A Dynamism View Model of Convergence and Divergence of IoT StandardizationToshihiko Yamakami
 
A Visualization Framework to Empower Small and Medium-Sized Enterprises in Op...
A Visualization Framework to Empower Small and Medium-Sized Enterprises in Op...A Visualization Framework to Empower Small and Medium-Sized Enterprises in Op...
A Visualization Framework to Empower Small and Medium-Sized Enterprises in Op...Toshihiko Yamakami
 
A Social Dimension View Model of Divergence of IoT Standardization
A Social Dimension View Model of Divergence of IoT StandardizationA Social Dimension View Model of Divergence of IoT Standardization
A Social Dimension View Model of Divergence of IoT StandardizationToshihiko Yamakami
 
Device Stand-by Management Scheme of IoT: A Framework for Dealing with Real-w...
Device Stand-by Management Scheme of IoT: A Framework for Dealing with Real-w...Device Stand-by Management Scheme of IoT: A Framework for Dealing with Real-w...
Device Stand-by Management Scheme of IoT: A Framework for Dealing with Real-w...Toshihiko Yamakami
 
行動誘導技術で読み解くアイディアマラソン (in Japanese)
行動誘導技術で読み解くアイディアマラソン (in Japanese)行動誘導技術で読み解くアイディアマラソン (in Japanese)
行動誘導技術で読み解くアイディアマラソン (in Japanese)Toshihiko Yamakami
 
論文SEOとは何か?(in Japanese)
論文SEOとは何か?(in Japanese)論文SEOとは何か?(in Japanese)
論文SEOとは何か?(in Japanese)Toshihiko Yamakami
 
A Dimensional Model of Service Design Toward Utilizing Public Transportation ...
A Dimensional Model of Service Design Toward Utilizing Public Transportation ...A Dimensional Model of Service Design Toward Utilizing Public Transportation ...
A Dimensional Model of Service Design Toward Utilizing Public Transportation ...Toshihiko Yamakami
 
シニア・イノベーションの視点
シニア・イノベーションの視点シニア・イノベーションの視点
シニア・イノベーションの視点Toshihiko Yamakami
 
An Organizational Coordination Model for IoT: A Case Study of Requirement Eng...
An Organizational Coordination Model for IoT: A Case Study of Requirement Eng...An Organizational Coordination Model for IoT: A Case Study of Requirement Eng...
An Organizational Coordination Model for IoT: A Case Study of Requirement Eng...Toshihiko Yamakami
 
An Evolution-by-design Approach: Toward Multi-disciplinary Life-cycle Manage...
 An Evolution-by-design Approach: Toward Multi-disciplinary Life-cycle Manage... An Evolution-by-design Approach: Toward Multi-disciplinary Life-cycle Manage...
An Evolution-by-design Approach: Toward Multi-disciplinary Life-cycle Manage...Toshihiko Yamakami
 
A Migration-oriented Partial Adaptation Architecture for IoT-empowered City P...
A Migration-oriented Partial Adaptation Architecture for IoT-empowered City P...A Migration-oriented Partial Adaptation Architecture for IoT-empowered City P...
A Migration-oriented Partial Adaptation Architecture for IoT-empowered City P...Toshihiko Yamakami
 
A Dimensional Framework to Evaluate Coverage of IoT Services in City Platform...
A Dimensional Framework to Evaluate Coverage of IoT Services in City Platform...A Dimensional Framework to Evaluate Coverage of IoT Services in City Platform...
A Dimensional Framework to Evaluate Coverage of IoT Services in City Platform...Toshihiko Yamakami
 
Horizontal Requirement Engineering in Integration of Multiple IoT Use Cases o...
Horizontal Requirement Engineering in Integration of Multiple IoT Use Cases o...Horizontal Requirement Engineering in Integration of Multiple IoT Use Cases o...
Horizontal Requirement Engineering in Integration of Multiple IoT Use Cases o...Toshihiko Yamakami
 
A Gap Analysis Framework of IoT-empowered City Platform as a Service
A Gap Analysis Framework of IoT-empowered City Platform as a ServiceA Gap Analysis Framework of IoT-empowered City Platform as a Service
A Gap Analysis Framework of IoT-empowered City Platform as a ServiceToshihiko Yamakami
 

More from Toshihiko Yamakami (20)

Toward Interactive People Analytics: A New Approach to Leverage Organizationa...
Toward Interactive People Analytics: A New Approach to Leverage Organizationa...Toward Interactive People Analytics: A New Approach to Leverage Organizationa...
Toward Interactive People Analytics: A New Approach to Leverage Organizationa...
 
ホワイトペーパーの書き方 (in Japanese)
ホワイトペーパーの書き方 (in Japanese)ホワイトペーパーの書き方 (in Japanese)
ホワイトペーパーの書き方 (in Japanese)
 
認知科学に基づく「効果的なデモ」のヒント (in Japanese)
認知科学に基づく「効果的なデモ」のヒント (in Japanese)認知科学に基づく「効果的なデモ」のヒント (in Japanese)
認知科学に基づく「効果的なデモ」のヒント (in Japanese)
 
An Experimental Implementation of an Edge-based AI Engine with Edge-Cloud Co...
 An Experimental Implementation of an Edge-based AI Engine with Edge-Cloud Co... An Experimental Implementation of an Edge-based AI Engine with Edge-Cloud Co...
An Experimental Implementation of an Edge-based AI Engine with Edge-Cloud Co...
 
Singularity Literacy: Civic Skill Shift from Workplace to Studyplace
 Singularity Literacy: Civic Skill Shift from Workplace to Studyplace Singularity Literacy: Civic Skill Shift from Workplace to Studyplace
Singularity Literacy: Civic Skill Shift from Workplace to Studyplace
 
Lessons Learned in Tokyo Public Transportation Open Data APIs
Lessons Learned in Tokyo Public Transportation Open Data APIsLessons Learned in Tokyo Public Transportation Open Data APIs
Lessons Learned in Tokyo Public Transportation Open Data APIs
 
A Dynamism View Model of Convergence and Divergence of IoT Standardization
A Dynamism View Model of Convergence and Divergence of IoT StandardizationA Dynamism View Model of Convergence and Divergence of IoT Standardization
A Dynamism View Model of Convergence and Divergence of IoT Standardization
 
A Visualization Framework to Empower Small and Medium-Sized Enterprises in Op...
A Visualization Framework to Empower Small and Medium-Sized Enterprises in Op...A Visualization Framework to Empower Small and Medium-Sized Enterprises in Op...
A Visualization Framework to Empower Small and Medium-Sized Enterprises in Op...
 
A Social Dimension View Model of Divergence of IoT Standardization
A Social Dimension View Model of Divergence of IoT StandardizationA Social Dimension View Model of Divergence of IoT Standardization
A Social Dimension View Model of Divergence of IoT Standardization
 
Device Stand-by Management Scheme of IoT: A Framework for Dealing with Real-w...
Device Stand-by Management Scheme of IoT: A Framework for Dealing with Real-w...Device Stand-by Management Scheme of IoT: A Framework for Dealing with Real-w...
Device Stand-by Management Scheme of IoT: A Framework for Dealing with Real-w...
 
行動誘導技術で読み解くアイディアマラソン (in Japanese)
行動誘導技術で読み解くアイディアマラソン (in Japanese)行動誘導技術で読み解くアイディアマラソン (in Japanese)
行動誘導技術で読み解くアイディアマラソン (in Japanese)
 
論文SEOとは何か?(in Japanese)
論文SEOとは何か?(in Japanese)論文SEOとは何か?(in Japanese)
論文SEOとは何か?(in Japanese)
 
A Dimensional Model of Service Design Toward Utilizing Public Transportation ...
A Dimensional Model of Service Design Toward Utilizing Public Transportation ...A Dimensional Model of Service Design Toward Utilizing Public Transportation ...
A Dimensional Model of Service Design Toward Utilizing Public Transportation ...
 
シニア・イノベーションの視点
シニア・イノベーションの視点シニア・イノベーションの視点
シニア・イノベーションの視点
 
An Organizational Coordination Model for IoT: A Case Study of Requirement Eng...
An Organizational Coordination Model for IoT: A Case Study of Requirement Eng...An Organizational Coordination Model for IoT: A Case Study of Requirement Eng...
An Organizational Coordination Model for IoT: A Case Study of Requirement Eng...
 
An Evolution-by-design Approach: Toward Multi-disciplinary Life-cycle Manage...
 An Evolution-by-design Approach: Toward Multi-disciplinary Life-cycle Manage... An Evolution-by-design Approach: Toward Multi-disciplinary Life-cycle Manage...
An Evolution-by-design Approach: Toward Multi-disciplinary Life-cycle Manage...
 
A Migration-oriented Partial Adaptation Architecture for IoT-empowered City P...
A Migration-oriented Partial Adaptation Architecture for IoT-empowered City P...A Migration-oriented Partial Adaptation Architecture for IoT-empowered City P...
A Migration-oriented Partial Adaptation Architecture for IoT-empowered City P...
 
A Dimensional Framework to Evaluate Coverage of IoT Services in City Platform...
A Dimensional Framework to Evaluate Coverage of IoT Services in City Platform...A Dimensional Framework to Evaluate Coverage of IoT Services in City Platform...
A Dimensional Framework to Evaluate Coverage of IoT Services in City Platform...
 
Horizontal Requirement Engineering in Integration of Multiple IoT Use Cases o...
Horizontal Requirement Engineering in Integration of Multiple IoT Use Cases o...Horizontal Requirement Engineering in Integration of Multiple IoT Use Cases o...
Horizontal Requirement Engineering in Integration of Multiple IoT Use Cases o...
 
A Gap Analysis Framework of IoT-empowered City Platform as a Service
A Gap Analysis Framework of IoT-empowered City Platform as a ServiceA Gap Analysis Framework of IoT-empowered City Platform as a Service
A Gap Analysis Framework of IoT-empowered City Platform as a Service
 

Amazon SageMaker: 機械学習の民主化から工業化へ(in Japanese)