benchflow-ai / model-extraction-relu-logits
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/model-extraction-relu-logits && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3699" && unzip -o skill.zip -d .claude/skills/model-extraction-relu-logits && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/model-extraction-relu-logits/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Guidance for extracting weight matrices from black-box ReLU neural networks using only input-output queries. This skill applies when tasked with recovering internal parameters (weights, biases) of a neural network that can only be queried for outputs, particularly two-layer ReLU networks. Use this skill for model extraction, model stealing, or neural network reverse engineering tasks.