milanm/AutoGrad-Engine
A complete GPT language model (training and inference) in ~600 lines of pure C#, zero dependencies
C#397 stars50 forks
Topics
#ai#gpt#csharp#dotnet#machine-learning#autograd#backpropagation#deep-learning#karpathy#language-model#neural-network#transformer
What it does
AutoGrad-Engine is a minimalist implementation of a GPT language model in C#, designed for educational purposes. It provides a hands-on understanding of the underlying mechanics of GPT models without the complexity of dependencies.
Star history
Not enough history yet — 1 day(s) recorded. The daily snapshot builds this up.
Tracking
- Last trending
- 2026-02-21
Creator kit
Hook
Dive into the world of AI with this lightweight GPT model in C#! Perfect for learning and experimentation.
Content angles
- Create a tutorial series on building AI models from scratch using C#.
- Develop a comparison video between AutoGrad-Engine and popular frameworks like PyTorch and TensorFlow.
- Write a blog post on the importance of understanding the fundamentals of machine learning algorithms.
Who should care
Aspiring AI developers and educators looking to understand GPT models.