MicroGPT.ts - a conversion of Karpathy's MicroGPT to Typescript
    Preparing search index...

    Type Alias StateDict

    StateDict: Record<string, Matrix>

    String-keyed collection of weight matrices.