Guest User

Untitled

a guest
Oct 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. t=0 t=1 t=2 t=3 t=4
  2. [The, brown, fox, is, quick]
  3. [The, red, fox, jumped, high]
  4.  
  5. words_in_dataset[0] = [The, The]
  6. words_in_dataset[1] = [brown, red]
  7. words_in_dataset[2] = [fox, fox]
  8. words_in_dataset[3] = [is, jumped]
  9. words_in_dataset[4] = [quick, high]
  10. batch_size = 2, time_steps = 5
Add Comment
Please, Sign In to add comment