Using AWS Lambda functions in VPC with VPC endpoints
AWS Lambda is a great way to create a serverless event-driven compute service. There are a few set-ups headaches when it comes to having the Lambda function ...
AWS Lambda is a great way to create a serverless event-driven compute service. There are a few set-ups headaches when it comes to having the Lambda function ...
Platform as a service (Paas) and authentication platforms are making application deployments easier than before. Rather than shipping your python Dash applic...
Many machine learning models (particularly deep neural nets) require extensive training data. The idea of few-shot learning is to find ways to build models t...
I have written a full version of this article, available on bioRxiv. A copy of which is presented below.
In statistical inference, we want to find what is the best model parameters given the observed data. In the frequentist view, this is about maximizing the li...
It was interesting to see that Pfizer/BioNTech used a Bayesian analysis of the primary endpoint for its COVID-19 vaccine. There are a few posts on this alrea...
This is a continuation of a previous article I have written on Bayesian inference using Markov chain Monte Carlo (MCMC). Here we will extend to multivariate ...
A guide to Bayesian inference using Markov Chain Monte Carlo (Metropolis-Hastings algorithm) with python examples, and exploration of different data size/par...
Monte Carlo integration is a basic Monte Carlo method for numerically estimating the integration of a function \(f(x)\). We will discuss here the theory alon...
Gaussian processing (GP) is quite a useful technique that enables a non-parametric Bayesian approach to modeling. It has wide applicability in areas such as ...