Knowledge Representations
Giovanni Tummarello (Siren) https://learning.oreilly.com/videos/oreilly-strata-data/9781492050681/9781492050681-video327482?autoplay=false
- What is faceted search
- Why ES vs a database
- Scalable as you can cluster the index.
- Realtime, semi-structured.
- Instant response to search, aggregations are facets.
- Fuzzy search
- Ranked results
- Kibana provides a dashboard on top of a search engine.
Original syllabus for lecture 12:
Every intelligent agent needs to know how the world works for each task it encounters. These facts are stored in its Knowledge Base also known as Knowledge Graph. In addition as the agent affects the environment it must be able to create the right representations using its perception systems and update the knowledge base with dynamic content. Finally it needs to draw conclusions - aka infer new facts from existing ones - that will help the task at hand. Readings: AIMA Chapter 12 and selected papers.