gradient-methods
Installation
SKILL.md
Gradient Methods
When to Use
Use this skill when working on gradient-methods problems in optimization.
Decision Tree
-
Basic Gradient Descent
- Update: x_{k+1} = x_k - alpha * grad f(x_k)
- Step size alpha: fixed, diminishing, or line search
- Convergence: O(1/k) for convex, linear for strongly convex
-
Step Size Selection
Method Approach Fixed alpha constant (requires tuning) Backtracking Armijo condition: f(x - alphagrad) <= f(x) - calpha*
Related skills
More from parcadei/continuous-claude-v3
discovery-interview
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
3.3Kmath
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
517github-search
Search GitHub code, repositories, issues, and PRs via MCP
517dead-code
Find unused functions and dead code in the codebase
434premortem
Identify failure modes before they occur using structured risk analysis
412agentic-workflow
Agentic Workflow Pattern
392