Skip to content
#

activation-function-exploration

Here are 37 public repositories matching this topic...

Neural-Networks-and-Deep-Learning-Fundamentals

A structured, hands-on guide to neural networks and deep learning fundamentals, covering forward propagation, activation functions, backpropagation, optimization, TensorFlow, Keras, PyTorch, and CIFAR-10 image classification.

  • Updated Sep 25, 2026
  • Python

This is a custom-built neural network that detects handwritten numbers from image inputs. It uses ReLU activation in the hidden layers and a softmax activation function in the output layer for classification. The model is trained using backpropagation with a loss function to minimize prediction errors, achieving over 99% accuracy when predicting

  • Updated Apr 11, 2025
  • Python

Add this topic to your repo

To associate your repository with the activation-function-exploration topic, visit your repo's landing page and select "manage topics."

Learn more