This is the official implementation of our ICML 2024 paper "MultiMax: Sparse and Multi-Modal Attention Learning""
-
Updated
Sep 1, 2026 - Python
This is the official implementation of our ICML 2024 paper "MultiMax: Sparse and Multi-Modal Attention Learning""
An Artificial Neural Network (ANN) built using PyTorch to classify images in the Fashion MNIST dataset, utilizing GPU support for improved training performance.
Open ideas. Code less. Publish more.
This repository features hands-on Jupyter Notebooks, covering everything from fundamental concepts to advanced neural network architectures.
This repository contains the official implementation of the paper: "DAPA: Distribution Aware Piecewise Activation Functions for On-Device Transformer Inference and Training" (Accepted at DAC 2026).
By Ikansh Mahajan, 3C53, 102303754, COE'27
Interactive deep learning project to predict IPL innings scores from match context such as teams, venue, batsman, bowler, runs, wickets, and overs.
NN from scatch, self-coded
We introduce two novel hybrid activation functions: S3 (Sigmoid-Softsign) and its improved version S4 (Smoothed S3)
A production-ready Deep Learning project demonstrating an Artificial Neural Network (ANN) trained on the classic Iris dataset, served via a high-performance FastAPI backend with a modern, responsive animated web UI.
A mini supervised learning framework
Parametric Sigmoid Linear Unit
This is a Fake and AI image prediction using Transfer Learning
This repository demonstrates Artificial Neural Networks (ANNs) using TensorFlow and Keras, exploring various activation functions, gradient descent techniques, and optimization algorithms through classification and regression tasks.
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
Coding since 2020 😎
Neural network from scratch using cupy with experiments on a ton of things, including my own optimizer and activation function
To associate your repository with the activation-function-exploration topic, visit your repo's landing page and select "manage topics."