Open
Description
Is it anyway possible to please get AdaDeltaOptimizer implemented.
The reason I ask is because for Variational Auto Encoders (Essential for dimensionality reduction) Adam does not do a very good job and mostly fails. Reducing Beta1 to 0.1 and Beta2 to 0.199 kind of half works with Adam but still not that well. However AdaDelta just simply works.
I would port this but I have no idea how to write the Gen_ops part.
Please and Thanks