Skip to main content

Neural Networks as Matrix Transformations

·66 words·1 min
Table of Contents

Overview
#

Welcome back folks! So far, we have implemented a neural network using nothing but NumPy. It gave us a better understanding of the underlying back-propagation algorithm. In this post, we will dive deep into the network and visualize what each layer and each neuron is doing. On a side note, we will be switching to PyTorch to make our lives a little easier :)