Читать книгу Praxiseinstieg Machine Learning mit Scikit-Learn, Keras und TensorFlow - Aurélien Géron - Страница 179

Formel 5-10: Gebräuchliche Kernels

Оглавление
Linear: K(a, b) = aTb
Polynomiell: K(a, b) = (γaTb + r)d
Gaußsche RBF: K(a, b) = exp(–γ || ab ||2)
Sigmoid: K(a, b) = tanh(γaTb + r)
Praxiseinstieg Machine Learning mit Scikit-Learn, Keras und TensorFlow

Подняться наверх