Skip to content

Instantly share code, notes, and snippets.

@sbugrov
Created June 8, 2018 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbugrov/d05bae4a96a30e9a2a20a76a54956fce to your computer and use it in GitHub Desktop.
Save sbugrov/d05bae4a96a30e9a2a20a76a54956fce to your computer and use it in GitHub Desktop.
// dW1 = X.T * dz1
vector<float> dW1 = dot(transpose( &b_X[0], BATCH_SIZE, 784 ), dz1, 784, BATCH_SIZE, 128);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment