Generator functions allow you to declare a function that behaves like an iterator, i.e. it can be used in a for loop. | wiki.python.org
A beginner-friendly guide on using Keras to implement a simple Convolutional Neural Network (CNN) in Python.| victorzhou.com
A simple walkthrough of deriving backpropagation for CNNs and implementing it from scratch in Python.| victorzhou.com
Broadcasting#| numpy.org
A 4-post series that provides a fundamentals-oriented approach towards understanding Neural Networks. Covers classic Neural Networks, Recurrent Neural Networks (RNNs), and Convolutional Neural Networks (CNNs).| victorzhou.com
A simple explanation of how they work and how to implement one from scratch in Python.| victorzhou.com