8000 Implement gradient in DiffOp for ndim > 1 by dsfulf · Pull Request #6709 · Theano/Theano · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement gradient in DiffOp for ndim > 1 #6709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Implement gradient in DiffOp for ndim > 1 #6709

wants to merge 1 commit into from

Conversation

dsfulf
Copy link
@dsfulf dsfulf commented Jun 1, 2019

The elementwise difference in an array is useful for regularization of noise in a timeseries, e.g. based enforcing smoothness based upon curvature: https://www.continuummechanics.org/beambending.html. Adding gradient for ndim > 1 helps when working with multiple time series simultaneously, such as during signal analysis.

The elementwise difference in an array is useful for regularization of noise in a timeseries, e.g. based enforcing smoothness based upon _curvature_: https://www.continuummechanics.org/beambending.html. Adding gradient for ndim > 1 helps when working with multiple time series simultaneously, such as during signal analysis.
@twiecki
Copy link
Contributor
twiecki commented Jun 1, 2019

Thanks - needs a test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0