MNIST dataset
There were two kinds of models named binarized neural networks (1-bit) and full-precision model (16-bits). Each model has three building blocks.
- Loss curve
- Macro F1 curve
- Test confusion matrix of full-precision model
- Test confusion matrix of binarized neural networks
- Test result
Model | Epoch | Macro F1 | Loss |
---|---|---|---|
Full-precision model | 33 | 0.991 | 0.0382 |
Binarized neural networks | 35 | 0.978 | 0.2589 |
- Visualization of some kernels of the models
Model | Kernel 0 | Kernel 1 | Kernel 2 |
---|---|---|---|
Full-precision model | |||
Binarized neural networks |
- Weights
Simons, Taylor, and Dah-Jye Lee. "A review of binarized neural networks." Electronics 8.6 (2019): 661.