This goes on top of (and incorporates) #24 and #27.
Using tensorflow.keras involves quite a rewrite but gives better results more quickly, and is compatible with current versions of tensorflow.
The main benefit is probably from using the rmsprop optimiser.
Animating the 'stashed_evaluation_long' test (which is skipped by default), shows this more than twice as fast as #27, with significantly better results (0.91 vs 0.88).
This goes on top of (and incorporates) #24 and #27.
Using tensorflow.keras involves quite a rewrite but gives better results more quickly, and is compatible with current versions of tensorflow.
The main benefit is probably from using the rmsprop optimiser.
Animating the 'stashed_evaluation_long' test (which is skipped by default), shows this more than twice as fast as #27, with significantly better results (0.91 vs 0.88).
tests branch (#24)
a-way-forward (#27)
keras-a-way-forward