davharris / mistnet2

Neural Networks with Latent Random Variables in R
Other
4 stars 0 forks source link

Add speed tests #61

Open davharris opened 8 years ago

davharris commented 8 years ago

To keep this from being machine-dependent, I could say that the total computation for feedforward or for backprop shouldn't take more than x% longer than the underlying matrix multiplication.

This would help ensure that I'm aware of any situations where I'm adding a lot of overhead to the computation.