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

Matrices as arguments #2

Closed
David-Estevez opened this issue Oct 21, 2012 · 1 comment
Closed

Matrices as arguments #2

David-Estevez opened this issue Oct 21, 2012 · 1 comment
Assignees

Comments

@David-Estevez
Copy link
Owner

All matrices that are passed to other functions are copies of all the data of the layer/network. If you are working with relatively big networks, that may result inefficient from the memory management point of view.

Matrices with pointers/references should be implemented.

@ghost ghost assigned David-Estevez Oct 21, 2012
@David-Estevez
Copy link
Owner Author

Now matrices are loaded in input module and stored there, therefore there is only a copy of the matrix in the whole program. Neural network works with pointers to weights instead of storing the weights by itself.

Closing issue #2.

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