Loading...
Before you wire a neural net to your PnL, know the failure modes. This lesson saves you months.
Most ML-for-trading that students build: 1. Overfits the training set brutally 2. Shows amazing backtest Sharpe 3. Loses money in live trading 4. Gets abandoned
Why? Because financial data is low signal-to-noise + non-stationary. The regime changes and your model breaks.
We'll follow Karpathy's nn-zero-to-hero:
Each quest has exercises you'll run in the Pyodide sandbox below.
Answer: "Which ONE of the four ML use-cases above is agent-1's current v2.6 strategy already doing manually?" (rephrase as a hint: the agent uses RSI thresholds to classify oversold... something like that.)