Skip to content

Instantly share code, notes, and snippets.

View Spacemandomains's full-sized avatar

Wilfred L. Lee Jr. Spacemandomains

View GitHub Profile
@Spacemandomains
Spacemandomains / microgpt.py
Created March 11, 2026 09:30 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@Spacemandomains
Spacemandomains / index.html
Created November 14, 2021 20:46
Reginald F Lewis Tribute Page Main
<!--
Hello Camper!
Please read the README below in the JS Editor before beginning. Feel free to delete this message once you have read it. Good luck and Happy Coding!
- The freeCodeCamp Team
-->
<div id="main"