A simple walkthrough of what RNNs are, how they work, and how to build one from scratch in Python.
ReadWhat Softmax is, how it's used, and how to implement it in Python.
ReadA beginner-friendly guide on using Keras to implement a simple Neural Network in Python.
ReadA simple walkthrough of deriving backpropagation for CNNs and implementing it from scratch in Python.
ReadA simple guide to what CNNs are, how they work, and how to build one from scratch in Python.
ReadA simple explanation of how they work and how to implement one from scratch in Python.
ReadWhy existing libraries are uninspiring and how I built a better one.
Read