是否有针对Tensorflow的Schuster Recurrent Mixture Density Networks的实现呢? Alex Graves在他的“Generating Sequences With Recurrent Neural Networks”论文和handwriting generation demo中使用了它们。
答案 0 :(得分:4)
我看起来像某人made a version of the handwriting generation code in Tensorflow。它包括code用于2D循环混合密度网络。
答案 1 :(得分:1)
尚未,但好点。递归神经网络在TensorFlow中,如果你将那些具有最大化高斯分布可能性的损失结合起来,那么你可以设置它。我们还没有尝试过这个,但理论上它应该可以用现在的东西 - 但是,有可能通过对这种情况(我们目前没有)的特殊损失来简化它。