Documentation

Hypothesis.SVM

Support vector machines #

as in s4cs

def separable {k : } (A B : Set (Fin k)) :
Equations
Instances For
    theorem tooHardForChatGPT (x y : ) (h₀ : 2 x + y) :
    2 x ^ 2 + y ^ 2
    theorem tooHardForChatGPT₁ {x y : } (h₀ : 2 < x + y) :
    2 < x ^ 2 + y ^ 2
    theorem uniqueClaim₂ (x y : ) (h₀ : 2 x + y) (h₁ : x ^ 2 + y ^ 2 2) :
    (x, y) = (1, 1)
    def A₀ :
    Set (Fin 2)
    Equations
    Instances For
      def A₁ :
      Set (Fin 2)
      Equations
      Instances For
        def φ :
        (Fin 2)Fin 3
        Equations
        Instances For
          def φ₀ :
          (Fin 2)Fin 1

          The "kernel trick" means we forget about the data just map "without the computational burden of explicitly performing the transformation"

          Equations
          Instances For