Spaces:
Sleeping
Sleeping
Lennard Schober
commited on
Commit
·
98baa22
1
Parent(s):
33987df
Switch alpha and phi
Browse files
app.py
CHANGED
@@ -430,7 +430,7 @@ def create_gradio_ui():
|
|
430 |
|
431 |
Pressing "Train Coefficients" aims to solve
|
432 |
$$
|
433 |
-
\argmin_{\alpha\in\mathbb{R}^m}\|{\Phi
|
434 |
$$
|
435 |
where $\Phi$ contains the features depending on the kernel.
|
436 |
"""
|
|
|
430 |
|
431 |
Pressing "Train Coefficients" aims to solve
|
432 |
$$
|
433 |
+
\argmin_{\alpha\in\mathbb{R}^m}\|{\alpha\Phi-u}\|_2^2,
|
434 |
$$
|
435 |
where $\Phi$ contains the features depending on the kernel.
|
436 |
"""
|