Armchair linguist and self-taught coder battling with math phobia as I learn the numerical nuts and bolts of machine learning. The site’s name is an anagram of my name—nothing more.
After my previous fail trying to use autograd with pandas, I decided to set simple linear regression aside and attempt training a neural network. Here, I’ve adapted the network in the Welch Labs tutorial to accommodate an arbitrary number of layers. (However, floating-point arithmetic doesn’t follow suit quite so easily!)