Tamp: A Library for Compact Deep Neural Networks with Structured Matrices
Zhejiang University
ACM on Multimedia Conference, Open Source Software Competition, 2016
@inproceedings{gong2016tamp,
title={Tamp: A Library for Compact Deep Neural Networks with Structured Matrices},
author={Gong, Bingchen and Jou, Brendan and Yu, Felix and Chang, Shih-Fu},
booktitle={Proceedings of the 2016 ACM on Multimedia Conference},
pages={1206–1209},
year={2016},
organization={ACM}
}
We introduce Tamp, an open source C++ library for reducing the space and time costs of deep neural network models. In particular, Tamp implements several recent works which use structured matrices to replace unstructured matrices which are often bottlenecks in neural networks. Tamp is also designed to serve as a unified development platform with several supported optimization back-ends and abstracted data types. This paper introduces the design and API and also demonstrates the effectiveness with experiments on public datasets.
November 8, 2016 by hgpu