Back to the atlasFIELD 03 / 07

Machine learning & model research

Machine learning.

Forecasting, representation learning, reinforcement learning, and experiments inside the model.

13 PROJECT FAMILIESEXPLORE BELOW ↓
03 / Somewhere between data and understanding.STUDY IN SPACE

Find the structure in the noise.

The work in this world.

ORDERED BY DEPTH & EVIDENCE
  1. 01

    Time-series forecasting & retrieval

    Time-series foundation models meet nearest-neighbor retrieval, causal evaluation, and ablations that expose prediction-to-decision failures.

    Built systemPyTorch · Qdrant · Time series · Walk-forward evaluation

    START HEREThe deepest experimental thread: model adaptation, retrieval, ablations, and useful negative results.

  2. 02

    Momentum Transformer & execution learning

    An extensive adaptation of the upstream Momentum Transformer research, including a PyTorch implementation and portfolio/execution reinforcement-learning layers.

    AdaptationPyTorch · Temporal attention · LSTM · PPO
  3. 03

    mini_torch — autograd from NumPy

    A NumPy-only neural-network training library with dynamic computation graphs, reverse-mode differentiation and a small MNIST classifier.

    Study / experimentPython · NumPy · Automatic differentiation · Neural networks
  4. 04

    Regime-aware reinforcement learning

    Recurrent PPO, portfolio environments, and related regime and fundamental-overlay studies. Each experiment retains its own evaluation boundary.

    Built systemPyTorch · Gymnasium · PPO · RecurrentPPO
  5. 05

    X-Trend reproduction

    Two iterations of a few-shot forecasting reproduction, including a tensor-level correction to what attention values remember.

    AdaptationPyTorch · Cross-attention · LSTM · Expanding windows
  6. 06

    VAE, DDPM & guided diffusion

    A sequence of course studies in latent-variable generation, DDPM training and classifier-free guidance, then diffusion-based image deblurring.

    Study / experimentPython · PyTorch · VAE · DDPM
  7. 07

    A-share adaptive portfolio learning

    Related DoubleAdapt/StockMixer, DeePM, and imitation-learning experiments in adapting models to A-share portfolio decisions.

    AdaptationPyTorch · DoubleAdapt · StockMixer · DeePM
  8. 08

    Project Genji: temporal model evaluation

    An industry-aware equity research framework whose concrete implementation centers on ingestion, feature/label contracts, purged cross-validation and supervised model training.

    Built systemPython · Qlib · XGBoost · Ridge regression
  9. 09

    Symbolic alpha mining and allocation

    An adapted AlphaPROBE research workspace with local point-in-time feature infrastructure and alpha-allocation additions.

    AdaptationPython · Symbolic expressions · GFlowNet · PPO
  10. 10

    A-share representation and attention-model adaptations

    Chart-image CNN/ViT, market-guided attention, and cross-sectional representation studies in one model-research family.

    AdaptationPyTorch · CNN · Vision Transformer · MASTER
  11. 11

    Leader-follower rotation and event ranking

    Graph, GNN, and HMM experiments investigate which stocks recover after a market leader’s limit-up streak ends.

    Built systemGNN · Student-t HMM · Temporal encoders · Plackett-Luce
  12. 12

    CIFAR-10 experiment harness

    A modular reproduction of the PyTorch CIFAR-10 tutorial that turns seed, augmentation, epoch and channel-width changes into selectable experiment configurations.

    Study / experimentPython · PyTorch · CIFAR-10 · Experiment configuration
  13. 13

    Forecasting & market-agent reference library

    CAMEF and the Kalshi AI bot: upstream codebases retained as reference foundations, with original authorship clearly distinguished.

    Reference foundationMultimodal learning · Causal forecasting · Counterfactual augmentation · Python