You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: