| ▲ | Show HN: MNIST64 – 99.5% accuracy MNIST BNN on a stock Commodore 64(github.com) | |
| 2 points by jmagic 9 hours ago | ||
I built an 8-bit binarized convolutional neural network that recognizes handwritten digits on C64 with state-of-the-art accuracy. I also designed a cascade model to get interactive response, and implemented everything with self-modifying cycle optimized 6502 assembly - resulting 0.653s average inference time. Link to the paper, the full 6502 source code, and a video demo. https://jarnoh.github.io/mnist64/paper.pdf https://github.com/jarnoh/mnist64 I'm interested to hear your feedback and hoping for someone to beat these numbers! | ||