singaxiong / SignalGraph

Matlab-based deep learning toolkit that supports arbitrary directed acyclic graphs (DAG). Support DNN, LSTM, CNN layers and many signal processing layers. Include recipes/examples of using the tool for various tasks.
MIT License
150 stars 80 forks source link

Add moving window average based spatial cov in F_SpatialCovMask and fix index bug in last pull request #8

Open xuchenglin28 opened 7 years ago

xuchenglin28 commented 7 years ago

I have merged your new F_LSTM and F_affine_transform revised on 9th Feb 2017. And I have implemented moving window average based F_SpatialCovMask. I fix a index bug in ComputeWinCovMask in last pull request. I sum the spatial cov of the window and divided by windowSize. Is it right? Please help check and merge propabaly