ndc | Numerical differentiation leveraging convolutions
kandi X-RAY | ndc Summary
kandi X-RAY | ndc Summary
ndc is a Python library. ndc has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install ndc' or download it from GitHub, PyPI.
Differentiate signals stored as PyTorch tensors, e.g. measurements obtained from a device or simulation, where automatic differentiation can not be applied. The idea of this small repository is to use the duality between convolution, i.e., filtering, and numerical differentiation to leverage the existing functions for 1-dimensional convolution in order to compute the (time) derivatives. More often then not I received (recorded) simulation data as PyTorch tensors rather than numpy arrays. Thus, I think it is nice to have a function to differentiate measurement signals without switching the data type or computation device. Moreover, the torch.conv1d function fits perfectly for this purpose.
Differentiate signals stored as PyTorch tensors, e.g. measurements obtained from a device or simulation, where automatic differentiation can not be applied. The idea of this small repository is to use the duality between convolution, i.e., filtering, and numerical differentiation to leverage the existing functions for 1-dimensional convolution in order to compute the (time) derivatives. More often then not I received (recorded) simulation data as PyTorch tensors rather than numpy arrays. Thus, I think it is nice to have a function to differentiate measurement signals without switching the data type or computation device. Moreover, the torch.conv1d function fits perfectly for this purpose.
Support
Quality
Security
License
Reuse
Support
ndc has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
ndc has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ndc is 1.0
Quality
ndc has no bugs reported.
Security
ndc has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ndc is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
ndc releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ndc
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ndc
ndc Key Features
No Key Features are available at this moment for ndc.
ndc Examples and Code Snippets
No Code Snippets are available at this moment for ndc.
Community Discussions
No Community Discussions are available at this moment for ndc.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ndc
To install the core part of the package run. For (local) development install the dependencies with.
Support
Maybe you want another padding mode, or you found a way to improve the CUDA support. Please feel free to leave a pull request or issue.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page