autocorrelation of the input in tensorflow/keras

后端 未结 3 596
花落未央
花落未央 2021-01-22 12:43

I have a 1D input signal. I want to compute autocorrelation as the part of the neural net for further use inside the network. I need to perform convolution of input with input i

3条回答
  •  鱼传尺愫
    2021-01-22 12:55

    TensorFlow now has an auto_correlation function. It should be in release 1.6. If you build from source you can use it right now (see e.g. the github code).

提交回复
热议问题