model-lstm-timeseries/ ├── backend/ │ └── main.py # FastAPI application ├── frontend/ │ ├── index.html # Main HTML page │ ├── styles.css # Styling │ └── app.js # Frontend JavaScript ├── models ...
Pure Python + NumPy implementation of a Transformer-based GPT architecture developed for educational research, mathematical interpretability, and low-level understanding of Large Language Models.