SlideShare una empresa de Scribd logo
1 de 24
Descargar para leer sin conexión
画像認識技術の基礎から見るビジネスの可能性
Table of Contents
機械学習のフロー
TensorFlow Object Detection API
大学のマスコットを認識させてみる
学習上の課題
ビジネスへの応用可能性
機械学習のフロー Input X
Layer
(data transformation)
Layer
(data transformation)
Predictions
Y’
True targets
Y
Loss
function
Loss score
Optimizer
Weights
Weights
“4”を表す28*28(=784)のピクセルデータ
Input:784→relu関数→output:512
Input:512→ softmax関数→ output:10
categorical_crossentoropy
を用いると、YとY‘の差を求
め、ロス値として出力
Weightを
アップデート
Rmsprop optimizerを用いてロス値
を最も小さくするweightを算出
TensorFlow Object Detection API
1つの画像内で複数のオブジェクトの位置を特定し、識別することができるオープンソースの機械学習モデル
TensorFlow Object Detection API
1つの画像内で複数のオブジェクトの位置を特定し、識別することができるオープンソースの機械学習モデル
“Humber Hawk”
という名前の
マスコットです!
TensorFlow Object Detection API
1つの画像内で複数のオブジェクトの位置を特定し、識別することができるオープンソースの機械学習モデル
“Humber Hawk”
という名前の
マスコットです!
学習をさせたことのないモデルに彼の画像を通すと…
学習前
“teddy bear”
として認識
TensorFlow Object Detection API
学習前
“teddy bear”
として認識
TensorFlow Object Detection API
どうにかして
彼を“Humber Hawk”と
して認識させたい!
Apply to object detection
Inference_graphを
ダウンロード
object detection API
をセットアップ
マスコット認識!
大学のマスコットを認識させてみる
学習前“teddy bear”
として認識
学習後
“Humber_Hawk”
として認識!!
学習上の課題
過学習の可能性
トレーニングデータ数を増やす
Solutions
ハイパーパラメータの変更
ネットワークの数を減らす
適切なweight regularlizationを行う
Dropoutを行う
ビジネスへの応用可能性
不動産の平面図を読み取り
店舗の特徴を抽出
キミスカの顔写真データか
ら、内定率やスカウトとの
相関を抽出
内定が出やすい身だしなみや
顔の人を上位に持ってくる
その店舗に最適な
ビジネス(企業)を提案
MAPやホクトの出店者により効率的に店舗を紹介できる
内定承諾確率を上げることで、成果報酬によるキャッシュフロー増加
ご清聴ありがとうございました!

Más contenido relacionado

La actualidad más candente

Replace Output Iterator and Extend Range JP
Replace Output Iterator and Extend Range JPReplace Output Iterator and Extend Range JP
Replace Output Iterator and Extend Range JP
Akira Takahashi
 

La actualidad más candente (20)

GPU上でのNLP向け深層学習の実装について
GPU上でのNLP向け深層学習の実装についてGPU上でのNLP向け深層学習の実装について
GPU上でのNLP向け深層学習の実装について
 
LT@Chainer Meetup
LT@Chainer MeetupLT@Chainer Meetup
LT@Chainer Meetup
 
Dimensionality reduction with t-SNE(Rtsne) and UMAP(uwot) using R packages.
Dimensionality reduction with t-SNE(Rtsne) and UMAP(uwot) using R packages. Dimensionality reduction with t-SNE(Rtsne) and UMAP(uwot) using R packages.
Dimensionality reduction with t-SNE(Rtsne) and UMAP(uwot) using R packages.
 
ルールベースから機械学習への道 公開用
ルールベースから機械学習への道 公開用ルールベースから機械学習への道 公開用
ルールベースから機械学習への道 公開用
 
PCAの最終形態GPLVMの解説
PCAの最終形態GPLVMの解説PCAの最終形態GPLVMの解説
PCAの最終形態GPLVMの解説
 
More modern gpu
More modern gpuMore modern gpu
More modern gpu
 
Replace Output Iterator and Extend Range JP
Replace Output Iterator and Extend Range JPReplace Output Iterator and Extend Range JP
Replace Output Iterator and Extend Range JP
 
Chainer meetup20151014
Chainer meetup20151014Chainer meetup20151014
Chainer meetup20151014
 
C# でニューラルネットワークをスクラッチで書いて機械学習の原理を理解しよう
C# でニューラルネットワークをスクラッチで書いて機械学習の原理を理解しようC# でニューラルネットワークをスクラッチで書いて機械学習の原理を理解しよう
C# でニューラルネットワークをスクラッチで書いて機械学習の原理を理解しよう
 
What is template
What is templateWhat is template
What is template
 
Pythonによる機械学習入門〜基礎からDeep Learningまで〜
Pythonによる機械学習入門〜基礎からDeep Learningまで〜Pythonによる機械学習入門〜基礎からDeep Learningまで〜
Pythonによる機械学習入門〜基礎からDeep Learningまで〜
 
オブジェクト指向入門5
オブジェクト指向入門5オブジェクト指向入門5
オブジェクト指向入門5
 
Chainerチュートリアル -v1.5向け- ViEW2015
Chainerチュートリアル -v1.5向け- ViEW2015Chainerチュートリアル -v1.5向け- ViEW2015
Chainerチュートリアル -v1.5向け- ViEW2015
 
Matlab講習2021
Matlab講習2021Matlab講習2021
Matlab講習2021
 
Chainerの使い方と自然言語処理への応用
Chainerの使い方と自然言語処理への応用Chainerの使い方と自然言語処理への応用
Chainerの使い方と自然言語処理への応用
 
Kaggleのテクニック
KaggleのテクニックKaggleのテクニック
Kaggleのテクニック
 
はじぱた7章F5up
はじぱた7章F5upはじぱた7章F5up
はじぱた7章F5up
 
Pythonによる機械学習入門 ~Deep Learningに挑戦~
Pythonによる機械学習入門 ~Deep Learningに挑戦~Pythonによる機械学習入門 ~Deep Learningに挑戦~
Pythonによる機械学習入門 ~Deep Learningに挑戦~
 
error handling using expected
error handling using expectederror handling using expected
error handling using expected
 
Deep learning入門
Deep learning入門Deep learning入門
Deep learning入門
 

Similar a 画像認識技術の基礎から見るビジネスの可能性

僕がやったXaml戦略
僕がやったXaml戦略僕がやったXaml戦略
僕がやったXaml戦略
Hiroyuki Mori
 
06 オブジェクト指向の基礎
06 オブジェクト指向の基礎06 オブジェクト指向の基礎
06 オブジェクト指向の基礎
文樹 高橋
 

Similar a 画像認識技術の基礎から見るビジネスの可能性 (20)

はじめての人のためのDeep Learning
はじめての人のためのDeep Learningはじめての人のためのDeep Learning
はじめての人のためのDeep Learning
 
20171015 mosa machine learning
20171015 mosa machine learning20171015 mosa machine learning
20171015 mosa machine learning
 
【macOSにも対応】AI入門「第3回:数学が苦手でも作って使えるKerasディープラーニング」
【macOSにも対応】AI入門「第3回:数学が苦手でも作って使えるKerasディープラーニング」【macOSにも対応】AI入門「第3回:数学が苦手でも作って使えるKerasディープラーニング」
【macOSにも対応】AI入門「第3回:数学が苦手でも作って使えるKerasディープラーニング」
 
Opencv object detection_takmin
Opencv object detection_takminOpencv object detection_takmin
Opencv object detection_takmin
 
僕がやったXaml戦略
僕がやったXaml戦略僕がやったXaml戦略
僕がやったXaml戦略
 
LexADV_WOVis Ver.0.1bの概要
LexADV_WOVis Ver.0.1bの概要LexADV_WOVis Ver.0.1bの概要
LexADV_WOVis Ver.0.1bの概要
 
VSUG Day 2010 Summer - Using ADO.NET Entity Framework
VSUG Day 2010 Summer - Using ADO.NET Entity FrameworkVSUG Day 2010 Summer - Using ADO.NET Entity Framework
VSUG Day 2010 Summer - Using ADO.NET Entity Framework
 
Introducing the elastic 8.0 release a new era of speed, scale, relevance, and...
Introducing the elastic 8.0 release a new era of speed, scale, relevance, and...Introducing the elastic 8.0 release a new era of speed, scale, relevance, and...
Introducing the elastic 8.0 release a new era of speed, scale, relevance, and...
 
APIKit
APIKitAPIKit
APIKit
 
Xtext 紹介
Xtext 紹介Xtext 紹介
Xtext 紹介
 
Gura プログラミング言語の紹介
Gura プログラミング言語の紹介Gura プログラミング言語の紹介
Gura プログラミング言語の紹介
 
Azure Machine Learning Services 概要 - 2019年3月版
Azure Machine Learning Services 概要 - 2019年3月版Azure Machine Learning Services 概要 - 2019年3月版
Azure Machine Learning Services 概要 - 2019年3月版
 
06 オブジェクト指向の基礎
06 オブジェクト指向の基礎06 オブジェクト指向の基礎
06 オブジェクト指向の基礎
 
Kashiwa.R#1 画像解析とパターン認識における R の利用
Kashiwa.R#1 画像解析とパターン認識における R の利用Kashiwa.R#1 画像解析とパターン認識における R の利用
Kashiwa.R#1 画像解析とパターン認識における R の利用
 
A3RT - the details and actual use cases of "Analytics & Artificial intelligen...
A3RT - the details and actual use cases of "Analytics & Artificial intelligen...A3RT - the details and actual use cases of "Analytics & Artificial intelligen...
A3RT - the details and actual use cases of "Analytics & Artificial intelligen...
 
A3RT -The details and actual use cases of“Analytics & Artificial intelligence...
A3RT -The details and actual use cases of“Analytics & Artificial intelligence...A3RT -The details and actual use cases of“Analytics & Artificial intelligence...
A3RT -The details and actual use cases of“Analytics & Artificial intelligence...
 
[AI08] 深層学習フレームワーク Chainer × Microsoft で広がる応用
[AI08] 深層学習フレームワーク Chainer × Microsoft で広がる応用[AI08] 深層学習フレームワーク Chainer × Microsoft で広がる応用
[AI08] 深層学習フレームワーク Chainer × Microsoft で広がる応用
 
メディアコンテンツ向け記事検索DBとして使うElasticsearch
メディアコンテンツ向け記事検索DBとして使うElasticsearchメディアコンテンツ向け記事検索DBとして使うElasticsearch
メディアコンテンツ向け記事検索DBとして使うElasticsearch
 
Open Cloud カンファレンス@札幌 Microsoft AI最前線
Open Cloud カンファレンス@札幌 Microsoft AI最前線Open Cloud カンファレンス@札幌 Microsoft AI最前線
Open Cloud カンファレンス@札幌 Microsoft AI最前線
 
Introduction of Python
Introduction of PythonIntroduction of Python
Introduction of Python
 

画像認識技術の基礎から見るビジネスの可能性