microsoft cognitive services - global azure bootcamp sjc 2017

35

Upload: douglas-romao

Post on 24-Jan-2018

445 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 2: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 3: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

Microsoft

Cognitive

Services

De faces a sentimentos, permita que suas apps entendam imagens e videos

Ouça e fale com seus usuários filtrando barulho, identificando quem fala e entendendo intenções

Processe texto e aprenda como reconhecer o que os usuários desejam

Aproveite o conhecimento encontrado na web, academia Técnica e seus próprios dados

Acesse bilhões de páginas da web, imagens, videos e notícias com as APIs do Bing

Page 4: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 5: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 6: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

microsoft.com/cognitive

Page 7: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 8: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 9: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

Computer Vision

Content of Image:

Categories v0: [{ “name”: “animal”, “score”: 0.9765625 }]

V1: [{ "name": "grass", "confidence": 0.9999992847442627 },

{ "name": "outdoor", "confidence": 0.9999072551727295 },

{ "name": "cow", "confidence": 0.99954754114151 },

{ "name": "field", "confidence": 0.9976195693016052 },

{ "name": "brown", "confidence": 0.988935649394989 },

{ "name": "animal", "confidence": 0.97904372215271 },

{ "name": "standing", "confidence": 0.9632768630981445 },

{ "name": "mammal", "confidence": 0.9366017580032349, "hint": "animal" },

{ "name": "wire", "confidence": 0.8946959376335144 },

{ "name": "green", "confidence": 0.8844101428985596 },

{ "name": "pasture", "confidence": 0.8332059383392334 },

{ "name": "bovine", "confidence": 0.5618471503257751, "hint": "animal" },

{ "name": "grassy", "confidence": 0.48627158999443054 },

{ "name": "lush", "confidence": 0.1874018907546997 },

{ "name": "staring", "confidence": 0.165890634059906 }]

Describe0.975 "a brown cow standing on top of a lush green field“

0.974 “a cow standing on top of a lush green field”

0.965 “a large brown cow standing on top of a lush green field”

Page 10: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 11: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 12: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 13: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 14: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

{“entities”: [

{“entity”: “flight_delays”,“type”: “Topic”

}],“intents”: [

{“intent”: “FindNews”,“score”: 0.99853384

},{

“intent”: “None”,“score”: 0.07289317

},{

“intent”: “ReadNews”,“score”: 0.0167122427

},{

“intent”: “ShareNews”,“score”: 1.0919299E-06

}]

}

“News about flight delays”

Page 15: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

Reduza o esforço de rótulos

Integração parecida com a Speech API

Deploy usando modelos simples

5 línguas suportadas (English, Chinese, Italian, French, Spanish)

Page 16: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 17: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 18: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 19: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 20: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

Experiência maisinteligente

Confiança de empresas líderes

Page 21: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

REST

Enhanced Search and Filtering Capabilities

Ongoing Improvements and Support

Web-

Scale

High

PerformanceSecure

(HTTPs)

Page 22: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

*screenshots show actual search results on bing.com

https://bingapis.azure-api.net/v5/search?q=nasa

{

“_type”: “SearchResponse”,

“queryContent”: {…},

“webPages”: {…},

“news”: {…},

“images”: {…},

“videos”: {…},

“relatedSearches”: {…},

“rankingResponse”: {…}

}

{

“answerType”:”WebPages”,

“resultIndex”:0,…

},

{

“answerType”:”News”,

“resultIndex”:1,…

}

Ranking Response

Search Response

Web

Results

Deep

Links(1st Algo)

News

Results

Image

Results

Video

Results

Related

Searches

Page 23: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

https://bingapis.azure-api.net/v5/images/search?q=shuttle+launch

• Enhanced metadata and filters (size, license, style, freshness, color)• Image insights (entity recognition, visually similar)

source: nasa.gov

https://bingapis.azure-api.net/v5/videos/search?q=viral+videos

• Enhanced metadata and filters (price, resolution, length, freshness)• Motion thumbnails (video preview)

https://bingapis.azure-api.net/v5/news/search?q=cuba

• News by category/market, and trending news • Rich article metadata (featured entities)

source: youtube.com

*screenshots show actual search results in bing.com

source: cnn.com

Page 24: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

GET https://bingapis.azure-api.net/v5/search?q=nasa HTTP/1.1

OCP-Apim-Subscription-Key: <API KEY>

Page 25: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 26: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 27: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

Microsoft Confidential

••

••

••

••

Client appTranslated text

Translator

Page 28: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 29: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 30: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

https://www.microsoft.com/cognitive-services/en-us/pricing

Page 31: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

Start coding

microsoft.com/cognitive

Page 32: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

microsoft.com/cognitive

Start coding

Page 33: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

www.microsoft.com/cognitive

https://docs.microsoft.com/en-us/azure/cognitive-services

Page 34: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Page 35: Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017

Obrigado!

Douglas Romão

@douglasromao

douglasromao.com