Build a lightweight gated PINN-style scalar model that exposes trainable parameters and gradient paths for reduced recovery experiments.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill gated_pinn_architecture --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gated Pinn Architecture?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-gated-pinn-architecture)More formats (shields.io, HTML) on the badges page.
---
name: gated_pinn_architecture
description: Build a lightweight gated PINN-style scalar model that exposes trainable parameters and gradient paths for reduced recovery experiments.
---
# Gated PINN Architecture
Use this skill when a PINN recovery wants to exercise the paper's improved architecture idea or compare it with a plain parameterization. The standard-library implementation is intentionally small for bounded recovery; full experiments may replace it with a neural-network library implementation.
## Inputs
- Basis feature count or hidden width.
- Initialization seed.
- Whether to use gated feature mixing.
## Outputs
- Trainable model parameters.
- Forward predictions for coordinate points.
- Parameter count and serializable state.
## Workflow
1. Create sinusoidal Helmholtz-like basis functions.
2. Add trainable weights and optional gate scalars that mix coordinate transforms.
3. Expose prediction and finite-difference/free analytic derivatives needed by the loss module.
4. Return parameter snapshots before and after optimization.
## Validation
Run `python scripts/gated_model.py --self-test` or the skill-tree tests.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!