MCMC with MetropolisCovers the implementation of Markov Chain Monte Carlo (MCMC) with the Metropolis algorithm for sampling from posterior distributions.
K-means AlgorithmCovers the K-means algorithm for clustering data samples into k classes without labels, aiming to minimize the loss function.
Boltzmann MachineCovers the Boltzmann Machine, a type of stochastic recurrent neural network.
Multi-layer Neural NetworksCovers the fundamentals of multi-layer neural networks and the training process of fully connected networks with hidden layers.