Inverted Index
Last edited: August 8, 2025For each term \(t\), let’s store all the documents containing \(t\). We identify each doc by DocID.
postings list
a “postings list” datastructure is a variable-length list which is appended to with “postings”. In this way, we can store a “posting” for every DocID with the index we encounter.
For instance, this could be a linked list.
Although: we generally want to sort our postings list by documentID for ease of indexing.
iob
Last edited: August 8, 2025IPTV
Last edited: August 8, 2025irrational number
Last edited: August 8, 2025irrational numbers are real numbers that are not rational numbers.
Formally:
\begin{equation} \mathbb{C} = \mathbb{R} \backslash \mathbb{Q} \end{equation}
where, \(\backslash\) is subtracting two sets.
IS-DESPOT
Last edited: August 8, 2025Motivation
Large crowd navigation with sudden changes: unlikely events are out of likely sample. So, we want to bring in another distribution based on importance and not likelyness.
Goals
DESPOT with Importance Sampling
- take our initial belief
- sample trajectories according to Importance Sampling distribution
- calculate values of those states
- obtain value estimate based on weighted average of the values
Importance Sampling of trajectories
We define an importance distribution of some trajectory \(\xi\):
