Keyboard shortcuts

/ or ⌘/Ctrl K
Find a note
j / k
Next / previous section or linked note
h / l
Collapse or go to parent / expand or enter
e or Alt-click
Read a linked note here
o
Open focused note on its own
g g / G
First / last section or linked note
g h / g a
Home / all notes
g b / g t
Backlinks / table of contents
t
Cycle System, Light, Dark
? / Esc
Show / close this reference

Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.

recurrent neural networks (rnn) [9546b108]

Tags: ml

  • good for tasks that require sequential input
  • processes and input sequence one element at a time, maintaining a hidden "state vector"
  • has a vanishing problem since backpropagated gardients grow or shrink at each time step
  • very good at predicting the next character in the text or the next word in a sequence
  • www.youtube.com/watch?v=UNmqTiOnRfg

file:2020-11-24_21-52-53_screenshot.png