This document, as the title stated, is meant to provide a vectorized implementation of adjoint dynamics calculation for Graph Convolutional Neural Ordinary Differential Equations (GCDE). The adjoint sensitivity method is the gradient approximation method for neural ODEs that replaces the back propagation. When implemented on libraries such as PyTorch or Tensorflow, the adjoint can be calculated by autograd functions without the need for a hand-derived formula. In applications such as edge computing and in memristor crossbars, however, autograds are not available, and therefore we need a vectorized derivation of adjoint dynamics to efficiently map the system on hardware. This document will go over the basics, then move on to derive the vectorized adjoint dynamics for GCDE.
翻译:如标题所述,此文档旨在为图表进化神经普通差异(GCDE)提供联合动态计算方法的矢量化实施。辅助灵敏度方法是取代后传播的神经值的梯度近似法。当在PyTorch或Tensorflow等图书馆实施时,该连接可以由自动升级功能计算,而不需要手动公式。然而,在边缘计算等应用和分子横条中,没有自动降解,因此我们需要对连接动态进行矢量化衍生,以便有效地绘制硬件系统图。该文件将超越基本内容,然后再为GCDE生成矢量化联合动态。