(This is a sequel to my previous post, Neural Networks: A Baseline.)
Side note: I’m assuming anyone reading this has a basic understanding (“YouTube Level”) of how neural networks work (a la CGP Grey).
I decided to build a fully connected feed-forward neural network, since that seemed to be the easiest thing to do.
This involves an array (vector) input, which goes “through” two matrices in order to receive a result.