I really dislike typing out git commands, even the short ones.
ReadA beginner-friendly guide on using Keras to implement a simple Convolutional Neural Network (CNN) in Python.
ReadA 4-post series that provides a fundamentals-oriented approach towards understanding Neural Networks.
View SeriesA 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.
ReadWhat Information Gain and Information Entropy are and how they're used to train Decision Trees.
ReadA simple walkthrough of deriving backpropagation for CNNs and implementing it from scratch in Python.
Read