r/MachineLearning
· Communities
I implemented the YOLO26n model inference from scratch using ARM64 Assembly Language (No framework) [P]
This was my Bachelor's Final Project: implementing YOLO26n inference completely from scratch using ARM64 Assembly Language and C, without relying on existing inference frameworks. The goal was to understand how modern neural network inference engines work at a low level and explore optimization techniques for faster an