Stochastic Optimization
Chapters
- General Terms and tools
- PCA
- PCA
- Hebbian Learning
- Kernel-PCA
- Source Separation
- ICA
- Infomax ICA
- Second Order Source Separation
- FastICA
- Stochastic Optimization
- Clustering
- k-means Clustering
- Pairwise Clustering
- Self-Organising Maps
- Locally Linear Embedding
- Estimation Theory
- Density Estimation
- Kernel Density Estimation
- Parametric Density Estimation
- Mixture Models - Estimation Models
- Density Estimation
Simulated Annealing
Simulated annealing is oriented in crystallization procedures in nature where the lowest energy state is achieved only when the temperature is lowered very slowly.
The temperature in nature is equivalent to fast the change in the system decreases. Parameters
- Cost function
Pros
- Easy to implement
- Converges
Drawbacks
- expensive (takes forever)
Algorithm
Note that the original algorithm has an inner loop where
- while true
- choose new state randomly
- calculate difference in energy levels:
- change state with probability:
- Update
occasionally
Mean-field Annealing
The idea of mean-field annealing is to estimate
The transition probabilities between to states are symmetric.
Is Markov Process.
Gibbs-Boltzmann-distribution (is symmetric)
Factorizing distribution
Algorithm
- while true
- calculate mean-fields
- calculate moments
- until
- calculate mean-fields