Input Lstm

[Solved] Input Lstm | Lisp - Code Explorer | yomemimo.com
Question : input lstm

Answered by : saeed-p2pjup3rwuvf

# LSTM layers work on 3D data with the following structure (nb_sequence, nb_timestep, nb_feature).
# nb_sequence corresponds to the total number of sequences in your dataset (or to the batch size if you are using mini-batch learning).
# nb_timestep corresponds to the size of your sequences.
# nb_feature corresponds to number of features describing each of your timesteps.

Source : | Last Update : Tue, 26 Jan 21

Answers related to input lstm

Code Explorer Popular Question For Lisp