Skip to content
#

activation-functions-analysis

Here are 8 public repositories matching this topic...

Language: All
Filter by language

Implementasi forward pass Multi-Layer Perceptron (MLP) 1 hidden layer dari nol menggunakan numpy murni (tanpa framework deep learning).

  • Updated Aug 20, 2026
  • Jupyter Notebook

This project implements the classical LeNet-5 CNN for MNIST digit classification using PyTorch. It covers a complete pipeline from data preprocessing to deployment. The model achieves ~98.8% test accuracy, showing the strong effectiveness of early CNN architectures for image classification.

  • Updated Apr 27, 2026
  • Jupyter Notebook

Systematic study of the Information Bottleneck theory of deep learning; comparing Tanh vs ReLU, SGD vs BGD, and Binning vs KDE mutual information estimation across multiple CNN and feedforward architectures on MNIST.

  • Updated Jul 10, 2026
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the activation-functions-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more