Show HN: Can an AI model fit on a single pixel?
Category: library
Tags: machine-learning, education, compression
Score: 5.5/10 (Innovation: 7, Technical: 4, Documentation: 8, Utility: 3)
This project trains a single-neuron binary classifier and encodes its three parameters (two weights and a bias) into the RGB values of a 1x1 PNG pixel. It's an interesting educational and artistic compression experiment that makes the abstract concept of a machine learning model tangible as a physical color.
Target audience: data engineers, educators, students
Repository: https://github.com/dvelton/ai-pixel · Python · MIT · 7 stars
View on Hacker News