notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

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.