nicodjimenez / lstm

Minimal, clean example of lstm neural network training in python, for learning purposes.
1.75k stars 651 forks source link

question #8

Closed lcdevelop closed 7 years ago

lcdevelop commented 7 years ago

hi, would you please explain what bottom and top means in your code? Thank you very much.

nicodjimenez commented 7 years ago

Bottom means input to the layer, top means output of the layer. Caffe also uses this terminology.

lcdevelop commented 7 years ago

OK, thank you very much.