StochasticAlgorithm.md (231B)
1 # Stochastic Algorithm (Stochastic Optimization) 2 3 ML CH2 4 5 **Definition:** A stochastic algorithm is an optimization algorithm that uses randomness. 6 7 One example of this is [KMeans](KMeans.md) which picks random cluster centroids.