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

Investigate storing matrices as pointers instead of copying to-and-fro Arrays #8

Open
aiviaghost opened this issue Jul 25, 2022 · 1 comment

Comments

@aiviaghost
Copy link
Owner

No description provided.

@aiviaghost
Copy link
Owner Author

Could allocate heap space for matrix representation inside class body and free the memory at the end of multiplication / addition operations. Class can accept a parameter to specify whether or not to free so the matrices representing the layers in the neuralnet can stay intact, even after say "feedforward" has been called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant