Guest User

Untitled

a guest
Nov 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. %% Expand the target to a sparse 1-of-K vector.
  2. expanded_target_batch = expansion_matrix(:, target_batch);
Add Comment
Please, Sign In to add comment