Deep Learning Open Source Framework

Deep Learning Framework - About Components
Most deep learning frameworks contain the following five core components:
1. Tensor
2. Various operations based on tensors (Operation)
3. Computation Graph
4. Automatic Differentiation Tool
5. BLAS, cuBLAS, cuDNN and other expansion packages

Guess you like

Origin blog.csdn.net/cyy1104/article/details/131912495