Keras: Difference between revisions
(→RNN) |
|||
| Line 14: | Line 14: | ||
[https://github.com/fchollet/keras/issues/3107 Dimension mismatch in LSTM] - Your input should be in this format (sequences, timesteps, dimensions). So based on your example, your input should be in (None, 8, 2). Your input now is (8,2). |
[https://github.com/fchollet/keras/issues/3107 Dimension mismatch in LSTM] - Your input should be in this format (sequences, timesteps, dimensions). So based on your example, your input should be in (None, 8, 2). Your input now is (8,2). |
||
[https:// |
[https://blog.keras.io/building-autoencoders-in-keras.html Building Autoencoders in Keras] - Includes LTSM!!!, Also shows a webserver graph showing progress. How to make a 2d graph. And how to interpolate between numbers... |
||
[https://github.com/fchollet/keras/issues/1641 Help: 'Wrong number of dimensions: expected 3, got 2 with shape (...)] |
[https://github.com/fchollet/keras/issues/1641 Help: 'Wrong number of dimensions: expected 3, got 2 with shape (...)] |
||
Revision as of 00:46, 7 January 2017
Keras Callbacks how-can-i-interrupt-training-when-the-validation-loss-isnt-decreasing-anymore
General
This has lots of good infos - Includes an AndrewNG talk and recommended papers.
RNN
Dimension mismatch in LSTM - Your input should be in this format (sequences, timesteps, dimensions). So based on your example, your input should be in (None, 8, 2). Your input now is (8,2).
Building Autoencoders in Keras - Includes LTSM!!!, Also shows a webserver graph showing progress. How to make a 2d graph. And how to interpolate between numbers...
Help: 'Wrong number of dimensions: expected 3, got 2 with shape (...)
cs231n-CNNs 10 - Recurrent Nerual Networks Lecture
Time Series Prediction with LSTMs
Keras Sequence Preprocessing - keras.preprocessing.sequence.pad_sequences
Using Keras LSTM RNN for variable length sequence prediction - Recomends either zero-padding or batches of 1...
Good? - Specifically talks about sliding window. Alice in wonderland.
GANs
Font Aliasing
Can a CNN be trained to alias font glyphs. Can it work with 3D rotations?
- This Reddit post About a GPU based terminal.