News

Explore 20 essential activation functions implemented in Python for deep neural networks—including ELU, ReLU, Leaky ReLU, ...
Deep Learning with Yacine on MSN3d
Stochastic Gradient Descent with Momentum in Python
Learn how to implement SGD with momentum from scratch in Python—boost your optimization skills for deep learning.
About mean-var-std A Python project that calculates statistical measures (mean, variance, standard deviation, max, min, sum) for a 3x3 matrix using NumPy. Includes unit tests and a main script to ...