String kernelIn machine learning and data mining, a string kernel is a kernel function that operates on strings, i.e. finite sequences of symbols that need not be of the same length. String kernels can be intuitively understood as functions measuring the similarity of pairs of strings: the more similar two strings a and b are, the higher the value of a string kernel K(a, b) will be. Using string kernels with kernelized learning algorithms such as support vector machines allow such algorithms to work with strings, without having to translate these to fixed-length, real-valued feature vectors.[1] String kernels are used in domains where sequence data are to be clustered or classified, e.g. in text mining and gene analysis.[2] Informal introductionSuppose one wants to compare some text passages automatically and indicate their relative similarity. For many applications, it might be sufficient to find some keywords which match exactly. One example where exact matching is not always enough is found in spam detection.[3] Another would be in computational gene analysis, where homologous genes have mutated, resulting in common subsequences along with deleted, inserted or replaced symbols. MotivationSince several well-proven data clustering, classification and information retrieval methods (for example support vector machines) are designed to work on vectors (i.e. data are elements of a vector space), using a string kernel allows the extension of these methods to handle sequence data. The string kernel method is to be contrasted with earlier approaches for text classification where feature vectors only indicated the presence or absence of a word. Not only does it improve on these approaches, but it is an example for a whole class of kernels adapted to data structures, which began to appear at the turn of the 21st century. A survey of such methods has been compiled by Gärtner.[4] In bioinformatics string kernels are used especially to transform biological sequences such as proteins or DNA into vectors for further use in machine learning models. An example of a string kernel used for that purpose is the profile kernel.[5] DefinitionA kernel on a domain is a function satisfying some conditions (being symmetric in the arguments, continuous and positive semidefinite in a certain sense). Mercer's theorem asserts that can then be expressed as with mapping the arguments into an inner product space. We can now reproduce the definition of a string subsequence kernel[1] on strings over an alphabet . Coordinate-wise, the mapping is defined as follows: The are multiindices and is a string of length : subsequences can occur in a non-contiguous manner, but gaps are penalized. The multiindex gives the positions of the characters matching in . is the difference between the first and last entry in , that is: how far apart in the subsequence matching is. The parameter may be set to any value between (gaps are not allowed, as only is not but ) and (even widely-spread "occurrences" are weighted the same as appearances as a contiguous substring, as ).
References
|
Portal di Ensiklopedia Dunia