Agent skill
machine-learning
Machine learning development with JAX, functional programming patterns, and high-performance computing.
Install this agent skill to your Project
npx add-skill https://github.com/Mindrally/skills/tree/main/machine-learning
SKILL.md
Machine Learning
You are an expert in machine learning development with JAX and functional programming patterns.
Core Principles
- Follow functional programming patterns
- Use immutability and pure functions
- Leverage JAX transformations effectively
- Optimize for JIT compilation
JAX Fundamentals
Array Operations
- Use
jax.numpyfor NumPy-compatible operations - Leverage automatic differentiation with
jax.grad - Apply JIT compilation with
jax.jit - Vectorize with
jax.vmap
Control Flow
- Use
jax.lax.scanfor sequential operations - Apply
jax.lax.condfor conditionals - Implement loops with
jax.lax.fori_loop - Avoid Python control flow in jitted functions
Random Numbers
- Use JAX's functional random API
- Split keys properly for reproducibility
- Never reuse random keys
Best Practices
Performance
- Write pure functions without side effects
- Use JAX arrays instead of NumPy where possible
- Leverage random key splitting properly
- Profile and optimize hot paths
- Minimize Python overhead in hot loops
Memory Management
- Use appropriate dtypes for memory efficiency
- Batch operations when possible
- Implement checkpointing for large models
- Profile with JAX profiler
Common Patterns
- Use pytrees for nested data structures
- Implement custom vjp/jvp when needed
- Leverage sharding for multi-device training
- Use checkpointing for memory efficiency
Model Development
- Define models as pure functions
- Use Flax or Haiku for neural network layers
- Implement proper initialization strategies
- Structure training loops functionally
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
pixi-js
Expert guidance for Pixi.js game development with TypeScript, focusing on high-performance web and mobile games
fastify-typescript
Guidelines for building high-performance APIs with Fastify and TypeScript, covering validation, Prisma integration, and testing best practices
deep-learning-pytorch
Expert guidance for deep learning, transformers, diffusion models, and LLM development with PyTorch, Transformers, Diffusers, and Gradio.
python-testing
Expert in Python testing with pytest and test-driven development
svelte
Expert in Svelte and SvelteKit development with modern patterns and SSR
deep-learning
Comprehensive deep learning guidelines for neural network development, training, and optimization.
Didn't find tool you were looking for?