A neural network design that replaces weight multiplications with lookup tables, so running it means reading table entries instead of doing multiply-accumulate math.
Continue to AI University →