upvote
Research question: does it make sense to make a new family of logic gates using neurons? My intuition says there is a rich texture/fabric to uncover here. The best analogy on hand right now is legos: rather than 2-knotch legos [standard gates like NAND, XOR] what about some sort of new, irreducible gates that are bigger "legos"? Been a while since I played with logic gates but my intuition says there is something lurking below the surface. A new class of irreducible gates, maybe cross-connections? Like compacted multilayer gates? Think SHA-512, how certain bits feed into different layers of the "puzzle". Optimistic this thought-amalgam serves you in your continued research :)
reply
Yes!

I started going down the path of building a ripple carry adder already (which seems to work fine). Then I was going to try for a full on ALU, then some sort of ISA that sits on top of it all.

I have no idea what the end result will look like if it all comes together. Hopefully I'll find some weird primitives along the way. :D

It's very hand-wavy, but I'm kinda hoping I can somehow have a machine manually constructed out of neurons that can naturally interact with one built with looser hebbian learning rules.

reply