Posts

adMe

Last edited: August 8, 2025

adMe: absorbtion, distribution, metabolism, excretion.

Pharmacology treatment of diseases. The microbiome regulates metabolism.

admissable

Last edited: August 8, 2025

ADReSS Challenge

Last edited: August 8, 2025

ADReSS Challenge is a Alzheimer’s Dementia Recognition challenge from the data available on DementiaBank.

ADReSS Literature Survey Index

Last edited: August 8, 2025

The ADReSS Literature Survey is a literature survey for the results published during the ADReSS Challenge.

From Meghanani 2021, a review:

advantage function

Last edited: August 8, 2025

an advantage function is a method for scoring a policy based on how much additional value it provides compared to the greedy policy:

\begin{align} A(s,a) &= Q(s,a) - U(s) \\ &= Q(s,a) - \max_{a}Q(s,a) \end{align}

that is, how much does your policy’s action-value function differ from that of choosing the action that maximizes the utility.

For a greedy policy that just optimizes this exact metric, \(A =0\).