MxNet - FrameWork
MxNet
It allows for trading computation time for memory via ‘forgetful backprop’ which can be very useful for recurrent nets on very long sequences.
- Built with scalability in mind (fairly easy-to-use support for multi-GPU and multi-machine training).
- Lots of cool features, like easily writing custom layers in high-level languages
- Unlike almost all other major frameworks, it is not directly governed by a major corporation which is a healthy situation for an open-source, community-developed framework.
- TVM support, which will further improve deployment support, and allow running on a whole host of new device types
Comments
Post a Comment