ann

Community

Build and optimize multi-layer perceptrons for tabular data.

Authorhung-phan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the challenge of building feedforward neural networks for tabular data by providing a comprehensive guide on multi-layer perceptrons (MLPs), including their architecture, activation functions, weight initialization, and learning rate scheduling.

Core Features & Use Cases

  • MLP Architecture: Offers insights into MLP design, from perceptrons to deep networks.
  • Activation Functions: Provides guidance on ReLU, GELU, SiLU/Swish, and Leaky ReLU, along with their pros and cons.
  • Weight Initialization: Discusses Xavier/Glorot, He/Kaiming, and their implications on training.
  • Learning Rate Scheduling: Offers a comparison of Warmup + Cosine Decay and OneCycleLR for efficient training.
  • Training Template: Includes a complete training template for MLPs using PyTorch and Keras.
  • Use Case: When you need to create a neural network model for a classification or regression task on tabular data, this Skill provides the foundational knowledge and implementation guidelines.

Quick Start

Train an MLP using the provided template and dataset 'tabular_data.csv'.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ann
Download link: https://github.com/hung-phan/ml-skills/archive/main.zip#ann

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.