Skip to content
王佳晨

项目经历

我在量化金融和机器学习方向的研究与工程项目合集。

Quantitative Strategy2025.10 – 2026.01
基于 LLM 的因子挖掘与 ETF 轮动策略

端到端量化平台:LLM Agent 因子发现(GLM-4.5)、多层信号评估、滚动 XGBoost/线性组合、实盘 ETF 轮动交易。

  • LLM Agent factor mining (GLM-4.5 / Gemini)
  • Multi-tier evaluation: IC → layer backtest → OOS validation
  • Rolling XGBoost/linear/ICIR combination methods
  • Live trading with scheduler & notifications
PythonGLM-4.5pandasPolarsNumPyXGBoostLightGBMPlotlyJoblib查看详情
Academic Research2024.12 – 2025.04
自编码器驱动的隐含因子模型在中国 A 股市场的应用

毕业论文:基于 1996–2023 年 A 股数据和 91 项公司特征,构建 PCA、IPCA 及条件自编码器隐含因子模型。

  • Conditional autoencoder outperforms linear models
  • 91 firm characteristics, 1996–2023
  • Superior Sharpe ratio & prediction accuracy
  • Profitability & size as core A-share risk factors
PythonPyTorchpandasNumPy查看详情
Deep Learning2023.12 – 2024.07
蜡烛图隐含了价格趋势信息吗?—— 基于中国股票市场的证据

基于注意力机制 CNN 的 A 股蜡烛图二分类预测,多空组合夏普比率达 3.30(周频)和 1.50(月频)。

  • Long-short Sharpe 3.30 (weekly), 1.50 (monthly)
  • Attention-CNN outperforms baseline by 2%
  • Independent pricing factor characteristics
  • Stronger in small-cap & high-turnover stocks
PythonPyTorchNumPyOpenCV查看详情
Quantitative Research2023.11 – 2025.01
基于 XGBoost 的指数增强策略

全栈指数增强:因子工程、线性叶节点 XGBoost、市场风格自适应模型融合。

  • Multi-source alpha factor engineering
  • XGBoost with linear leaf nodes
  • Adaptive large/small-cap model fusion
  • Incremental learning for rolling training
PythonXGBoostpandasNumPyNumbaPolarscuDF查看详情
Academic Research2023.06 – 2023.12
绿色金融政策对劳动力市场影响的 DID 研究

国家级大学生创新训练项目:运用双重差分法评估绿色金融改革创新试验区试点政策对劳动力市场的影响。

  • National-level innovation project
  • DID empirical design
  • 2010–2021 panel data
  • Independent research paper
PythonStatapandas查看详情
Quantitative Strategy2023.04 – 2023.10
基于双均线的期货趋势跟踪 CTA 策略

期货趋势跟踪策略:年化收益 15.9%,最大回撤 10.9%,夏普比率 1.07。

  • 15.9% annualized return
  • Max drawdown 10.9%
  • Sharpe ratio 1.07
  • Automated data pipeline
PythonpandasNumPy查看详情
NLP / FinTech2023.06 – 2023.07
基于 ChatGLM 的金融智能问答系统

基于 ChatGLM-2 大语言模型,利用普惠金融语料微调,获实训创新奖。

  • ChatGLM-2 fine-tuning
  • Inclusive finance domain
  • Innovation award
PythonChatGLM-2PyTorch查看详情
Data Science Competition2023.02 – 2023.04
Kaggle 竞赛:JPX 股票预测与 Optiver 波动率预测

JPX 股票预测前 10%,Optiver 波动率预测银牌级别。

  • JPX top 10% (Sharpe 0.119)
  • Optiver silver level (RMSPE 0.21524)
  • LightGBM + TabNet ensemble
  • LOB feature engineering
PythonLightGBMXGBoostTabNetpandasNumPy查看详情