antinucleon
- Karma
- 0
- Created
- ()
- Submissions
- 0
- The Great Wave Has Arrived (Memo from GLM CEO Jie Tang) (twitter.com)
- Stop Waiting for a Bigger Context Window (int21.ai)
- Unified DataCenter and Local Foundation Model Serving: Beyond Docker Way (blog.hippoml.com)
- Super AI Creativity App Run with Local GPU on Windows/Linux/MacOS (blog.hippoml.com)
- Learning to Optimize Tensor Programs (arxiv.org)
- Deep Learning in Scala (dmlc.ml)
- Deep Learning in a Single Source File for Smart Devices (mxnet.readthedocs.org)
- Training Deep Net on 14M Images by Using a Single Machine (mxnet.readthedocs.org)
- Programming Models for Deep Learning (mxnet.readthedocs.org)
- Remove and Ban Cheaters Who Sent Multi-Petition Before H1B Lottery Selection (petitions.whitehouse.gov)
- Why we still need expression template in C++ (github.com)
In wikipedia, it is said by using rvalue reference in C++11, we don't need expression template. But in machine learning software especially with CUDA, expression template is still a powerful tool.
-
MSHADOW is a lightweight C++ tensor expression system support frequently used functions in machine learning. By using MSHADOW, all code can be written once and run smoothly on both GPU and CPU.
- CXXNET: A Deep Conv NN with 1000 lines core code (github.com)
CXXNET is yet another implementation of (convolutional) neural network. It is in C++, with about 1000 lines of network layer implementations, it is able to train ImageNet in fast speed.