A
AI & Machine Learning
Artificial intelligence and machine learning content
Scalable MatMul-free Language Modeling (Paper Explained)
Matrix multiplications (MatMuls) are pervasive throughout modern machine learning architectures. However, they are also very resource intensive and require special accelerators (GPUs). This paper explores architectures that do away with MatMuls and use quantization and recurrence to keep performance...



