Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving perceptron implementation #3

Open
tfburns opened this issue Jul 28, 2019 · 0 comments
Open

Improving perceptron implementation #3

tfburns opened this issue Jul 28, 2019 · 0 comments
Assignees
Labels
perceptrons to do with perceptron implementation

Comments

@tfburns
Copy link
Owner

tfburns commented Jul 28, 2019

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.

@tfburns tfburns added the perceptrons to do with perceptron implementation label Jul 28, 2019
@tfburns tfburns self-assigned this Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perceptrons to do with perceptron implementation
Projects
None yet
Development

No branches or pull requests

1 participant