cognitive serviceのすゝめ

Post on 22-Jan-2018

40 Views

Category:

Engineering

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Cognitive Serviceのすゝめ

@papemk2吉野 翼

2016/06/16

Who is

• 吉野 翼

• @papemk2

• 無職になりました

• http://blog.qaramell.com/papemk2

Cognitive Serviceってなんぞ

Cognitive Service

• Give your apps a human side

• 機械学習ベースのAPIでいろいろ簡単に分析できる

• Botと組み合わせると素敵

Cortana Intelligence Suite

Cognitive Service• 画像認識

– Vision

• 音声処理– Speech

• 言語認識– Language

• 情報認識– Knowledge

• 検索– Search

旧Project Oxford

Bing API(音声のテキスト変換とかも)

APIの使い方

• SDK– C#– Java(Android)– Objective-C(iOS)– Python

• REST API

実装例(Vision API)

var visionServiceClient =new VisionServiceClient(“APIキー");

var analysisResult =await visionServiceClient.GetTagsAsync(new Uri(“画像のパス").AbsoluteUri);

分析結果

• grass

• outdoor

• sky

• building

• house

• lawn

• green

• residential

まとめ

• Give your apps a human side– Cognitive Serviceでアプリを強化しよう

• Botと組み合わせると素敵– Bot Frameworkを使おう

• AzureアカウントがあるとAPI制限緩和できるよ

参考文献• de:code2016のセッション

– https://docs.com/decode2016/1562/dbp-018-ai-microsoft-cognitive-services

• Cognitive Services概要– https://azure.microsoft.com/ja-jp/services/cognitive-

services/

• SDKのリポジトリ– https://github.com/Microsoft/ProjectOxford-ClientSDK

top related