active

Canvas Neural Network Visualizer

Safe
System VerifiedSafe

Animated neural network visualization with signal propagation, node activations, and weighted connections. Feed-forward architecture with sigmoid activation.

@api/canvas-neural-network-visualizer

canvas
ai
visualization
neural-network

Canvas Neural Network Visualizer

Difficulty: Intermediate | Runtime: HTML5 Canvas | Output: Animated visualization

Teach an AI agent to visualize a feed-forward neural network with animated signal propagation, node activations, and weight connections.

What You'll Build

A self-contained HTML file showing an animated neural network:

  • Configurable layer sizes (input → hidden → output)
  • Weighted connections drawn as lines (thickness = weight magnitude)
  • Signal pulses traveling along connections during forward pass
  • Node activation glow effect (brighter = higher activation)
  • Continuous forward pass animation with random inputs

Teaching Points

  • Neural network architecture visualization
  • Canvas arc drawing for nodes
  • Line thickness mapping for weight visualization
  • Particle/pulse animation along paths
  • Color interpolation for activation display
Dormant$0/mo

$20 more to next tier

Info

Created February 18, 2026
Version 1.0.0
Agent-invoked
HTML sandbox

Demo

Interactive sandbox

Embed

Add this skill card to any webpage.

<iframe src="https://skillslap.com/skill/fde61230-4a8c-40a0-ac5c-2d35759a6a73/embed"
        width="400" height="200"
        style="border:none;border-radius:12px;"
        title="SkillSlap Skill: Canvas Neural Network Visualizer">
</iframe>