-
Over in TDC2, Kai Liao and I experimented with the following alternative whitening scheme:
```
for each image
for each filter
for each season
find mean flux and subtract from …
-
[EmonTxV3](https://guide.openenergymonitor.org/setup/emontx/), the OpenEnergyMonitor transmitter, is now shipping with [a new firmware](https://github.com/openenergymonitor/EmonTxV3CM) that changes th…
-
>whitening operation, which is implemented by a non-parametric layer normalization operator without scaling and bias
You mentioned that the whitening operation is non-parametric. But it seems you i…
-
Hi,
It looks like that "optimal" whitening procedure exists only in Matlab, where as python code us just some pre-definied parameters, which gives much worse results.
Do you plan to provide such c…
-
Hello,
I'm getting a new recording object from "interpolate_motion" which I can explore with widgets.plot_traces and the motion correction is reflected on the traces. However, when I apply whitenin…
-
I am playing a bit with the CTC option in the zipformer 2, with the largest model from the documentation.
It trained well for a first dataset but when I try another dataset, the training stops.
I …
-
Hi,
Good to hear you are working on a new release.
Maybe this bug was already addressed.
I'm pre-processing using the default one-bit spectral whitening.
I decided to change the `window_durat…
-
From Nick:
Add option to whithen the data before running the clustering. Plot real data still
https://docs.scipy.org/doc/scipy/reference/generated/scipy.cluster.vq.whiten.html
-
Hi , Thanks a lot for your great work,I mitigated SSW and SCF to my own Project with similar backbone. But the SSW loss is a NAN, so I debuged it and found it's 'num_sensitive_sum' being zero after …
-
That is one that removes the mean of the data and afterwards applies a linear transformation such that the covariance matrix of all dimensions is the identity.
Very useful for most classification pro…