A Webapp to Recognize Handwritten Digits – In 19 Lines of Python
Have you ever trained a machine learning model that you’ve wanted to share with the world? Maybe set up a simple website where you (and… (more…)
Read more »Imagine a custom set-like data structure that doesn’t perform hashing and trades performance for tighter memory footprint. Or imagine a dict-like data structure that automatically stores data in a PostgreSQL or Redis database the moment you initialize it;… Read more