Singular Value Decomposition: Image Compression
Singular value decomposition (SVD) is a matrix factorisation technique. It is a method to factorise any given matrix into 3 […]
Singular value decomposition (SVD) is a matrix factorisation technique. It is a method to factorise any given matrix into 3 […]
The Bayes Factor is a quantitative measure of much evidence there is for hypothesis A relative to hypothesis B given […]
Recently I was looking at a Kaggle dataset on air quality and the relationships between the concentrations of contaminants and […]
State space modelling is a popular technique for forecasting and smoothing time series data. There are two main components which […]
Discrete Time Markov Chain A discrete time markov chain is a stochastic model describing a sequence of observed events. The […]
Metropolis Algorithm The Metropolis algorithm is a common acceptance/rejection algorithm for sampling from target distributions and a key tool for […]