intelligent information discovery: machine driven search - liferay symposium north america 2017,...

38
Intelligent Information Discovery André de Oliveira

Upload: andre-ricardo-barreto-de-oliveira

Post on 17-Mar-2018

102 views

Category:

Software


1 download

TRANSCRIPT

Page 1: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

Intelligent Information Discovery

André de Oliveira

Page 2: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

The explosion of content

Page 3: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

Page 4: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

What is your

information discovery strategy?

Page 5: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪ 1st Generation: BrowseWhat is your discovery strategy?

Page 6: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪

1st Generation: Browsing for content

Page 7: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪ 2nd Generation: Search

What is your discovery strategy?

Page 8: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪

2nd Generation: Searching for content

Page 9: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪ Next Generation: Predict

What is your discovery strategy?

Page 10: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪

▪▪▪

Next Generation: Predicting relevant content

Page 11: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

Intelligent

information discovery

Page 12: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪▪

It all starts with Search...

Page 13: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

Predicting with a search engine

Autocomplete

Did you mean…?

Suggest as you type

More like this

Percolators

Page 14: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪

▪▪

▪▪

Rise of the machines

Page 15: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

The essential challenge in Machine Learning

Picture?

Voice?

Search query?

User indication of

interest?

Scored prediction

Scored prediction

Page 16: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

⇒ ⇒

Image classification

Page 17: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

⇒ ⇒

Speech recognition

Page 18: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

⇒ ⇒

Face detection

Page 19: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

⇒ ⇒ ⇒

Predicting with Deep Learning: Confidence

Picture?

Voice?

Search query?

User indication of

interest?

Scored prediction

Scored prediction

Carlos Hernandez: Image classification with Liferayhttps://youtu.be/ShAUafF2yfw

https://web.liferay.com/web/carlos.hernandez/blog/-/blogs/liferay-dxp-and-machine-learning-liferay-as-an-integration-platform

Page 20: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪

▪▪▪▪

▪▪

Predicting with Search: Similarity

Page 21: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪▪

Textual analysis

Term Term Countthis 1is 1a 2sample 1

Document 1

Term Term Countthis 1is 1another 2example 3

Document 2

Page 22: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

TF–IDF (Term Frequency–Inverse Document Frequency)

In question form... Score increases...

Term Frequency How often does a term appear in a field? + When the term pops up a lot of times along the text

Inverse Document Frequency

How rare is the term in the whole index? + When the term is found in this document and not many others

Field-length Norm How short is the field where the term is? + When there isn't much else in the same field (like, a title)

See the math in: https://www.elastic.co/guide/en/elasticsearch/guide/current/scoring-theory.html

Page 23: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪

▪▪

▪▪

▪▪

▪▪

Improving textual analysis for better predictions

Page 24: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

Machine driven search

Page 25: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪▪

▪▪▪

Machine Driven Search

Page 26: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪

▪▪

▪▪

▪▪

Predict with Search: Instant results in search bar

Page 27: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪

▪▪

▪▪▪▪▪

Predict with Search: More Like This

Page 28: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪

▪▪

▪▪

Predict with Search: Percolate

Jan Verweij: Autotagging Liferay with Elasticsearch Percolatehttps://youtu.be/Pxu06zgiNLc

https://github.com/jverweijL/ElasticAutoTagger

Page 29: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪

▪▪

▪▪▪

Predict with Search: Recommended for YOU

#LSNA17 Highlight

"Single Customer View Demystified"Jonathan Lee, Product Manager, Liferay

Page 30: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪▪▪

▪▪

▪▪

Smart Content Delivery

Page 31: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

What’s next for Liferay Search

Page 32: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

Elasticsearch 6

Page 33: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪▪▪

Modular Search infrastructure

Page 34: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪▪▪▪▪▪

New Search Components

Page 35: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

▪▪▪▪

Liferay Commerce

#LSNA17 Highlight

"Liferay Commerce: A Preview of Our Upcoming Features"Marco Leo, Software Architect, Liferay

Page 36: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17

Intelligent Information Discovery

LiferayDXP

Search engine (Elasticsearch 6)

AIaaS(APIs)

- Autocomplete- Did you mean…?

- Suggest as you type- More like this- Percolators- Similarity

- Image classification- Speech recognition

- Face detection

Data Drivenapplication infrastructure

(WeDeploy)

- Search classification- Customer interest prediction

- Machine learning trained models- Recommendation engines

Page 37: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

Thank you

Page 38: Intelligent Information Discovery: Machine Driven Search - Liferay Symposium North America 2017, Austin, USA

#LSNA17