from-scratch
There are 988 repositories under from-scratch topic.
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
zauonlok/renderer
A shader-based software renderer written from scratch in C89
solcloud/Counter-Strike
Multiplayer FPS game - Counter-Strike: Football 🏉
keyvank/femtoGPT
Pure Rust implementation of a minimal Generative Pretrained Transformer
szq0214/DSOD
DSOD: Learning Deeply Supervised Object Detectors from Scratch. In ICCV 2017.
PhilippRados/wrecc
A x86_64 C99 compiler written in Rust from scratch
kasvith/kache
A simple in memory cache written using go
Nils-TUD/Escape
Escape is a UNIX-like microkernel operating system that runs on x86, x86_64, ECO32 and MMIX.
zeyadusf/LLMs-from-Scratch
Build a Large Language Model (From Scratch) book and Finetuned Models
KernelFreeze/Litecraft
Open source, clean room implementation of Minecraft Client
michal-z/eneida
Experimental demoscene project using C99 and Direct3D 12. Fully standalone with custom windows, and d3d12 headers. No Windows SDK, libc or Visual Studio dependency. C and HLSL compilers included.
mohammad-ghaderi/mnist-asm-nn
A complete neural network built entirely in x86 assembly language that learns to recognize handwritten digits from the MNIST dataset. No frameworks, no high-level languages - just pure assembly - ~5.3× faster than NumPy
keyvank/tsp
The Super Programmer
eduardoleao052/Autograd-from-scratch
Documented and Unit Tested educational Deep Learning framework with Autograd from scratch.
admtrv/objcurses
ncurses 3d object viewer
omaraflak/Medium-Python-Neural-Network
This code is part of my post on Medium.
OceanPresentChao/llm-ReAct
从零搭建Agent框架(Build LLM ReAct Agent from scratch)
mkirchner/stutter
Implement a Lisp, in C, from scratch, no libs
OceanPresentChao/llm-corpus
从零搭建大模型知识库(Build LLM RAG Corpus from scratch)
paolorechia/steeldb
A simple database built from scratch in Rust
Hyper5phere/simple-c-compiler
Simple C Compiler written in Python
Kromster80/knights_province
Knights Province missions and wiki.
michal-z/zig-d3d12-starter
Simple game written from scratch in Zig
react-theming/create-material-ui-app
create-react-app + storybook + storybook-addon-material-ui
woodx9/build-your-claude-code-from-scratch
Build a Claude Code–like CLI coding agent from scratch.
ictxiangxin/paradox
Deep-Learning framework from scratch
madureira/wolfenstein
:suspect: A javascript implementation of the game Wolfenstein 3D from id Software.
daviddwlee84/MachineLearningPractice
Some practices using statistical machine learning technique based on some dataset. (notes and doing from scratch)
chih-chun-chang/convolutional-neural-network-from-scratch-python
Handwritten Digit Recognition Using Convolutional Neural Network by Python
odubno/gauss-naive-bayes
Gauss Naive Bayes in Python From Scratch.
shiva34/Digital-Modulation-Schemes
Contains codes various Digital Modulation Schemes (like AM, DSB-SC, SSB-SC FM, BPSK, QPSK, 16-QAM, DBPSK, DQPSK) in MatLab from scratch ie. without built-in MatLab functions
CloudCodingSpace/CENGINE
A graphics engine in C with the Vulkan API for experience
baroxyton/webKDE
kde on the web
yutaroyamanaka/SimpleDB
Database implementation from the scratch. The textbook is shown in the following link.
EugenHotaj/talko
A client-server chat app in Python
ribtoks/yannpp
Deep Neural Network from scratch in C++ for learning purposes