Deep Learning: What are activation functions? An overview using Python
Activation functions are crucial components of neural networks. Here's an overview of the different types and how to use them. Code included. (more…)
Read more »
In this step-by-step tutorial, you’ll learn what Python descriptors are and how they’re used in Python’s internals. You’ll learn about the descriptor protocol and how the lookup chain works when you access an attribute. You’ll also see a few practical exa… Read more