39

Jazug Cognitive Services Overview_20170824

Embed Size (px)

Citation preview

Page 1: Jazug Cognitive Services Overview_20170824
Page 2: Jazug Cognitive Services Overview_20170824
Page 3: Jazug Cognitive Services Overview_20170824
Page 4: Jazug Cognitive Services Overview_20170824

Is_dog

True

True

False

True

: :

Step1: 予測モデルの構築

コンピューターを用いてデータを統計学的な分析手法に則って解析。データに含まれる潜在的なルール,

相関関係,特徴を見出す(=モデル化)

Page 5: Jazug Cognitive Services Overview_20170824
Page 6: Jazug Cognitive Services Overview_20170824
Page 7: Jazug Cognitive Services Overview_20170824
Page 8: Jazug Cognitive Services Overview_20170824

数行のコードを追加するだけ

Web API でアクセス

開発言語やプラットフォームを問わず利用可能

マイクロソフトのあらゆる分野の

テクノロジー開発から誕生

Page 11: Jazug Cognitive Services Overview_20170824
Page 12: Jazug Cognitive Services Overview_20170824
Page 13: Jazug Cognitive Services Overview_20170824

動画分析&テキスト化カスタム画像認識

Page 14: Jazug Cognitive Services Overview_20170824
Page 15: Jazug Cognitive Services Overview_20170824

https://customvision.ai/

Page 16: Jazug Cognitive Services Overview_20170824
Page 17: Jazug Cognitive Services Overview_20170824

https://vi.Microsoft.com/

Page 18: Jazug Cognitive Services Overview_20170824

Vision

Page 19: Jazug Cognitive Services Overview_20170824

*ja-jp含む

*ja-jp含む

Speech Translation

=Speech Recognition+Translation+Text-to-Speech

Page 20: Jazug Cognitive Services Overview_20170824

https://translator.microsoft.com/

Page 21: Jazug Cognitive Services Overview_20170824

SpeechVision

Page 23: Jazug Cognitive Services Overview_20170824

https://www.luis.ai/

Page 24: Jazug Cognitive Services Overview_20170824

データの構造化&検索支援

SpeechVision

QnAMaker

FAQリストのBot化

Page 25: Jazug Cognitive Services Overview_20170824

Q A Keyword

Weight

Page 26: Jazug Cognitive Services Overview_20170824
Page 27: Jazug Cognitive Services Overview_20170824
Page 28: Jazug Cognitive Services Overview_20170824

SpeechVision

Page 29: Jazug Cognitive Services Overview_20170824

SpeechVision

Page 30: Jazug Cognitive Services Overview_20170824

https://aka.ms/gestures

[Check&Try] https://labs.cognitive.microsoft.com/

https://labs.cognitive.microsoft.com/

en-us/project-johannesburg

Page 31: Jazug Cognitive Services Overview_20170824
Page 32: Jazug Cognitive Services Overview_20170824
Page 33: Jazug Cognitive Services Overview_20170824

http://aka.ms/TryCogJp

Page 34: Jazug Cognitive Services Overview_20170824

https://westus.api.cognitive.

microsoft.com/emotion/v1.0/recognize

Page 35: Jazug Cognitive Services Overview_20170824

using Microsoft.ProjectOxford.Emotion;

using Microsoft.ProjectOxford.Emotion.Contract;

string subkey = "YOUR_SUBSCRIPTION_KEY";

var eClient = new EmotionServiceClient(subkey);

Emotion[] eResult = await eClient.RecognizeAsync(url);

float score = eResult[0].Scores.Happiness;

Page 36: Jazug Cognitive Services Overview_20170824
Page 37: Jazug Cognitive Services Overview_20170824
Page 38: Jazug Cognitive Services Overview_20170824

http://qiita.com/annie/items/96b37ef94885510c1b6b

http://qiita.com/annie/items/5fc35b71dbf2b2ee81ee

http://qiita.com/annie/items/293525901020685ad5f6

http://qiita.com/annie/items/c55101720aee1c6d7ad6

http://qiita.com/annie/items/23b821108f9d32a0832e

https://github.com/Microsoft/Cognitive-Samples-IntelligentKiosk

Page 39: Jazug Cognitive Services Overview_20170824