8086 ML
Implemented machine learning algorithms in an 8086 emulator because why not
One day, while sitting in my computer architecture class, I had a thought: if a processor can do math, it can probably do machine learning. So, I decided to test that hypothesis by implementing some ML algorithms in an 8086 emulator. And, surprisingly, it worked!
All of the implementations are written in x86 assembly language and are designed to run on an 8086 emulator.