There are 7 repositories under from-scratch topic.
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
A x86_64 C99 compiler written in Rust from scratch
Escape is a UNIX-like microkernel operating system that runs on x86, x86_64, ECO32 and MMIX.
Open source, clean room implementation of Minecraft Client
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.
Build a Large Language Model (From Scratch) book and Finetuned Models
Documented and Unit Tested educational Deep Learning framework with Autograd from scratch.
This code is part of my post on Medium.
从零搭建Agent框架(Build LLM ReAct Agent from scratch)
从零搭建大模型知识库(Build LLM RAG Corpus from scratch)
Simple C Compiler written in Python
Knights Province missions and wiki.
Simple game written from scratch in Zig
create-react-app + storybook + storybook-addon-material-ui
Deep-Learning framework from scratch
:suspect: A javascript implementation of the game Wolfenstein 3D from id Software.
Some practices using statistical machine learning technique based on some dataset. (notes and doing from scratch)
Gauss Naive Bayes in Python From Scratch.
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
Handwritten Digit Recognition Using Convolutional Neural Network by Python
A graphics engine in C with the Vulkan API for experience
A client-server chat app in Python
Database implementation from the scratch. The textbook is shown in the following link.
Boilerplate for Electron + React + Typescript + Fast-Refresh + Jest.
build your own query planner
A java implementation of NEAT(NeuroEvolution of Augmenting Topologies ) from scratch for the generation of evolving artificial neural networks. Only for educational purposes.