neural-train
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseNeural Training
神经训练
Train and manage SONA neural patterns for self-learning.
训练并管理用于自学习的SONA神经模式。
When to use
使用场景
After completing a successful task, use this skill to capture what worked and train the intelligence system so future tasks benefit from learned patterns.
在成功完成一项任务后,使用此技能来捕捉有效的方法并训练智能系统,以便未来的任务能够受益于已学习的模式。
Steps
步骤
- Check current neural status — call to see active patterns and training state
mcp__claude-flow__neural_status - Start a trajectory — call with the task context
mcp__claude-flow__hooks_intelligence_trajectory-start - Record steps — for each significant action, call
mcp__claude-flow__hooks_intelligence_trajectory-step - End trajectory — call with outcome (success/failure)
mcp__claude-flow__hooks_intelligence_trajectory-end - Train patterns — call with
mcp__claude-flow__neural_train--pattern-type coordination --epochs 10 - Store patterns — call to persist learnings
mcp__claude-flow__hooks_intelligence_pattern-store - Verify — call to confirm patterns were stored
mcp__claude-flow__neural_patterns
- 检查当前神经状态 — 调用查看活跃模式和训练状态
mcp__claude-flow__neural_status - 启动轨迹 — 传入任务上下文调用
mcp__claude-flow__hooks_intelligence_trajectory-start - 记录步骤 — 对于每个重要操作,调用
mcp__claude-flow__hooks_intelligence_trajectory-step - 结束轨迹 — 传入结果(成功/失败)调用
mcp__claude-flow__hooks_intelligence_trajectory-end - 训练模式 — 使用参数调用
--pattern-type coordination --epochs 10mcp__claude-flow__neural_train - 存储模式 — 调用保存学习成果
mcp__claude-flow__hooks_intelligence_pattern-store - 验证 — 调用确认模式已存储
mcp__claude-flow__neural_patterns
CLI alternative
CLI替代方案
bash
npx @claude-flow/cli@latest neural train --pattern-type coordination --epochs 10
npx @claude-flow/cli@latest neural patterns --list
npx @claude-flow/cli@latest neural status
npx @claude-flow/cli@latest hooks pretrain --model-type moe --epochs 10bash
npx @claude-flow/cli@latest neural train --pattern-type coordination --epochs 10
npx @claude-flow/cli@latest neural patterns --list
npx @claude-flow/cli@latest neural status
npx @claude-flow/cli@latest hooks pretrain --model-type moe --epochs 10SONA adaptation
SONA适配
For real-time micro-adaptation (<0.05ms), use:
- to initialize a SONA instance
mcp__claude-flow__ruvllm_sona_create - to adapt weights based on feedback
mcp__claude-flow__ruvllm_sona_adapt
对于实时微适配(<0.05毫秒),请使用:
- 初始化SONA实例
mcp__claude-flow__ruvllm_sona_create - 根据反馈调整权重
mcp__claude-flow__ruvllm_sona_adapt