AI directly in DRAM: The Float Detox – How Pure Logic Unleashes the Future of Learning
Summary
BIN16 replaces all floating-point operations with boolean operations (XNOR+popcount) for neural network training and inference, enabling direct computation in off-the-shelf DRAM with zero floats, gradients, or hyperparameter tuning. It achieves 82% accuracy on MNIST in a single epoch, using only 220 lines of C.
Similar Articles
Signs Beat Floats: Low-Rank Double-Binary Adaptation for On-Device Fine-Tuning
LoRDBA replaces LoRA's floating-point low-rank factors with binary sign carriers and channel-wise scales, enabling efficient on-device fine-tuning with significant footprint reduction and minimal latency overhead, matching fp16 quality.
ReRAM-aware Model Finetuning addressing I-V Non-linearity and Retention Errors
Proposes a finetuning-based hardware-aware training algorithm to mitigate I-V non-linearity and retention errors in ReRAM crossbar arrays, enabling robust DNN deployment with minimal overhead. Evaluated on image classification and QA tasks, achieving near-baseline accuracy.
@HowToAI_: NVIDIA has done the impossible and nobody's talking about it. They trained a 12 BILLION parameter LLM in 4-bit precisio…
NVIDIA trained a 12-billion parameter LLM in 4-bit precision using the new NVFP4 format with micro-scaling, achieving near-zero intelligence loss while halving memory usage and tripling arithmetic speed, marking a major breakthrough in efficient AI training.
intel optane for AI workloads
Intel's discontinued Optane persistent memory technology is finding a second life in AI workloads, enabling a user to run a 1 trillion parameter model locally at ~4 tokens/second using cheap second-hand Optane modules. The article highlights Optane's lower latency compared to SSDs, making it suitable for large model inference despite being slower than DRAM.
Chinese chip stores data with a single electron, breaking AI memory bottleneck
Researchers at Fudan University have developed a two-dimensional flash memory chip that stores data using a single electron, achieving a tenfold voltage improvement and potentially enabling efficient AI on mobile devices.