Restricted Boltzmann Machine

Boltzmann machine is a type of neural network which is inspired by the work of Ludwig Boltzmann in the field of statistical mechanics. We’re specifically looking at a version of...

Matrix Eigendecomposition

Eigendecomposition is the factorization of a matrix, where the matrix is represented by its eigenvalues and eigenvectors. Suppose we have the matrix \(A\) whose dimension is \(n \times n\), \(A\)...

Singular Value Decomposition

As described by Professor Gilbert Strang from the Massachusetts Institute of Technology in this video, every \(m \times n\) matrix \(A\) can be factored as follows. \[A = U \Sigma...

Principal Component Analysis

Principal component analysis is the process of computing the principal components for multivariate data points. The principal components can be used to help simplify the analysis by reducing the number...

Bayesian Statistics and Naive Bayes Classifiers

Bayesian statistics is an approach in statistics where probability is interpreted as a degree in belief in an event. The probability of event \(A\) happening given \(B\) is true can...