Qborfy AI
Qborfy AI
Jul 2, 2025 · Artificial Intelligence

Mastering Activation Functions: From Sigmoid to Swish and When to Use Them

This article explains the role of activation functions in neural networks, compares five classic functions with formulas, performance trade‑offs, and gradient behavior, and provides a Python visualization demo plus several practical insights and real‑world examples.

ReLUSwishactivation functions
0 likes · 7 min read
Mastering Activation Functions: From Sigmoid to Swish and When to Use Them
dbaplus Community
dbaplus Community
Oct 12, 2016 · Artificial Intelligence

Mastering Convolutional Neural Networks: Theory, Training, and Implementation

This article provides a comprehensive guide to convolutional neural networks, covering their advantages over fully‑connected nets, architectural patterns, detailed forward and backward calculations, ReLU activation, pooling strategies, Python implementation with NumPy, gradient checking, and a practical MNIST application.

BackpropagationNumPyPooling
0 likes · 22 min read
Mastering Convolutional Neural Networks: Theory, Training, and Implementation