Microsoft Cognitive Services を始める ~ 全21種のサービス概説と開発準備
実際に Microsoft Cognitive Services を使うための準備と、サービス (全21種類!) の概要についてまとめます。
Microsoft Cognitive Services を始める準備
- 概要
- Microsoft Cognitive Services Web サイト
- Microsoft Azure > Cognitive Services
- よりヘビーユーザーのための一部有償オプションは Azure ポータル から購入できます
- 開発ツール
- Visual Studio 2015
- 無償の Visual Studio Community 2015 で大丈夫です
- Cognitive Services (旧: Project Oxford) Client SDK & Samples
- Visual Studio 2015
- 開発ドキュメント、サブスクリプションなど
- Microsoft Cognitive Services > Documentation
- Microsoft Cognitive Services > Subscriptions
- 全て無料で試用できますが、こちらからサインアップして、Subscription Key を取得する必要があります
- Azure サブスクリプション ※必要に応じて
- 無償試用版 で大丈夫です
※ Cognitive Services や Azure サブスクリプションへのサインアップには、マイクロソフトアカウント が必要です。(会社や学校のメールアドレスに紐づけすることもできます)
Cognitive Services で提供されるサービス & API 一覧
(* Azure ポータルからの購入オプションが提供されているサービス)
- Vision
- Computer Vision API
- 画像の説明、画像の趣旨に沿ったサムネイル画像の作成、画像から文字データの読み取り (OCR: Optical Character Recognition)
- Emotion API *
- 顔写真からの感情判定 (喜怒哀楽など)
- Face API *
- 顔情報 (表情、性別、年齢など) 読み取り、顔認識 (本人識別、類似検出)
- Video API
- 動画のブレ矯正、顔とその表示位置の検出、動きが発生しているフレームの検知
- Computer Vision API
- Speech
- (Bing) Speech API *
- Speech-to-Text (音声→テキスト)、Text-to-Speech (テキスト→音声)
- Custom Recognition Intelligent Service (CRIS)
- CRIS ポータル ※Invitation リクエストが必要
- Speaker Recognition API *
- スピーカー認証(定型文)、スピーカーの推定(非定型文)
- (Bing) Speech API *
- Language
- Bing Spell Check API
- スペルチェック: Spellモード(Web検索結果による)/Proofモード(ドキュメントベース)
- Language Understanding Intelligent Service (LUIS) *
- 自然言語からの文意、キーワードの抽出
- LUIS ポータル
- Linguistic Analysis API
- 自然言語の文章構造解析
- Text Analytics API *
- ポジネガ分析、キーフレーズ抽出、トピック抽出、言語判定
- Web Language Model (WebLM) API *
- 関連性の高いキーワードの抽出、ある単語に続く単語の推測
- Bing Spell Check API
- Knowledge
- Academic Knowledge API
- 学術文献&著者検索(引用含む)、統計的情報
- Entity Linking Intelligence Service
- Entity Linking: 文章中のキーワードを解析 (固有名詞/普通名詞の見分け、前述の単語など)
- Knowledge Exploration Service
- Recommendations API *
- 関連性の高いアイテム および ユーザーの嗜好に沿ったアイテムの推定
- Academic Knowledge API
- Search
- Bing Autosuggest API
- 検索における自動入力&関連ワード推定
- Bing Search
- Web / 画像 / 動画 / ニュース検索
- Bing Web Search API
- Bing Image Search API
- Bing Video Search API
- Bing News Search API
- Bing Autosuggest API
* Azure ポータルでは、新規作成 > Intelligence > Cognitive Services で表示されます