Apr 10, 2022 · 10 min read
Before talking about recurrent neural networks, let’s talk about hidden Markov models (HMM) first.
Apr 1, 2022 · 15 min read
Reinforcement Learning is the third category of big topics in machine learning after supervised learning and unsupervised learning.
Mar 28, 2022 · 9 min read
Graphs allow us to encode structural assumptions about data. Graphs are the natural language for describing all kinds of problems and data.
Mar 11, 2022 · 6 min read
In the previous post, we talked about approximation inference. We want to compute $p(\theta,z|x)$, but it’s too complicated.
Mar 7, 2022 · 5 min read
In the previous post, we talked about Gibbs sampling and posterior inference.
Mar 2, 2022 · 4 min read
Review: In the previous post, we talked about the Dirichlet process and Dirichlet process mixture, as the Dirichlet process is for CDF estimation and the Dirichlet process mixture is for density estimation (i.
Feb 25, 2022 · 6 min read
Review: In the previous post, we talked about Bayesian Inference and Gaussian processes.
Feb 19, 2022 · 5 min read
Bayesian Inference The parameter $\theta$ in Bayesian Inference is viewed as a random variable.
Feb 19, 2022 · 5 min read
Let’s start with a simple regression method. Let’s assume that we have a dataset of $n$ points ${(x_i,y_i)}_{i=1}^n$ where $y_i \in \mathbb{R}$ and $x_i \in \mathbb{R}^d$:
Feb 10, 2022 · 5 min read
In the previous post, we talked about Mercer’s theorem and defined a mercer kernel as $\int f(x) f(y) k(x,y) dx dy \geq 0$ for any function $f$.