mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.47k stars 892 forks source link

1D convolution #639

Open alexeybb opened 5 years ago

alexeybb commented 5 years ago

Are there any plans on adding 1D convolution into the library?

cdrnet commented 5 years ago

Not planned at this point, but it would certainly be in scope for the library.

gsgou commented 1 year ago

@cdrnet any update on this feature? the implementation in Tensorflow looks like this: https://github.com/tensorflow/tensorflow/blob/v2.13.0/tensorflow/python/ops/nn_ops.py#L2094-L2161 https://www.tensorflow.org/api_docs/python/tf/nn/conv1d

@alexeybb did you find any other lib with a pure c# implementation?