MXNet


[TVM Code Analysis] The NNVM Computation Graph Abstraction Mechanism
2018-12-01 Research MXNet NNVM Graph

Notes from reading NNVM code, algorithm analysis, and reflections.

[MXNet Code Analysis] Template Techniques in MShadow
2017-07-10 Research MXNet MShadow BLAS

Analyze the C++ template tricks embodied in the MShadow matrix operation library.

[MXNet Code Analysis] Static Computation Graph Implementation of LSTM
2017-07-07 Research MXNet LSTM Graph

A brief analysis of how a static computation graph system like MXNet implements LSTM modeling and training.