Variations on the Death of Python 2
On April 20th, 2020, a release manager named Benjamin Peterson smashed the “publish” button on Python 2.7.18. (more…)
Read more »
Recently, I spent sometime writing out the code for a neural network in python from scratch, without using any machine learning libraries. It proved to be a pretty enriching experience and taught me a lot about how neural networks work, and what we can do… Read more