Maximum A Posteriori (MAP) : The most probable value of θ is where the posterior takes it maximum θMAP=argθmaxp(θ∣D)=argθmax{log[p(D∣θ)]+log[p(θ)]} MAP use optimisation to find the parameter value that maximises the posterior probability.