-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
perceptronsto do with perceptron implementationto do with perceptron implementation
Description
There ought to be a way to simulate a stack in a smarter way with perceptrons, ideally with a finite number of perceptrons and arbitrary depth of stack.
Possible solution:
Could we just store a binary number as non-percpetron based data? Then use a bunch of bit_prod and bit_sum functions to do arbitrary binary multiplication since multiplication by 2 (then add bit) is PUSH and multiplication by 1/2 (after reading the 1s position) is POP.
Metadata
Metadata
Assignees
Labels
perceptronsto do with perceptron implementationto do with perceptron implementation