Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
機械学習エンジニアのための新サービス/DeepLens & SageMaker
Search
ryo nakamaru
December 14, 2017
Technology
0
1.1k
機械学習エンジニアのための新サービス/DeepLens & SageMaker
re:Invent2017 で発表された新サービスについて JAWS-UG AI 支部で LT しました
ryo nakamaru
December 14, 2017
Tweet
Share
More Decks by ryo nakamaru
See All by ryo nakamaru
AWSで楽をするサービスメッシュ入門/appmesh-trial
pottava
1
1.6k
reinforce-2019-recap-lt
pottava
2
4.1k
ScaleShift-jp-2019-summer
pottava
1
220
Firecracker とは何か/what is Firecracker
pottava
12
5.6k
ハイブリッド並列 on Kubernetes/hybrid-parallel-program-on-kubernetes
pottava
1
450
AWS Fargate + Code 兄弟で始める継続的デリバリー / Continuous Delivery with AWS Fargate and Code brothers
pottava
12
3.3k
Singularity と NVIDIA GPU Cloud で作る ハイブリッド機械学習環境の構築 / Building a hybrid environment for Machine Learning with Singularity and NGC
pottava
3
1.5k
明日から始めるちょい足し λ / get-started-with-aws-lambda
pottava
4
2.5k
NGC と Singularity によるハイブリッド機械学習環境 / A hybrid environment for Machine Learning with NGC and Singularity
pottava
0
520
Other Decks in Technology
See All in Technology
Lookerの最新バージョンv26.2がやばい話
waiwai2111
1
150
マイグレーションガイドに書いてないRiverpod 3移行話
taiju59
0
340
全自動で回せ!Claude Codeマーケットプレイス運用術
yukyu30
3
150
クラウド時代における一時権限取得
krrrr38
1
150
primeNumber DATA MANAGEMENT CAMP #2:
masatoshi0205
1
660
AIエンジニア Devin と歩む、自律型運用プロセスの構築
a2ito
0
560
自動テストが巻き起こした開発プロセス・チームの変化 / Impact of Automated Testing on Development Cycles and Team Dynamics
codmoninc
0
710
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
14k
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
170
Claude Cowork Plugins を読む - Skills駆動型業務エージェント設計の実像と構造
knishioka
0
220
Secure Boot 2026 - Aggiornamento dei certificati UEFI e piano di adozione in azienda
memiug
0
130
男(監査)はつらいよ - Policy as CodeからAIエージェントへ
ken5scal
5
700
Featured
See All Featured
Done Done
chrislema
186
16k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
100
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
0
2.4k
Designing Experiences People Love
moore
143
24k
The untapped power of vector embeddings
frankvandijk
2
1.6k
Deep Space Network (abreviated)
tonyrice
0
84
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
New Earth Scene 8
popppiees
1
1.7k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.9k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Between Models and Reality
mayunak
2
210
Transcript
機械学習エンジニアのための新サービス DeepLens & SageMaker JAWS-UG AI #6 @ Dec 14,
2017 Ryo NAKAMARU, SUPINF Inc. / Rescale, Inc.
Amazon SageMaker
3
SageMaker 4 設計 学習 デプロイ • ワンクリック起動 Jupyter notebook •
プリセットされた 機械学習アルゴリ ズム群 ▶ ▶ • ジョブを定義し 学習開始 • 並列分散学習 • ハイパーパラメタ 最適化 • シンプルな API で モデルをデプロイ • フルマネージドな 推論エンドポイント の提供
SageMaker • 一部機能だけの利用も OK ‣ 設計+学習機能だけ使う ‣ 推論エンドポイントだけ使う etc.. •
抽象度の高い SageMaker API • Docker を使えば学習・推論のカスタマイズも 5
SageMaker API 6 • 学習 from sagemaker import KMeans kmeans
= KMeans(k=10, data_location=s3_data_location, output_path=s3_output_location, train_instance_type='ml.c4.8xlarge', train_instance_count=4, role=execution_iam_role) kmeans.fit(kmeans.record_set(train_set[0]))
SageMaker API • デプロイ 7 predictor = kmeans.deploy(instance_type='ml.m4.xlarge', initial_instance_count=1)
SageMaker API 8 • 推論 result = predictor.predict(valid_set[0][0:100])
SageMaker inference bot 9
AWS DeepLens
11
DeepLens での推論 12 DeepLens raw data Local 動画生データ
DeepLens での推論 13 DeepLens raw data Local results Greengrass Inference
with 推論
DeepLens での推論 14 DeepLens raw data Local results AWS Greengrass
IoT Rule Lambda Inference with MQTT 「ホットドック があったよ」
DeepLens へのデプロイ 15 DeepLens AWS SageMaker Trained by EC2 Model
学習
DeepLens へのデプロイ 16 DeepLens AWS DeepLens SageMaker a project Model
Model モデルを インポート
DeepLens へのデプロイ 17 DeepLens AWS DeepLens a project Model 推論
& AWS IoT 連携の実装
DeepLens へのデプロイ 18 DeepLens AWS Greengrass Inference with DeepLens a
project Model デプローイ
DeepLens • 開発者向けデバイス ‣ 動画を使う深層学習をローカルで手軽に回せる ‣ デバイスへのデプロイもとても簡単! • HD ビデオ
& 秒間 10 億回の浮動小数点数演算能力 • 249 USD で予約受付中(Amazon.com) 19
中丸 良 @pottava • AWS Certified Solutions Architect, DevOps Engineer
- Professional • CTO at SUPINF Inc • Solutions Architect at Rescale, Inc. Profile 20
Containerize your app! 21 • クラウド / コンテナ を強みにした受託開発運用、コンサルティング •
2015 年から Docker の本番運用を開始・豊富な CI / CD 事例 • スピンフ、と読みます・・
Cloud HPC with 22 • クラウド HPC シミュレーションプラットフォームの提供 • 2011
年初頭に設立、Peter Thiel や Microsoft から出資 • スケーラブルなシミュレーションや機械学習を!
ご静聴ありがとうございました :) 参考文献: • AWS re:Invent 2017: Introducing Amazon SageMaker
(MCL365) https://www.youtube.com/watch?v=4pbXdsjZx_k • Amazon SageMaker – 機械学習を加速する | Amazon Web Services ブログ https://aws.amazon.com/jp/blogs/news/amazon-sagemaker/ • Extend AWS DeepLens to Send SMS Notifications with AWS Lambda | AWS AI Blog https://aws.amazon.com/jp/blogs/ai/extend- aws-deeplens-to-send-sms-notifications-with-aws-lambda/