How To Implement Learning Vector Quantization From Scratch With Python - Machine Learning Mastery
The Learning Vector Quantization (LVQ) algorithm is a lot like k-Nearest Neighbors. Predictions are made by finding the best match among a library of patterns. The difference is that the library of patterns is learned from training data, rather than using the training patterns themselves. The library of patterns are called codebook vectors and each pattern is called a codebook. The codebook vectors are initialized to randomly selected values from the training dataset.
Nov-5-2016, 07:55:29 GMT
- Technology: