Derivative of an L1 norm of transform of a vector.
$begingroup$
I have to take derivative of the l-1 norm. L1 is the function R in the following expression:
$$ R(psi Fx) $$
where x is a vector, F is the inverse Fourier transform, and $psi$ is a wavelet transform. If I define a variable C such that
$$C = psi F$$
then my l1 norm is defined as:
$$||Cx||^{1}_{1}$$ I know that taking a derivative of an l1 norm is not possible. The l1 norm is defined as: $$sumnolimits|{x_{i}|}^{1}_{1}$$ To take a derivative of the l1 term, I addd a small positive number, call it $epsilon$. Therefore,
$$sumnolimits|{x_{1}|}^{1}_{1} = sumnolimitssqrt{x^*_{i}x_{i} + epsilon}$$
My question is, what is the derivative of the l1 norm Cx and what would be the elements of the matrix C?
linear-algebra functional-analysis wavelets
$endgroup$
add a comment |
$begingroup$
I have to take derivative of the l-1 norm. L1 is the function R in the following expression:
$$ R(psi Fx) $$
where x is a vector, F is the inverse Fourier transform, and $psi$ is a wavelet transform. If I define a variable C such that
$$C = psi F$$
then my l1 norm is defined as:
$$||Cx||^{1}_{1}$$ I know that taking a derivative of an l1 norm is not possible. The l1 norm is defined as: $$sumnolimits|{x_{i}|}^{1}_{1}$$ To take a derivative of the l1 term, I addd a small positive number, call it $epsilon$. Therefore,
$$sumnolimits|{x_{1}|}^{1}_{1} = sumnolimitssqrt{x^*_{i}x_{i} + epsilon}$$
My question is, what is the derivative of the l1 norm Cx and what would be the elements of the matrix C?
linear-algebra functional-analysis wavelets
$endgroup$
$begingroup$
Why do you need to do this? If you're solving an optimization problem, there might be a better way.
$endgroup$
– littleO
Feb 20 '15 at 3:21
add a comment |
$begingroup$
I have to take derivative of the l-1 norm. L1 is the function R in the following expression:
$$ R(psi Fx) $$
where x is a vector, F is the inverse Fourier transform, and $psi$ is a wavelet transform. If I define a variable C such that
$$C = psi F$$
then my l1 norm is defined as:
$$||Cx||^{1}_{1}$$ I know that taking a derivative of an l1 norm is not possible. The l1 norm is defined as: $$sumnolimits|{x_{i}|}^{1}_{1}$$ To take a derivative of the l1 term, I addd a small positive number, call it $epsilon$. Therefore,
$$sumnolimits|{x_{1}|}^{1}_{1} = sumnolimitssqrt{x^*_{i}x_{i} + epsilon}$$
My question is, what is the derivative of the l1 norm Cx and what would be the elements of the matrix C?
linear-algebra functional-analysis wavelets
$endgroup$
I have to take derivative of the l-1 norm. L1 is the function R in the following expression:
$$ R(psi Fx) $$
where x is a vector, F is the inverse Fourier transform, and $psi$ is a wavelet transform. If I define a variable C such that
$$C = psi F$$
then my l1 norm is defined as:
$$||Cx||^{1}_{1}$$ I know that taking a derivative of an l1 norm is not possible. The l1 norm is defined as: $$sumnolimits|{x_{i}|}^{1}_{1}$$ To take a derivative of the l1 term, I addd a small positive number, call it $epsilon$. Therefore,
$$sumnolimits|{x_{1}|}^{1}_{1} = sumnolimitssqrt{x^*_{i}x_{i} + epsilon}$$
My question is, what is the derivative of the l1 norm Cx and what would be the elements of the matrix C?
linear-algebra functional-analysis wavelets
linear-algebra functional-analysis wavelets
edited Feb 20 '15 at 2:45
Mathemagician1234
14k24159
14k24159
asked Feb 20 '15 at 2:29
user212257user212257
213
213
$begingroup$
Why do you need to do this? If you're solving an optimization problem, there might be a better way.
$endgroup$
– littleO
Feb 20 '15 at 3:21
add a comment |
$begingroup$
Why do you need to do this? If you're solving an optimization problem, there might be a better way.
$endgroup$
– littleO
Feb 20 '15 at 3:21
$begingroup$
Why do you need to do this? If you're solving an optimization problem, there might be a better way.
$endgroup$
– littleO
Feb 20 '15 at 3:21
$begingroup$
Why do you need to do this? If you're solving an optimization problem, there might be a better way.
$endgroup$
– littleO
Feb 20 '15 at 3:21
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Solving in coordinates, use the formula $frac{partial}{partial x_k} |mathbf{x}|_p = frac{x_k |x_k|^{p-2}}{|mathbf{x}|_{p}^{p-1}}$ for $p=1$ and with obvious existence conditions.
See also the answer to
Taking derivative of $L_0$-norm, $L_1$-norm, $L_2$-norm.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1157046%2fderivative-of-an-l1-norm-of-transform-of-a-vector%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Solving in coordinates, use the formula $frac{partial}{partial x_k} |mathbf{x}|_p = frac{x_k |x_k|^{p-2}}{|mathbf{x}|_{p}^{p-1}}$ for $p=1$ and with obvious existence conditions.
See also the answer to
Taking derivative of $L_0$-norm, $L_1$-norm, $L_2$-norm.
$endgroup$
add a comment |
$begingroup$
Solving in coordinates, use the formula $frac{partial}{partial x_k} |mathbf{x}|_p = frac{x_k |x_k|^{p-2}}{|mathbf{x}|_{p}^{p-1}}$ for $p=1$ and with obvious existence conditions.
See also the answer to
Taking derivative of $L_0$-norm, $L_1$-norm, $L_2$-norm.
$endgroup$
add a comment |
$begingroup$
Solving in coordinates, use the formula $frac{partial}{partial x_k} |mathbf{x}|_p = frac{x_k |x_k|^{p-2}}{|mathbf{x}|_{p}^{p-1}}$ for $p=1$ and with obvious existence conditions.
See also the answer to
Taking derivative of $L_0$-norm, $L_1$-norm, $L_2$-norm.
$endgroup$
Solving in coordinates, use the formula $frac{partial}{partial x_k} |mathbf{x}|_p = frac{x_k |x_k|^{p-2}}{|mathbf{x}|_{p}^{p-1}}$ for $p=1$ and with obvious existence conditions.
See also the answer to
Taking derivative of $L_0$-norm, $L_1$-norm, $L_2$-norm.
edited Apr 13 '17 at 12:20
Community♦
1
1
answered Apr 30 '15 at 1:31
rychrych
2,4961717
2,4961717
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1157046%2fderivative-of-an-l1-norm-of-transform-of-a-vector%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Why do you need to do this? If you're solving an optimization problem, there might be a better way.
$endgroup$
– littleO
Feb 20 '15 at 3:21