Atlas LSH neural networks
▲ 1 r/compsci+2 crossposts

Atlas LSH neural networks

With locality sensitive hashing better to forget the h word.

You get thousands of little geometry sensors that 50:50 tell you on which side of a random hyperplane your input data is.

Despite being 50:50 each bit is quite informative.

Several bits together narrow down which geometric region the input is in.

If the inputs have regularities, bits can be codependent while still showing 50:50 on off behavior. That's kind of a subtle point but a gift from random projections - locality sensitive hashing.

Starting from there you can build LSH context dependent neural networks where parameter selection (information routing) is determined using LSH bits.

I've a bunch of notes of say preliminary draft quality.

Maybe start with this one:

https://archive.org/details/atlas-lsh-neural-networks-hierarchical-geometry-rather-than-hierarchical-features

And then click on 'uploaded by" for more should you wish to.

u/oatmealcraving — 2 days ago
▲ 6 r/ResearchML+1 crossposts

Atlas neural networks.

You could have a neural network structured from matrices (A or B) and (C or D) and maybe using binarized random projection of the input to make the decisions to get one of CA,CB,DA,DB. That would make full use of all the parameters in the matrices. DCBA on its own would just affine collapse to a single matrix and waste parameters.

Taking the idea a little further:

https://archive.org/details/atlas-lsh-neural-networks-an-intuitive-overview

You can click on uploaded by for some further things.

u/oatmealcraving — 12 days ago

The dense orthogonal Walsh Hadamard matrix

The Walsh Hadamard matrix is a utility mixing function available at O(nlog2(n)) compute cost via a fast transform algorithm.

It is very underused in neural networks where for example it can improve connectivity in sparse neural networks.

I've a bunch of things here about it:

https://archive.org/details/@seanc4s

Maybe the best thing to do is go back to "A frozen neural network" and start from around there.

I'm pretty tired of being banned or basically being shown the door over basic mathematical things just because people have never run into them before.

Or when you say W=X+Y+Z and people tell you we know X and Y and Z therefore you are saying nothing and they run you down, when they didn't know W actually.

reddit.com
u/oatmealcraving — 1 month ago
▲ 12 r/AI_Coders+7 crossposts

The Oddness of HD, a bizarre linear system

A bizarre linear system for neural networks applications:

https://archive.org/details/the-oddness-of-hd

One softwarez is:

https://archive.org/details/hd-dh-hd-dh-graph-viewer which we looked at before.

Another softwarez is: https://archive.org/details/h-12-d-dynamics

but that is for the atypical H₁₂ system, but you can still see the oscillations in some configurations. If you switch configurations you can see transitory oscillations as well. That is not due to dissipative effect, it is due to energy only slowly draining out of the old oscillation modes into the new one.

I keep getting banned on physics and neural network forums about this, where it might more properly be discussed. They really are incapable of absorbing information from "orthogonal" channels.

u/oatmealcraving — 6 days ago
▲ 0 r/LinearAlgebra+1 crossposts

Information preserving space warping functions to prevent affine collapse in neural networks

u/oatmealcraving — 2 months ago