Agent skill

deep-learning

Build and train deep neural networks including CNNs, RNNs, Transformers, and advanced architectures. Use for image classification, object detection, NLP, sequence modeling, transfer learning, and complex pattern recognition tasks.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-learning-jh9282026-manus --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-ml/deep-learning-jh9282026-manus/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Deep Learning Build and train deep neural networks for computer vision, natural language processing, and complex pattern recognition. ## Overview This skill provides comprehensive guidance for deep learning across convolutional networks, recurrent networks, transformers, and modern architectures. ## Quick Reference | Scenario | Recommended Approach | Reference File | |----------|---------------------|----------------| | Image classification, object detection | CNNs (ResNet, EfficientNet) | `/references/cnn-guide.md` | | Sequential data, time-series, NLP | RNNs, LSTMs, GRUs | `/references/rnn-guide.md` | | Modern NLP, attention-based models | Transformers (BERT, GPT) | `/references/transformer-guide.md` | | Training optimization and techniques | Best practices, regularization | `/references/training-guide.md` | ## Core Principles 1. **Architecture Selection** - Choose network type based on data structure and task 2. **Gradient Flow** - Ensure effective backpropagation through deep networks 3. **Regularization** - Prevent overfitting with dropout, batch norm, data augmentation 4. **Transfer Learning** - Leverage pre-trained models for faster, better results 5. **Optimization** - Us

What's inside
Steps it walks through
  1. Overview
  2. Quick Reference
  3. Core Principles
  4. Network Types
  5. Convolutional Neural Networks (CNNs)
  6. Recurrent Neural Networks (RNNs)
  7. Transformers
  8. Training Strategies
  9. Using the Reference Files
  10. Best Practices
  11. Common Pitfalls to Avoid
  12. Key Frameworks
  13. Hardware Considerations
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep-learning skill do?

Build and train deep neural networks including CNNs, RNNs, Transformers, and advanced architectures. Use for image classification, object detection, NLP, sequence modeling, transfer learning, and complex pattern recognition tasks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-learning-jh9282026-manus --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going