Builds neural network architectures like CNNs and RNNs using neural-network-builder plugin for ML tasks including image classification and text generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/neural-network-builder:building-neural-networksThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design and construct neural network architectures with configurable layers, activation functions, and training parameters for tasks like classification, generation, and sequence modeling.
Design and construct neural network architectures with configurable layers, activation functions, and training parameters for tasks like classification, generation, and sequence modeling.
This skill empowers Claude to design and implement neural networks tailored to specific tasks. It leverages the neural-network-builder plugin to automate the process of defining network architectures, configuring layers, and setting training parameters. This ensures efficient and accurate creation of neural network models.
build-nn command, triggering the neural-network-builder plugin to construct the neural network based on the generated configuration.This skill activates when you need to:
User request: "Build a convolutional neural network for image classification with three convolutional layers and two fully connected layers."
The skill will:
build-nn command, specifying the layer types, filter sizes, and activation functions.User request: "Define an RNN architecture for text generation with LSTM cells and an embedding layer."
The skill will:
build-nn command, specifying the LSTM cell parameters, embedding dimension, and output layer.This skill integrates with the core Claude Code environment by utilizing the build-nn command provided by the neural-network-builder plugin. It can be combined with other skills for data preprocessing, model evaluation, and deployment.
The skill produces structured output relevant to the task.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin neural-network-builderBuilds and trains neural networks using TensorFlow Keras API, including sequential models, CNNs for image classification like MNIST, with training, evaluation, and model saving.
Packages and builds custom AI models with Cog for deployment on Replicate. Covers cog.yaml, predict.py, GPU/CUDA setup, and Docker image creation.
Provides deep technical knowledge on CNNs, LeNet, backpropagation, JEPA variants, Self-Supervised Learning (SimCLR, MAE, BYOL), Energy-Based Models, and PyTorch code.