Home on ben.land · Dec 10, 2020
Machine learning from scratch in Python with Numpy
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Early in the Covid19 pandemic I decided to take a deep dive into the math and implementation of neural networks (NNs) .
Instead of treating NNs as a black box and using state-of-the-art packages like Tensorflow and Keras , which make NNs as accessible as LEGOs, I wanted to start from scratch and build the algorithms that Tensorflow (or any NN package) is based on.
Historically this…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.