Skip to content

Pixelfly is a binary hypercube! #7

Description

@justheuristic

Okay, so imagine the full pixelfly matrix with 2^n blocks

image

Let's give each input block a number 0... 2^n-1
Then, the pixelfly matrix can be defined as such:

  • for every pair of input blocks i, j
  • if binary(i) xor binary(j) has all zeros ones except one, then matrix[i, j] is a non-zero block
    • informally, if binary codes for i and j are equal in all but one bit, "connect" them with weights

This is the same condition that defines a binary cube in n dimensions:
image

Ergo, pixelfly neurons actually form a cube and "connect" over the edges of said cube.

p.s. not my original thought, discovered in discussion with @ostroumova-la

p.p.s. if that is the case, are there other geometric shapes we could try?
So, for instance, fully connected matrix can be viewed as an n-dimensional simplex (triangle -> tetrahedron -> simples) because all blocks connect to all other blocks. Than goes the hypercube of pixelfly. Then what?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions