技能 数据科学 市场数据神经网络训练与预测

市场数据神经网络训练与预测

v20260707
trader-train
该技能提供了一个完整的市场预测工作流,用于使用历史市场数据训练先进的神经网络模型(如LSTM、Transformer和N-BEATS)。它可以进行模型训练、生成带置信区间的预测、比较不同模型的性能,并将结果结构化存储,支持后续的深度分析和模型优化。
获取技能
88 次下载
概览

Train neural prediction models using neural-trader's ML engine.

Steps:

  1. Ensure neural-trader is available: npm ls neural-trader 2>/dev/null || npm install --ignore-scripts neural-trader
  2. Train the specified model:
    npx neural-trader --model lstm --symbol TICKER --confidence 0.95
    npx neural-trader --model transformer --symbol TICKER --predict
    npx neural-trader --model nbeats --symbol TICKER --decompose
    
  3. Review training output: loss curves, validation metrics, prediction accuracy
  4. Generate predictions with confidence intervals:
    npx neural-trader --model MODEL --symbol TICKER --predict --horizon 5d
    
  5. Compare model performance across types:
    npx neural-trader --model-compare --symbol TICKER --models "lstm,transformer,nbeats"
    
  6. Store model results (canonical trading-analysis namespace per ADR-126 Phase 1 — was previously stored to undeclared trading-models): mcp__claude-flow__memory_store({ key: "model-MODEL-TICKER-DATE", value: "TRAINING_RESULTS", namespace: "trading-analysis" })
  7. Train SONA on model outcomes: mcp__claude-flow__neural_train({ patternType: "trading-model", epochs: 10 })
信息
Category 数据科学
Name trader-train
版本 v20260707
大小 1.5KB
更新时间 2026-07-09
语言