是否有一些实现递归神经网络的方法,如[Socher et al.2011]使用TensorFlow?请注意,这与TensorFlow很好地支持的递归神经网络不同.不同之处在于网络不会复制到线性操作序列中,而是复制到树结构中.
我想我可以使用Whileop来构造类似于数据集的每个条目的树数据结构的广度优先遍历.
While
也许可以在TensorFlow中实现树遍历作为新的C++ op,类似于While(但更一般)?
c++ python neural-network tensorflow
c++ ×1
neural-network ×1
python ×1
tensorflow ×1