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
ツヨシの知らないAmazon AIの世界
Search
chao2suke
December 07, 2016
Technology
0
1.3k
ツヨシの知らないAmazon AIの世界
CM re:Growth 2016 Tokyo 発表資料
chao2suke
December 07, 2016
Tweet
Share
More Decks by chao2suke
See All by chao2suke
天井カメラで捉えた人物をコンピュータビジョンで解析した3年間のトライアンドエラーとこれから
chao2suke
0
2.4k
結局普通のエンジニアが今SageMaker使うと何ができるのかわかるLT
chao2suke
0
1.7k
機械学習の知識ゼロでも動かせるAIツールキットの世界
chao2suke
0
1.8k
「今」のAI技術と「3年後」のAI技術のご紹介
chao2suke
0
1.1k
Alexaに詳しい人は普段Alexaをどう扱っているか
chao2suke
0
910
奥深きAPLの世界
chao2suke
0
120
Alexaスキル & レジレスCafeにおけるStripe活用の取り組み
chao2suke
0
2k
Alexa x 機械学習でスキルをよりリッチにする方法
chao2suke
0
1.7k
#AAJUG vol.2 APL ハンズオン
chao2suke
0
2.9k
Other Decks in Technology
See All in Technology
シークレット管理だけじゃない!HashiCorp Vault でデータ暗号化をしよう / Beyond Secret Management! Let's Encrypt Data with HashiCorp Vault
nnstt1
3
230
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
190
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
0
140
250905 大吉祥寺.pm 2025 前夜祭 「プログラミングに出会って20年、『今』が1番楽しい」
msykd
PRO
1
570
kubellが考える戦略と実行を繋ぐ活用ファーストのデータ分析基盤
kubell_hr
0
150
オブザーバビリティが広げる AIOps の世界 / The World of AIOps Expanded by Observability
aoto
PRO
0
320
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
210
生成AIでセキュリティ運用を効率化する話
sakaitakeshi
0
360
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
2
380
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
2
280
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
430
Bye-Bye Query Spaghetti: Write Queries You'll Actually Understand Using Pipelined SQL Syntax
tobiaslampertlotum
0
150
Featured
See All Featured
Navigating Team Friction
lara
189
15k
Code Review Best Practice
trishagee
70
19k
Building Adaptive Systems
keathley
43
2.7k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Writing Fast Ruby
sferik
628
62k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Transcript
Amazon AI兄弟の世界 re:Growth 2016 TOKYO #cmdevio 1 Tsuyoshi Seino Classmethod
Inc, Work3兄弟、Code4兄弟に続け ツヨシの知らない
SF*OWFOUͨͷ͔ͬͨ͠ʂʂ 2 ※ハミルトン先⽣と
Amazon AI Amazonの持っている Deep Learning のノウハウを 外の開発者も使えるようにした シリーズ 3
Deep Learning(深層学習) 大量のデータから機械が 「自動的に」 特徴やルールを見つけて学習、 判断を行う技術。 ※人間の脳が行う紐付けの仕組み(ニューロン)を参考に している(ニューラルネットワーク) 4
Deep Learning(深層学習) 機械学習=ルールを 人間が定義する Deep Learning=ルールを 機械が見つける 5
Deep Learning(深層学習) 6 ※レイヤーが深くなるごとに複雑な形状を特定していく
Amazon AIは兄弟 Amazon AIは現在 3つのサービスがある - Amazon Rekognition - Amazon
Polly - Amazon Lex まだまだ増える予定 7
Amazon Rekognition Amazon Rekognitionは 4つの機能から出来ている オブジェクトの認識機能 顔認識機能 個人比較 顔認証機能 8
Amazon Rekognition 使用API - DetectLabels - DetectFaces - CompareFaces -
IndexFaces - SearchFacesByImage - ListCollections 9 - CreateCollection - DeleteCollection - CompareFaces - DeleteFaces - SearchFaces - ListFaces
Amazon Rekognition 出力=JSON - DetectLabels { "Labels": [ {Name: lighthouse,
Confidence: 98.4629}, {Name: rock,Confidence: 79.2097}, {Name: sea,Confidence: 75.061} 10
Amazon Rekognition - 基本はS3バケットに画像を上げて APIで指定する形 - レスポンスはそんなに速くない - 顔認識は目、鼻、口角の5点 -
confidence(確からしさ)でフィルタ リングして使うのが実用的 11
Amazon polly - 同形異義語の前後の文脈を理解し て発音を変える I live(リブ) in Seattle Live(ライブ)
from New York - Lexicons(語彙)を追加できる 12
Amazon polly 使用API - DeleteLexicon - DescribeVoices - GetLexicon -
ListLexicons - PutLexicon - SynthesizeSpeech 13
Amazon Polly - Polly=一般的なオウムの名前 (犬の「ポチ」的な) ※言ったことを正確に繰り返すから - 本一冊丸々呼んでもらって $2.4くらいは安い -
LexのアウトプットはPollyを使っている 14
Amazon Lex ALEXA=>LEX 15
Amazon Lex - Alexaの設計が元になっている - Intent - Utterance - Slot
16
Amazon Lex 17
Amazon Lex 18
Amazon Lex 19
Amazon Lex 20
Amazon Lex 21
Summary - Amazon AIは これからのインタラクションを変える - 既存のサイト、アプリに 簡単に組み込むことが出来る - まだこれからの部分もある
- 楽しいのでやってみよう 22