Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.

Source:https://github.com/SoraKumo001/next-streaming

⬅️ Towards Nyquist Learners
ks2048 7 daysReload
Title has a misleading domain name (gwern.net). Link is to a PhD thesis titled "Scaling Laws for Deep Learning" by Jonathan Rosenfeld. Not sure why wasn't linked more directly,

https://arxiv.org/abs/2108.07686

https://arxiv.org/pdf/2108.07686#page=85


svantana 7 daysReload
I think the basic premise of this paper is wrong. Very few natural signals are bandlimited - if images were, they would be no need to store in high resolution, you could just upsample. Natural spectra tend to be pink (decaying ~3dB/octave), which can be explained by the fractal nature of our world (zoom in on details and you find more detail).

pvillano 6 daysReload
We've seen band limited CNNs https://nvlabs.github.io/stylegan3/

What would the implementation of a band limited LLM look like?


gwbas1c 7 daysReload
> In particular, this minimal frequency is twice the bandwitdh of the function.

Careful, this is misleading.

If the peaks of the frequency align with your samples, you'll get the full bandwidth.

If the 0-crossings align with your samples, you'll miss the frequency.

These are why people swear by things like HD audio, SACD/DSD, even though "you can't hear over 20khz"


pvillano 6 daysReload
Wasn't there an paper on band limiting generative CNNs, that fixed texture pinning? Basically by blurring the results of the kernel with neighbors, you get rid of all this aliasing?