Implementing Neural Networks on a 10-Cent RISC-V MCU Without a Multiplier
For some time now, I have been contemplating setting up an environment to implement algorithms based on neural networks on a smaller (8-pin) microcontroller. After reviewing existing solutions, I found that none truly satisfied me. An obvious problem is that flexibility often comes at the cost of overhead. As usual, for a truly optimized solution, you have to roll it out yourself.
Github link:
https://github.com/cpldcpu/BitNetMCU
It's always easier to face a