I got confuse about LSTM:
- In Keras(2.1.0+), is the 'units' means the number of cells in LSTM?
- The number of cells is time of step, or independence with sample's length? Is length of sample just equal the time of step?
- I think each cell output dim is 1, so the whole layer output is the combination of each cell, there have n cells so the output get n dim, am I wrong?
Thank you.